Searched refs:reassoc (Results 1 – 9 of 9) sorted by relevance
/linux-5.19.10/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 2565 struct wmi_ft_reassoc_cmd reassoc; in wil_cfg80211_update_ft_ies() local 2595 memset(&reassoc, 0, sizeof(reassoc)); in wil_cfg80211_update_ft_ies() 2596 ether_addr_copy(reassoc.bssid, bss->bssid); in wil_cfg80211_update_ft_ies() 2599 &reassoc, sizeof(reassoc)); in wil_cfg80211_update_ft_ies()
|
/linux-5.19.10/drivers/net/wireless/intersil/hostap/ |
D | hostap_ap.c | 1497 struct hostap_80211_rx_status *rx_stats, int reassoc) in handle_assoc() argument 1512 if (len < (reassoc ? 10 : 4)) { in handle_assoc() 1515 dev->name, len, reassoc, hdr->addr2); in handle_assoc() 1538 if (reassoc) { in handle_assoc() 1677 (reassoc ? IEEE80211_STYPE_REASSOC_RESP : in handle_assoc() 1697 reassoc ? "re" : "", len, in handle_assoc()
|
/linux-5.19.10/net/mac80211/ |
D | mlme.c | 3787 bool reassoc; in ieee80211_rx_mgmt_assoc_resp() local 3813 reassoc = ieee80211_is_reassoc_resp(mgmt->frame_control); in ieee80211_rx_mgmt_assoc_resp() 3829 info.subtype = reassoc ? IEEE80211_STYPE_REASSOC_REQ : in ieee80211_rx_mgmt_assoc_resp() 3834 reassoc ? "Rea" : "A", mgmt->sa, in ieee80211_rx_mgmt_assoc_resp()
|
/linux-5.19.10/drivers/staging/rtl8192e/ |
D | rtllib.h | 1027 unsigned int reassoc; member
|
D | rtllib_softmac.c | 2379 ieee->softmac_stats.reassoc++; in rtllib_rx_deauth()
|
/linux-5.19.10/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211.h | 1223 unsigned int reassoc; member
|
D | ieee80211_softmac.c | 2001 ieee->softmac_stats.reassoc++; in ieee80211_rx_frame_softmac()
|
/linux-5.19.10/drivers/net/wireless/ath/ath11k/ |
D | mac.c | 2642 bool reassoc) in ath11k_peer_assoc_prepare() argument 2654 arg->peer_new_assoc = !reassoc; in ath11k_peer_assoc_prepare() 4085 bool reassoc) in ath11k_station_assoc() argument 4103 ath11k_peer_assoc_prepare(ar, vif, sta, &peer_arg, reassoc); in ath11k_station_assoc() 4142 if (reassoc) in ath11k_station_assoc()
|
/linux-5.19.10/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 3257 bool reassoc) in ath10k_station_assoc() argument 3282 if (!reassoc) { in ath10k_station_assoc()
|