Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/wireless/intersil/hostap/
Dhostap_ap.c1497 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-v5.15/drivers/net/wireless/ath/wil6210/
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-v5.15/drivers/staging/r8188eu/include/
Dieee80211.h669 uint reassoc; member
/Linux-v5.15/drivers/net/wireless/ath/ath11k/
Dmac.c1693 bool reassoc) in ath11k_peer_assoc_prepare() argument
1701 arg->peer_new_assoc = !reassoc; in ath11k_peer_assoc_prepare()
2938 bool reassoc) in ath11k_station_assoc() argument
2956 ath11k_peer_assoc_prepare(ar, vif, sta, &peer_arg, reassoc); in ath11k_station_assoc()
2988 if (reassoc) in ath11k_station_assoc()
/Linux-v5.15/net/mac80211/
Dmlme.c3646 bool reassoc; in ieee80211_rx_mgmt_assoc_resp() local
3672 reassoc = ieee80211_is_reassoc_resp(mgmt->frame_control); in ieee80211_rx_mgmt_assoc_resp()
3688 info.subtype = reassoc ? IEEE80211_STYPE_REASSOC_REQ : in ieee80211_rx_mgmt_assoc_resp()
3693 reassoc ? "Rea" : "A", mgmt->sa, in ieee80211_rx_mgmt_assoc_resp()
/Linux-v5.15/drivers/staging/rtl8192e/
Drtllib.h1027 unsigned int reassoc; member
Drtllib_softmac.c2372 ieee->softmac_stats.reassoc++; in rtllib_rx_deauth()
/Linux-v5.15/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h1223 unsigned int reassoc; member
Dieee80211_softmac.c1995 ieee->softmac_stats.reassoc++; in ieee80211_rx_frame_softmac()
/Linux-v5.15/drivers/staging/r8188eu/core/
Drtw_mlme_ext.c978 unsigned char reassoc, *p, *pos, *wpa_ie; in OnAssocReq() local
1005 reassoc = 0; in OnAssocReq()
1008 reassoc = 1; in OnAssocReq()
1014 "\n", reassoc, (unsigned long)pkt_len); in OnAssocReq()
/Linux-v5.15/drivers/net/wireless/ath/ath10k/
Dmac.c3250 bool reassoc) in ath10k_station_assoc() argument
3275 if (!reassoc) { in ath10k_station_assoc()