Searched refs:reassoc (Results 1 – 11 of 11) sorted by relevance
/Linux-v4.19/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-v4.19/drivers/staging/rtl8712/ |
D | ieee80211.h | 465 uint reassoc; member
|
/Linux-v4.19/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 607 uint reassoc; member
|
/Linux-v4.19/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 2911 unsigned char reassoc, *p, *pos, *wpa_ie; in OnAssocReq() local 2932 reassoc = 0; in OnAssocReq() 2935 reassoc = 1; in OnAssocReq() 2941 "\n", reassoc, (unsigned long)pkt_len); in OnAssocReq()
|
/Linux-v4.19/drivers/staging/rtl8192e/ |
D | rtllib.h | 1032 unsigned int reassoc; member
|
D | rtllib_softmac.c | 2386 ieee->softmac_stats.reassoc++; in rtllib_rx_deauth()
|
/Linux-v4.19/net/mac80211/ |
D | mlme.c | 3391 bool reassoc; in ieee80211_rx_mgmt_assoc_resp() local 3413 reassoc = ieee80211_is_reassoc_resp(mgmt->frame_control); in ieee80211_rx_mgmt_assoc_resp() 3420 reassoc ? "Rea" : "A", mgmt->sa, in ieee80211_rx_mgmt_assoc_resp()
|
/Linux-v4.19/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 1187 unsigned char reassoc, *p, *pos, *wpa_ie; in OnAssocReq() local 1208 reassoc = 0; in OnAssocReq() 1211 reassoc = 1; in OnAssocReq() 1218 "\n", reassoc, (unsigned long)pkt_len); in OnAssocReq()
|
/Linux-v4.19/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211.h | 1227 unsigned int reassoc; member
|
D | ieee80211_softmac.c | 1989 ieee->softmac_stats.reassoc++; in ieee80211_rx_frame_softmac()
|
/Linux-v4.19/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 2930 bool reassoc) in ath10k_station_assoc() argument 2955 if (!reassoc) { in ath10k_station_assoc()
|