Lines Matching defs:mvm_sta
1148 struct iwl_mvm_sta *mvm_sta;
1152 mvm_sta = iwl_mvm_sta_from_mac80211(sta);
1153 vif = mvm_sta->vif;
1162 rcu_dereference_check(mvm_sta->link[link_id],
1172 iwl_mvm_mld_free_sta_link(mvm, mvm_sta, mvm_link_sta,
3510 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta);
3521 * mvm_sta->link access.
3524 for (link_id = 0; link_id < ARRAY_SIZE(mvm_sta->link); link_id++) {
3528 if (!mvm_sta->link[link_id])
3531 link_sta = rcu_dereference_protected(mvm_sta->link[link_id],
3696 struct iwl_mvm_sta *mvm_sta)
3716 switch (mvm_sta->pairwise_cipher) {
3944 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta);
3961 iwl_mvm_cfg_he_sta(mvm, vif, mvm_sta->deflink.sta_id);
3999 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta);
4023 iwl_mvm_mei_host_associated(mvm, vif, mvm_sta);
4041 mvm_sta->authorized = true;
4113 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta);
4150 kfree(mvm_sta->dup_data);
4170 mvm_sta->sta_state = new_state;
5489 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta);
5491 if (!mvm_sta || !mvm_sta->vif) {
5496 return iwl_mvm_mac_ctxt_beacon_changed(mvm, mvm_sta->vif,
5497 &mvm_sta->vif->bss_conf);