Home
last modified time | relevance | path

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

/drivers/net/wireless/hostap/
Dhostap_ap.c1559 struct hostap_80211_rx_status *rx_stats, int reassoc) in handle_assoc() argument
1574 if (len < (reassoc ? 10 : 4)) { in handle_assoc()
1577 dev->name, len, reassoc, hdr->addr2); in handle_assoc()
1600 if (reassoc) { in handle_assoc()
1739 (reassoc ? IEEE80211_STYPE_REASSOC_RESP : in handle_assoc()
1759 reassoc ? "re" : "", len, in handle_assoc()
/drivers/staging/rtl8712/
Dieee80211.h479 uint reassoc; member
/drivers/staging/rtl8188eu/include/
Dieee80211.h632 uint reassoc; member
/drivers/staging/rtl8723au/core/
Drtw_mlme_ext.c1326 unsigned char reassoc; in OnAssocReq23a() local
1349 reassoc = 0; in OnAssocReq23a()
1353 reassoc = 1; in OnAssocReq23a()
1360 "(len =%lu)\n", reassoc, (unsigned long)pkt_len); in OnAssocReq23a()
/drivers/staging/rtl8188eu/core/
Drtw_mlme_ext.c3003 unsigned char reassoc, *p, *pos, *wpa_ie; in OnAssocReq() local
3024 reassoc = 0; in OnAssocReq()
3027 reassoc = 1; in OnAssocReq()
3034 "\n", reassoc, (unsigned long)pkt_len); in OnAssocReq()
/drivers/staging/rtl8192e/
Drtllib.h1083 unsigned int reassoc; member
Drtllib_softmac.c2385 ieee->softmac_stats.reassoc++; in rtllib_rx_deauth()
/drivers/staging/rtl8192u/ieee80211/
Dieee80211.h1226 unsigned int reassoc; member
Dieee80211_softmac.c2095 ieee->softmac_stats.reassoc++; in ieee80211_rx_frame_softmac()
/drivers/net/wireless/ath/ath10k/
Dmac.c2748 bool reassoc) in ath10k_station_assoc() argument
2773 if (!reassoc) { in ath10k_station_assoc()