Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/intersil/hostap/
H A Dhostap_ap.c1497 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()
/openbmc/linux/drivers/net/wireless/ath/wil6210/
H A Dcfg80211.c2565 struct wmi_ft_reassoc_cmd reassoc; in wil_cfg80211_update_ft_ies() local
2595 memset(&reassoc, 0, sizeof(reassoc)); in wil_cfg80211_update_ft_ies()
2596 ether_addr_copy(reassoc.bssid, bss->bssid); in wil_cfg80211_update_ft_ies()
2599 &reassoc, sizeof(reassoc)); in wil_cfg80211_update_ft_ies()
/openbmc/linux/drivers/net/wireless/ath/ath12k/
H A Dmac.c2225 bool reassoc) in ath12k_peer_assoc_prepare() argument
2233 arg->peer_new_assoc = !reassoc; in ath12k_peer_assoc_prepare()
3342 bool reassoc) in ath12k_station_assoc() argument
3360 ath12k_peer_assoc_prepare(ar, vif, sta, &peer_arg, reassoc); in ath12k_station_assoc()
3397 if (reassoc) in ath12k_station_assoc()
/openbmc/linux/drivers/staging/rtl8192e/
H A Drtllib.h982 unsigned int reassoc; member
H A Drtllib_softmac.c2120 ieee->softmac_stats.reassoc++; in rtllib_rx_deauth()
/openbmc/linux/drivers/staging/rtl8192u/ieee80211/
H A Dieee80211.h1160 unsigned int reassoc; member
H A Dieee80211_softmac.c2001 ieee->softmac_stats.reassoc++; in ieee80211_rx_frame_softmac()
/openbmc/linux/drivers/net/wireless/ath/ath11k/
H A Dmac.c2825 bool reassoc) in ath11k_peer_assoc_prepare() argument
2837 arg->peer_new_assoc = !reassoc; in ath11k_peer_assoc_prepare()
4534 bool reassoc) in ath11k_station_assoc() argument
4552 ath11k_peer_assoc_prepare(ar, vif, sta, &peer_arg, reassoc); in ath11k_station_assoc()
4597 if (reassoc) in ath11k_station_assoc()
/openbmc/linux/net/mac80211/
H A Dmlme.c5295 bool reassoc; in ieee80211_rx_mgmt_assoc_resp() local
5324 reassoc = ieee80211_is_reassoc_resp(mgmt->frame_control); in ieee80211_rx_mgmt_assoc_resp()
5338 info.subtype = reassoc ? IEEE80211_STYPE_REASSOC_REQ : in ieee80211_rx_mgmt_assoc_resp()
5367 reassoc ? "Rea" : "A", assoc_data->ap_addr, in ieee80211_rx_mgmt_assoc_resp()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Dmac.c3265 bool reassoc) in ath10k_station_assoc() argument
3290 if (!reassoc) { in ath10k_station_assoc()