Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c2563 struct wmi_ft_reassoc_cmd reassoc; in wil_cfg80211_update_ft_ies() local
2593 memset(&reassoc, 0, sizeof(reassoc)); in wil_cfg80211_update_ft_ies()
2594 ether_addr_copy(reassoc.bssid, bss->bssid); in wil_cfg80211_update_ft_ies()
2597 &reassoc, sizeof(reassoc)); in wil_cfg80211_update_ft_ies()
/linux/net/mac80211/
H A Dmlme.c7208 bool reassoc; in ieee80211_rx_mgmt_assoc_resp() local
7243 reassoc = ieee80211_is_reassoc_resp(mgmt->frame_control); in ieee80211_rx_mgmt_assoc_resp()
7259 info.subtype = reassoc ? IEEE80211_STYPE_REASSOC_REQ : in ieee80211_rx_mgmt_assoc_resp()
7290 reassoc ? "Rea" : "A", assoc_data->ap_addr, in ieee80211_rx_mgmt_assoc_resp()
/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c3614 bool reassoc) in ath12k_peer_assoc_prepare() argument
3620 arg->peer_new_assoc = !reassoc; in ath12k_peer_assoc_prepare()
6516 bool reassoc) in ath12k_mac_station_assoc() argument
6544 ath12k_peer_assoc_prepare(ar, arvif, arsta, peer_arg, reassoc); in ath12k_mac_station_assoc()
6593 if (reassoc) in ath12k_mac_station_assoc()
/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c3288 bool reassoc) in ath10k_station_assoc() argument
3313 if (!reassoc) { in ath10k_station_assoc()