Home
last modified time | relevance | path

Searched refs:peer_arg (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c2274 struct ath12k_wmi_peer_assoc_arg peer_arg; in ath12k_bss_assoc() local
2295 ath12k_peer_assoc_prepare(ar, vif, ap_sta, &peer_arg, false); in ath12k_bss_assoc()
2299 ret = ath12k_wmi_send_peer_assoc_cmd(ar, &peer_arg); in ath12k_bss_assoc()
3345 struct ath12k_wmi_peer_assoc_arg peer_arg; in ath12k_station_assoc() local
3360 ath12k_peer_assoc_prepare(ar, vif, sta, &peer_arg, reassoc); in ath12k_station_assoc()
3362 if (peer_arg.peer_nss < 1) { in ath12k_station_assoc()
3364 "invalid peer NSS %d\n", peer_arg.peer_nss); in ath12k_station_assoc()
3367 ret = ath12k_wmi_send_peer_assoc_cmd(ar, &peer_arg); in ath12k_station_assoc()
3465 struct ath12k_wmi_peer_assoc_arg peer_arg; in ath12k_sta_rc_update_wk() local
3499 ath12k_peer_assoc_h_phymode(ar, arvif->vif, sta, &peer_arg); in ath12k_sta_rc_update_wk()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c2996 struct peer_assoc_params peer_arg; in ath11k_bss_assoc() local
3021 ath11k_peer_assoc_prepare(ar, vif, ap_sta, &peer_arg, false); in ath11k_bss_assoc()
3031 peer_arg.is_assoc = true; in ath11k_bss_assoc()
3033 ret = ath11k_wmi_send_peer_assoc_cmd(ar, &peer_arg); in ath11k_bss_assoc()
4537 struct peer_assoc_params peer_arg; in ath11k_station_assoc() local
4552 ath11k_peer_assoc_prepare(ar, vif, sta, &peer_arg, reassoc); in ath11k_station_assoc()
4554 peer_arg.is_assoc = true; in ath11k_station_assoc()
4555 ret = ath11k_wmi_send_peer_assoc_cmd(ar, &peer_arg); in ath11k_station_assoc()
4667 struct peer_assoc_params peer_arg; in ath11k_sta_rc_update_wk() local
4704 ath11k_peer_assoc_h_phymode(ar, arvif->vif, sta, &peer_arg); in ath11k_sta_rc_update_wk()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c3071 struct wmi_peer_assoc_complete_arg peer_arg; in ath10k_bss_assoc() local
3096 ret = ath10k_peer_assoc_prepare(ar, vif, ap_sta, &peer_arg); in ath10k_bss_assoc()
3106 ret = ath10k_wmi_peer_assoc(ar, &peer_arg); in ath10k_bss_assoc()
3268 struct wmi_peer_assoc_complete_arg peer_arg; in ath10k_station_assoc() local
3273 ret = ath10k_peer_assoc_prepare(ar, vif, sta, &peer_arg); in ath10k_station_assoc()
3280 ret = ath10k_wmi_peer_assoc(ar, &peer_arg); in ath10k_station_assoc()