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.c2272 struct ath12k_wmi_peer_assoc_arg peer_arg; in ath12k_bss_assoc() local
2297 ret = ath12k_wmi_send_peer_assoc_cmd(ar, &peer_arg); in ath12k_bss_assoc()
3343 struct ath12k_wmi_peer_assoc_arg peer_arg; in ath12k_station_assoc() local
3358 ath12k_peer_assoc_prepare(ar, vif, sta, &peer_arg, reassoc); in ath12k_station_assoc()
3360 if (peer_arg.peer_nss < 1) { in ath12k_station_assoc()
3362 "invalid peer NSS %d\n", peer_arg.peer_nss); in ath12k_station_assoc()
3365 ret = ath12k_wmi_send_peer_assoc_cmd(ar, &peer_arg); in ath12k_station_assoc()
3463 struct ath12k_wmi_peer_assoc_arg peer_arg; in ath12k_sta_rc_update_wk() local
3498 peer_phymode = peer_arg.peer_phymode; in ath12k_sta_rc_update_wk()
3593 &peer_arg, true); 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
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
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
4705 peer_phymode = peer_arg.peer_phymode; in ath11k_sta_rc_update_wk()
4825 &peer_arg, true); in ath11k_sta_rc_update_wk()
4827 peer_arg.is_assoc = false; in ath11k_sta_rc_update_wk()
[all …]
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c3070 struct wmi_peer_assoc_complete_arg peer_arg; in ath10k_bss_assoc() local
3095 ret = ath10k_peer_assoc_prepare(ar, vif, ap_sta, &peer_arg); in ath10k_bss_assoc()
3105 ret = ath10k_wmi_peer_assoc(ar, &peer_arg); in ath10k_bss_assoc()
3267 struct wmi_peer_assoc_complete_arg peer_arg; in ath10k_station_assoc() local
3272 ret = ath10k_peer_assoc_prepare(ar, vif, sta, &peer_arg); in ath10k_station_assoc()
3279 ret = ath10k_wmi_peer_assoc(ar, &peer_arg); in ath10k_station_assoc()