Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c2270 struct ath12k_wmi_peer_assoc_arg peer_arg; in ath12k_bss_assoc() local
2291 ath12k_peer_assoc_prepare(ar, vif, ap_sta, &peer_arg, false); in ath12k_bss_assoc()
2295 ret = ath12k_wmi_send_peer_assoc_cmd(ar, &peer_arg); in ath12k_bss_assoc()
3341 struct ath12k_wmi_peer_assoc_arg peer_arg; in ath12k_station_assoc() local
3356 ath12k_peer_assoc_prepare(ar, vif, sta, &peer_arg, reassoc); in ath12k_station_assoc()
3358 ret = ath12k_wmi_send_peer_assoc_cmd(ar, &peer_arg); in ath12k_station_assoc()
3456 struct ath12k_wmi_peer_assoc_arg peer_arg; in ath12k_sta_rc_update_wk() local
3490 ath12k_peer_assoc_h_phymode(ar, arvif->vif, sta, &peer_arg); in ath12k_sta_rc_update_wk()
3491 peer_phymode = peer_arg.peer_phymode; in ath12k_sta_rc_update_wk()
3586 &peer_arg, true); in ath12k_sta_rc_update_wk()
[all …]
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c2999 struct peer_assoc_params peer_arg; in ath11k_bss_assoc() local
3024 ath11k_peer_assoc_prepare(ar, vif, ap_sta, &peer_arg, false); in ath11k_bss_assoc()
3028 peer_arg.is_assoc = true; in ath11k_bss_assoc()
3029 ret = ath11k_wmi_send_peer_assoc_cmd(ar, &peer_arg); in ath11k_bss_assoc()
4540 struct peer_assoc_params peer_arg; in ath11k_station_assoc() local
4555 ath11k_peer_assoc_prepare(ar, vif, sta, &peer_arg, reassoc); in ath11k_station_assoc()
4557 peer_arg.is_assoc = true; in ath11k_station_assoc()
4558 ret = ath11k_wmi_send_peer_assoc_cmd(ar, &peer_arg); in ath11k_station_assoc()
4670 struct peer_assoc_params peer_arg; in ath11k_sta_rc_update_wk() local
4707 ath11k_peer_assoc_h_phymode(ar, arvif->vif, sta, &peer_arg); in ath11k_sta_rc_update_wk()
[all …]
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c3072 struct wmi_peer_assoc_complete_arg peer_arg; in ath10k_bss_assoc() local
3097 ret = ath10k_peer_assoc_prepare(ar, vif, ap_sta, &peer_arg); in ath10k_bss_assoc()
3107 ret = ath10k_wmi_peer_assoc(ar, &peer_arg); in ath10k_bss_assoc()
3269 struct wmi_peer_assoc_complete_arg peer_arg; in ath10k_station_assoc() local
3274 ret = ath10k_peer_assoc_prepare(ar, vif, sta, &peer_arg); in ath10k_station_assoc()
3281 ret = ath10k_wmi_peer_assoc(ar, &peer_arg); in ath10k_station_assoc()