Home
last modified time | relevance | path

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

/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()
/linux/drivers/net/wireless/ath/ath11k/ !
H A Dmac.c2922 bool reassoc) in ath11k_peer_assoc_prepare() argument
2934 arg->peer_new_assoc = !reassoc; in ath11k_peer_assoc_prepare()
4865 bool reassoc) in ath11k_station_assoc() argument
4883 ath11k_peer_assoc_prepare(ar, vif, sta, &peer_arg, reassoc); in ath11k_station_assoc()
4928 if (reassoc) in ath11k_station_assoc()
/linux/net/mac80211/ !
H A Dmlme.c6587 bool reassoc; in ieee80211_rx_mgmt_assoc_resp() local
6622 reassoc = ieee80211_is_reassoc_resp(mgmt->frame_control); in ieee80211_rx_mgmt_assoc_resp()
6638 info.subtype = reassoc ? IEEE80211_STYPE_REASSOC_REQ : in ieee80211_rx_mgmt_assoc_resp()
6666 reassoc ? "Rea" : "A", assoc_data->ap_addr, in ieee80211_rx_mgmt_assoc_resp()
/linux/drivers/net/wireless/ath/ath12k/ !
H A Dmac.c3573 bool reassoc) in ath12k_peer_assoc_prepare() argument
3581 arg->peer_new_assoc = !reassoc; in ath12k_peer_assoc_prepare()
6435 bool reassoc) in ath12k_mac_station_assoc() argument
6463 ath12k_peer_assoc_prepare(ar, arvif, arsta, peer_arg, reassoc); in ath12k_mac_station_assoc()
6520 if (reassoc) in ath12k_mac_station_assoc()
/linux/drivers/net/wireless/ath/ath10k/ !
H A Dmac.c3288 bool reassoc) in ath10k_station_assoc() argument
3313 if (!reassoc) { in ath10k_station_assoc()