Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dmac.c3274 kzalloc(sizeof(*peer_arg), GFP_KERNEL); in ath12k_bss_assoc()
3275 if (!peer_arg) in ath12k_bss_assoc()
3314 ret = ath12k_wmi_send_peer_assoc_cmd(ar, peer_arg); in ath12k_bss_assoc()
5040 kzalloc(sizeof(*peer_arg), GFP_KERNEL); in ath12k_mac_station_assoc()
5041 if (!peer_arg) in ath12k_mac_station_assoc()
5046 if (peer_arg->peer_nss < 1) { in ath12k_mac_station_assoc()
5048 "invalid peer NSS %d\n", peer_arg->peer_nss); in ath12k_mac_station_assoc()
5187 kzalloc(sizeof(*peer_arg), GFP_KERNEL); in ath12k_sta_rc_update_wk()
5188 if (!peer_arg) in ath12k_sta_rc_update_wk()
5193 peer_phymode = peer_arg->peer_phymode; in ath12k_sta_rc_update_wk()
[all …]
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dmac.c3085 struct peer_assoc_params peer_arg; in ath11k_bss_assoc() local
3120 peer_arg.is_assoc = true; in ath11k_bss_assoc()
3122 ret = ath11k_wmi_send_peer_assoc_cmd(ar, &peer_arg); in ath11k_bss_assoc()
4640 struct peer_assoc_params peer_arg; in ath11k_station_assoc() local
4657 peer_arg.is_assoc = true; in ath11k_station_assoc()
4658 ret = ath11k_wmi_send_peer_assoc_cmd(ar, &peer_arg); in ath11k_station_assoc()
4778 struct peer_assoc_params peer_arg; in ath11k_sta_rc_update_wk() local
4814 peer_phymode = peer_arg.peer_phymode; in ath11k_sta_rc_update_wk()
4934 &peer_arg, true); in ath11k_sta_rc_update_wk()
4936 peer_arg.is_assoc = false; in ath11k_sta_rc_update_wk()
[all …]
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dmac.c3065 struct wmi_peer_assoc_complete_arg peer_arg; in ath10k_bss_assoc() local
3090 ret = ath10k_peer_assoc_prepare(ar, vif, ap_sta, &peer_arg); in ath10k_bss_assoc()
3100 ret = ath10k_wmi_peer_assoc(ar, &peer_arg); in ath10k_bss_assoc()
3262 struct wmi_peer_assoc_complete_arg peer_arg; in ath10k_station_assoc() local
3267 ret = ath10k_peer_assoc_prepare(ar, vif, sta, &peer_arg); in ath10k_station_assoc()
3274 ret = ath10k_wmi_peer_assoc(ar, &peer_arg); in ath10k_station_assoc()