Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c3840 struct ath12k_wmi_peer_assoc_arg *peer_arg __free(kfree) = in ath12k_bss_assoc()
3841 kzalloc_obj(*peer_arg); in ath12k_bss_assoc()
3842 if (!peer_arg) in ath12k_bss_assoc()
3877 ath12k_peer_assoc_prepare(ar, arvif, arsta, peer_arg, false); in ath12k_bss_assoc()
3899 peer_arg->is_assoc = true; in ath12k_bss_assoc()
3900 ret = ath12k_wmi_send_peer_assoc_cmd(ar, peer_arg); in ath12k_bss_assoc()
6458 struct ath12k_wmi_peer_assoc_arg *peer_arg __free(kfree) = in ath12k_mac_station_assoc()
6459 kzalloc_obj(*peer_arg); in ath12k_mac_station_assoc()
6460 if (!peer_arg) in ath12k_mac_station_assoc()
6463 ath12k_peer_assoc_prepare(ar, arvif, arsta, peer_arg, reassoc); in ath12k_mac_station_assoc()
[all …]
/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c3093 struct peer_assoc_params peer_arg; in ath11k_bss_assoc() local
3118 ath11k_peer_assoc_prepare(ar, vif, ap_sta, &peer_arg, false); in ath11k_bss_assoc()
3128 peer_arg.is_assoc = true; in ath11k_bss_assoc()
3130 ret = ath11k_wmi_send_peer_assoc_cmd(ar, &peer_arg); in ath11k_bss_assoc()
4868 struct peer_assoc_params peer_arg; in ath11k_station_assoc() local
4883 ath11k_peer_assoc_prepare(ar, vif, sta, &peer_arg, reassoc); in ath11k_station_assoc()
4885 peer_arg.is_assoc = true; in ath11k_station_assoc()
4886 ret = ath11k_wmi_send_peer_assoc_cmd(ar, &peer_arg); in ath11k_station_assoc()
5006 struct peer_assoc_params peer_arg; in ath11k_sta_rc_update_wk() local
5041 ath11k_peer_assoc_h_phymode(ar, arvif->vif, sta, &peer_arg); in ath11k_sta_rc_update_wk()
[all …]
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c3094 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()