Searched refs:peer_arg (Results 1 – 2 of 2) sorted by relevance
| /linux/drivers/net/wireless/ath/ath12k/ |
| H A D | mac.c | 3860 struct ath12k_wmi_peer_assoc_arg *peer_arg) in ath12k_mac_peer_assoc() argument 3868 ret = ath12k_wmi_send_peer_assoc_cmd(ar, peer_arg); in ath12k_mac_peer_assoc() 3871 peer_arg->peer_mac, peer_arg->vdev_id, ret); in ath12k_mac_peer_assoc() 3877 peer_arg->peer_mac, peer_arg->vdev_id); in ath12k_mac_peer_assoc() 3893 peer_arg->is_assoc && in ath12k_mac_peer_assoc() 3894 peer_arg->ml.enabled && in ath12k_mac_peer_assoc() 3895 peer_arg->ml.assoc_link && in ath12k_mac_peer_assoc() 3898 peer_arg->peer_mac, peer_arg->vdev_id); in ath12k_mac_peer_assoc() 3925 struct ath12k_wmi_peer_assoc_arg *peer_arg __free(kfree) = in ath12k_bss_assoc() 3926 kzalloc_obj(*peer_arg); in ath12k_bss_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()
|