Searched refs:reassoc (Results 1 – 11 of 11) sorted by relevance
| /Linux-v5.15/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-v5.15/drivers/net/wireless/ath/wil6210/ |
| D | cfg80211.c | 2563 struct wmi_ft_reassoc_cmd reassoc; in wil_cfg80211_update_ft_ies() local 2593 memset(&reassoc, 0, sizeof(reassoc)); in wil_cfg80211_update_ft_ies() 2594 ether_addr_copy(reassoc.bssid, bss->bssid); in wil_cfg80211_update_ft_ies() 2597 &reassoc, sizeof(reassoc)); in wil_cfg80211_update_ft_ies()
|
| /Linux-v5.15/drivers/staging/r8188eu/include/ |
| D | ieee80211.h | 669 uint reassoc; member
|
| /Linux-v5.15/drivers/net/wireless/ath/ath11k/ |
| D | mac.c | 1693 bool reassoc) in ath11k_peer_assoc_prepare() argument 1701 arg->peer_new_assoc = !reassoc; in ath11k_peer_assoc_prepare() 2938 bool reassoc) in ath11k_station_assoc() argument 2956 ath11k_peer_assoc_prepare(ar, vif, sta, &peer_arg, reassoc); in ath11k_station_assoc() 2988 if (reassoc) in ath11k_station_assoc()
|
| /Linux-v5.15/net/mac80211/ |
| D | mlme.c | 3646 bool reassoc; in ieee80211_rx_mgmt_assoc_resp() local 3672 reassoc = ieee80211_is_reassoc_resp(mgmt->frame_control); in ieee80211_rx_mgmt_assoc_resp() 3688 info.subtype = reassoc ? IEEE80211_STYPE_REASSOC_REQ : in ieee80211_rx_mgmt_assoc_resp() 3693 reassoc ? "Rea" : "A", mgmt->sa, in ieee80211_rx_mgmt_assoc_resp()
|
| /Linux-v5.15/drivers/staging/rtl8192e/ |
| D | rtllib.h | 1027 unsigned int reassoc; member
|
| D | rtllib_softmac.c | 2372 ieee->softmac_stats.reassoc++; in rtllib_rx_deauth()
|
| /Linux-v5.15/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()
|
| /Linux-v5.15/drivers/staging/r8188eu/core/ |
| D | rtw_mlme_ext.c | 978 unsigned char reassoc, *p, *pos, *wpa_ie; in OnAssocReq() local 1005 reassoc = 0; in OnAssocReq() 1008 reassoc = 1; in OnAssocReq() 1014 "\n", reassoc, (unsigned long)pkt_len); in OnAssocReq()
|
| /Linux-v5.15/drivers/net/wireless/ath/ath10k/ |
| D | mac.c | 3250 bool reassoc) in ath10k_station_assoc() argument 3275 if (!reassoc) { in ath10k_station_assoc()
|