Searched refs:reassoc (Results 1 – 11 of 11) sorted by relevance
/drivers/net/wireless/ath/wil6210/ |
D | cfg80211.c | 2552 struct wmi_ft_reassoc_cmd reassoc; in wil_cfg80211_update_ft_ies() local 2582 memset(&reassoc, 0, sizeof(reassoc)); in wil_cfg80211_update_ft_ies() 2583 ether_addr_copy(reassoc.bssid, bss->bssid); in wil_cfg80211_update_ft_ies() 2586 &reassoc, sizeof(reassoc)); in wil_cfg80211_update_ft_ies()
|
/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()
|
/drivers/staging/rtl8712/ |
D | ieee80211.h | 454 uint reassoc; member
|
/drivers/staging/rtl8723bs/include/ |
D | ieee80211.h | 607 uint reassoc; member
|
/drivers/staging/rtl8188eu/core/ |
D | rtw_mlme_ext.c | 2897 unsigned char reassoc, *p, *pos, *wpa_ie; in OnAssocReq() local 2918 reassoc = 0; in OnAssocReq() 2921 reassoc = 1; in OnAssocReq() 2927 "\n", reassoc, (unsigned long)pkt_len); in OnAssocReq()
|
/drivers/staging/rtl8192e/ |
D | rtllib.h | 1027 unsigned int reassoc; member
|
D | rtllib_softmac.c | 2373 ieee->softmac_stats.reassoc++; in rtllib_rx_deauth()
|
/drivers/staging/rtl8723bs/core/ |
D | rtw_mlme_ext.c | 1176 unsigned char reassoc, *p, *pos, *wpa_ie; in OnAssocReq() local 1197 reassoc = 0; in OnAssocReq() 1200 reassoc = 1; in OnAssocReq() 1207 "\n", reassoc, (unsigned long)pkt_len); in OnAssocReq()
|
/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211.h | 1223 unsigned int reassoc; member
|
D | ieee80211_softmac.c | 1987 ieee->softmac_stats.reassoc++; in ieee80211_rx_frame_softmac()
|
/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 2976 bool reassoc) in ath10k_station_assoc() argument 3001 if (!reassoc) { in ath10k_station_assoc()
|