Searched refs:peer_arg (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 3847 struct ath12k_wmi_peer_assoc_arg *peer_arg __free(kfree) = in ath12k_bss_assoc() 3848 kzalloc_obj(*peer_arg); in ath12k_bss_assoc() 3849 if (!peer_arg) in ath12k_bss_assoc() 3884 ath12k_peer_assoc_prepare(ar, arvif, arsta, peer_arg, false); in ath12k_bss_assoc() 3906 peer_arg->is_assoc = true; in ath12k_bss_assoc() 3907 ret = ath12k_wmi_send_peer_assoc_cmd(ar, peer_arg); in ath12k_bss_assoc() 6467 struct ath12k_wmi_peer_assoc_arg *peer_arg __free(kfree) = in ath12k_mac_station_assoc() 6468 kzalloc_obj(*peer_arg); in ath12k_mac_station_assoc() 6469 if (!peer_arg) in ath12k_mac_station_assoc() 6472 ath12k_peer_assoc_prepare(ar, arvif, arsta, peer_arg, reassoc); in ath12k_mac_station_assoc() [all …]
|
| /linux/drivers/net/wireless/ath/ath10k/ |
| H A D | mac.c | 3094 struct wmi_peer_assoc_complete_arg peer_arg; in ath10k_bss_assoc() local 3119 ret = ath10k_peer_assoc_prepare(ar, vif, ap_sta, &peer_arg); in ath10k_bss_assoc() 3129 ret = ath10k_wmi_peer_assoc(ar, &peer_arg); in ath10k_bss_assoc() 3291 struct wmi_peer_assoc_complete_arg peer_arg; in ath10k_station_assoc() local 3296 ret = ath10k_peer_assoc_prepare(ar, vif, sta, &peer_arg); in ath10k_station_assoc() 3303 ret = ath10k_wmi_peer_assoc(ar, &peer_arg); in ath10k_station_assoc()
|