Home
last modified time | relevance | path

Searched refs:ap_sta (Results 1 – 9 of 9) sorted by relevance

/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dsf.c33 data->sta_vif_ap_sta = mvmvif->ap_sta; in iwl_mvm_bound_iface_iterator()
275 sta = mvmvif->ap_sta; in iwl_mvm_sf_update()
H A Dd3.c731 struct ieee80211_sta *ap_sta) in iwl_mvm_d3_reprogram() argument
805 ret = iwl_mvm_sta_send_to_fw(mvm, ap_sta, false, 0); in iwl_mvm_d3_reprogram()
809 ap_sta); in iwl_mvm_d3_reprogram()
931 struct ieee80211_sta *ap_sta) in iwl_mvm_get_wowlan_config() argument
933 struct iwl_mvm_sta *mvm_ap_sta = iwl_mvm_sta_from_mac80211(ap_sta); in iwl_mvm_get_wowlan_config()
938 ap_sta->deflink.ht_cap.ht_supported; in iwl_mvm_get_wowlan_config()
942 if (ap_sta->mfp) in iwl_mvm_get_wowlan_config()
1132 struct ieee80211_sta *ap_sta) in iwl_mvm_wowlan_config() argument
1145 ret = iwl_mvm_d3_reprogram(mvm, vif, ap_sta); in iwl_mvm_wowlan_config()
1243 struct ieee80211_sta *ap_sta = NULL; in __iwl_mvm_suspend() local
[all …]
H A Dmld-key.c39 sta = mvmvif->ap_sta; in iwl_mvm_get_sec_sta_mask()
48 * it during remove, since we don't have the mvmvif->ap_sta pointer. in iwl_mvm_get_sec_sta_mask()
99 sta = mvmvif->ap_sta;
H A Dmld-mac80211.c206 struct ieee80211_sta *ap_sta = mvmvif->ap_sta; in iwl_mvm_mld_mac_remove_interface()
211 if (!ap_sta) in iwl_mvm_mld_mac_remove_interface()
214 mvmsta = iwl_mvm_sta_from_mac80211(ap_sta); in iwl_mvm_mld_mac_remove_interface()
337 if (mvmvif->ap_sta) { in __iwl_mvm_mld_assign_vif_chanctx()
341 link_sta = rcu_dereference(mvmvif->ap_sta->link[link_id]); in __iwl_mvm_mld_assign_vif_chanctx()
344 iwl_mvm_rs_rate_init(mvm, vif, mvmvif->ap_sta, in __iwl_mvm_mld_assign_vif_chanctx()
521 if (!ieee80211_vif_is_mld(vif) && !mvmvif->ap_sta && in iwl_mvm_mld_start_ap_ibss()
H A Dmac80211.c1123 mvmvif->ap_sta = NULL; in __iwl_mvm_mac_start()
3918 mvmvif->ap_sta = sta; in iwl_mvm_mac_sta_state_common()
4214 mvmvif->ap_sta = NULL; in __iwl_mvm_mac_set_key()
5921 if (sta == mvmvif->ap_sta) { in iwl_mvm_mac_sta_statistics()
H A Dmvm.h464 * @ap_sta: pointer to the AP STA data structure
573 struct ieee80211_sta *ap_sta;
449 struct ieee80211_sta *ap_sta; global() member
/freebsd/sys/contrib/dev/athk/ath11k/
H A Dmac.c3000 struct ieee80211_sta *ap_sta; in ath11k_bss_assoc() local
3013 ap_sta = ieee80211_find_sta(vif, bss_conf->bssid); in ath11k_bss_assoc()
3014 if (!ap_sta) { in ath11k_bss_assoc()
3022 he_cap = ap_sta->deflink.he_cap; in ath11k_bss_assoc()
3024 ath11k_peer_assoc_prepare(ar, vif, ap_sta, &peer_arg, false); in ath11k_bss_assoc()
3043 &ap_sta->deflink.ht_cap, in ath11k_bss_assoc()
3044 le16_to_cpu(ap_sta->deflink.he_6ghz_capa.capa)); in ath11k_bss_assoc()
/freebsd/sys/contrib/dev/athk/ath12k/
H A Dmac.c2271 struct ieee80211_sta *ap_sta; in ath12k_bss_assoc() local
2283 ap_sta = ieee80211_find_sta(vif, bss_conf->bssid); in ath12k_bss_assoc()
2284 if (!ap_sta) { in ath12k_bss_assoc()
2291 ath12k_peer_assoc_prepare(ar, vif, ap_sta, &peer_arg, false); in ath12k_bss_assoc()
2309 &ap_sta->deflink.ht_cap); in ath12k_bss_assoc()
/freebsd/sys/contrib/dev/athk/ath10k/
H A Dmac.c3073 struct ieee80211_sta *ap_sta; in ath10k_bss_assoc() local
3083 ap_sta = ieee80211_find_sta(vif, bss_conf->bssid); in ath10k_bss_assoc()
3084 if (!ap_sta) { in ath10k_bss_assoc()
3094 ht_cap = ap_sta->deflink.ht_cap; in ath10k_bss_assoc()
3095 vht_cap = ap_sta->deflink.vht_cap; in ath10k_bss_assoc()
3097 ret = ath10k_peer_assoc_prepare(ar, vif, ap_sta, &peer_arg); in ath10k_bss_assoc()