Searched refs:reassoc (Results 1 – 10 of 10) sorted by relevance
/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/net/wireless/ath/wil6210/ |
D | cfg80211.c | 2564 struct wmi_ft_reassoc_cmd reassoc; in wil_cfg80211_update_ft_ies() local 2594 memset(&reassoc, 0, sizeof(reassoc)); in wil_cfg80211_update_ft_ies() 2595 ether_addr_copy(reassoc.bssid, bss->bssid); in wil_cfg80211_update_ft_ies() 2598 &reassoc, sizeof(reassoc)); in wil_cfg80211_update_ft_ies()
|
/drivers/staging/r8188eu/include/ |
D | ieee80211.h | 669 uint reassoc; member
|
/drivers/net/wireless/ath/ath11k/ |
D | mac.c | 1698 bool reassoc) in ath11k_peer_assoc_prepare() argument 1706 arg->peer_new_assoc = !reassoc; in ath11k_peer_assoc_prepare() 2949 bool reassoc) in ath11k_station_assoc() argument 2967 ath11k_peer_assoc_prepare(ar, vif, sta, &peer_arg, reassoc); in ath11k_station_assoc() 2999 if (reassoc) in ath11k_station_assoc()
|
/drivers/staging/rtl8192e/ |
D | rtllib.h | 1027 unsigned int reassoc; member
|
D | rtllib_softmac.c | 2372 ieee->softmac_stats.reassoc++; in rtllib_rx_deauth()
|
/drivers/staging/rtl8192u/ieee80211/ |
D | ieee80211.h | 1223 unsigned int reassoc; member
|
D | ieee80211_softmac.c | 1995 ieee->softmac_stats.reassoc++; in ieee80211_rx_frame_softmac()
|
/drivers/staging/r8188eu/core/ |
D | rtw_mlme_ext.c | 980 unsigned char reassoc, *p, *pos, *wpa_ie; in OnAssocReq() local 1007 reassoc = 0; in OnAssocReq() 1010 reassoc = 1; in OnAssocReq() 1016 "\n", reassoc, (unsigned long)pkt_len); in OnAssocReq()
|
/drivers/net/wireless/ath/ath10k/ |
D | mac.c | 3262 bool reassoc) in ath10k_station_assoc() argument 3287 if (!reassoc) { in ath10k_station_assoc()
|