Home
last modified time | relevance | path

Searched refs:reassoc (Results 1 – 5 of 5) sorted by relevance

/linux-6.15/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c2564 struct wmi_ft_reassoc_cmd reassoc; in wil_cfg80211_update_ft_ies() local
2594 memset(&reassoc, 0, sizeof(reassoc)); in wil_cfg80211_update_ft_ies()
2595 ether_addr_copy(reassoc.bssid, bss->bssid); in wil_cfg80211_update_ft_ies()
2598 &reassoc, sizeof(reassoc)); in wil_cfg80211_update_ft_ies()
/linux-6.15/drivers/net/wireless/ath/ath11k/
H A Dmac.c2914 bool reassoc) in ath11k_peer_assoc_prepare() argument
2926 arg->peer_new_assoc = !reassoc; in ath11k_peer_assoc_prepare()
4637 bool reassoc) in ath11k_station_assoc() argument
4655 ath11k_peer_assoc_prepare(ar, vif, sta, &peer_arg, reassoc); in ath11k_station_assoc()
4700 if (reassoc) in ath11k_station_assoc()
/linux-6.15/drivers/net/wireless/ath/ath12k/
H A Dmac.c3179 bool reassoc) in ath12k_peer_assoc_prepare() argument
3187 arg->peer_new_assoc = !reassoc; in ath12k_peer_assoc_prepare()
5016 bool reassoc) in ath12k_mac_station_assoc() argument
5044 ath12k_peer_assoc_prepare(ar, arvif, arsta, peer_arg, reassoc); in ath12k_mac_station_assoc()
5092 if (reassoc) in ath12k_mac_station_assoc()
/linux-6.15/net/mac80211/
H A Dmlme.c6244 bool reassoc; in ieee80211_rx_mgmt_assoc_resp() local
6278 reassoc = ieee80211_is_reassoc_resp(mgmt->frame_control); in ieee80211_rx_mgmt_assoc_resp()
6292 info.subtype = reassoc ? IEEE80211_STYPE_REASSOC_REQ : in ieee80211_rx_mgmt_assoc_resp()
6321 reassoc ? "Rea" : "A", assoc_data->ap_addr, in ieee80211_rx_mgmt_assoc_resp()
/linux-6.15/drivers/net/wireless/ath/ath10k/
H A Dmac.c3259 bool reassoc) in ath10k_station_assoc() argument
3284 if (!reassoc) { in ath10k_station_assoc()