Searched refs:reassoc (Results 1 - 9 of 9) sorted by relevance
/drivers/staging/rtl8712/ |
H A D | ieee80211.h | 505 uint reassoc; member in struct:ieee80211_softmac_stats
|
/drivers/staging/rtl8188eu/include/ |
H A D | ieee80211.h | 714 uint reassoc; member in struct:ieee80211_softmac_stats
|
/drivers/staging/rtl8188eu/core/ |
H A D | rtw_mlme_ext.c | 912 unsigned char reassoc, *p, *pos, *wpa_ie; local 933 reassoc = 0; 936 reassoc = 1; 942 DBG_88E("handle_assoc(reassoc=%d) - too short payload (len=%lu)" 943 "\n", reassoc, (unsigned long)pkt_len);
|
/drivers/staging/rtl8723au/core/ |
H A D | rtw_mlme_ext.c | 1329 unsigned char reassoc; local 1352 reassoc = 0; 1356 reassoc = 1; 1362 DBG_8723A("handle_assoc(reassoc =%d) - too short payload " 1363 "(len =%lu)\n", reassoc, (unsigned long)pkt_len);
|
/drivers/net/wireless/ath/ath10k/ |
H A D | mac.c | 1582 struct ieee80211_sta *sta, bool reassoc) 1596 peer_arg.peer_reassoc = reassoc; 1611 if (!sta->wme && !reassoc) { 1581 ath10k_station_assoc(struct ath10k *ar, struct ath10k_vif *arvif, struct ieee80211_sta *sta, bool reassoc) argument
|
/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211.h | 1391 unsigned int reassoc; member in struct:ieee80211_softmac_stats
|
H A D | ieee80211_softmac.c | 2104 ieee->softmac_stats.reassoc++;
|
/drivers/staging/rtl8192e/ |
H A D | rtllib.h | 1507 unsigned int reassoc; member in struct:rtllib_softmac_stats
|
H A D | rtllib_softmac.c | 2401 ieee->softmac_stats.reassoc++;
|
Completed in 388 milliseconds