Lines Matching refs:mvmsta

994 		struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
995 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid];
1549 struct iwl_mvm_sta *mvmsta;
1555 mvmsta = iwl_mvm_sta_from_staid_protected(mvm, ap_sta_id);
1557 if (WARN_ON(!mvmsta)) {
1562 iwl_mvm_sta_modify_disable_tx(mvm, mvmsta, false);
3392 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
3404 spin_lock_bh(&mvmsta->lock);
3405 for (tid = 0; tid < ARRAY_SIZE(mvmsta->tid_data); tid++) {
3406 struct iwl_mvm_tid_data *tid_data = &mvmsta->tid_data[tid];
3433 if (WARN_ON(mvmsta->deflink.sta_id == IWL_MVM_INVALID_STA))
3443 spin_unlock_bh(&mvmsta->lock);
3457 struct iwl_mvm_sta *mvmsta;
3470 mvmsta = iwl_mvm_sta_from_mac80211(sta);
3472 if (!mvmsta->vif ||
3473 mvmsta->vif->type != NL80211_IFTYPE_AP) {
3478 if (mvmsta->sleeping != sleeping) {
3479 mvmsta->sleeping = sleeping;
4065 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
4069 mvmsta->authorized = false;
4369 struct iwl_mvm_sta *mvmsta = NULL;
4378 mvmsta = iwl_mvm_sta_from_mac80211(sta);
4489 mvmsta && iwl_mvm_has_new_rx_api(mvm) &&
4497 WARN_ON(rcu_access_pointer(mvmsta->ptk_pn[keyidx]));
4514 rcu_assign_pointer(mvmsta->ptk_pn[keyidx], ptk_pn);
4523 if (mvmsta && key->flags & IEEE80211_KEY_FLAG_PAIRWISE)
4524 mvmsta->pairwise_cipher = key->cipher;
4538 RCU_INIT_POINTER(mvmsta->ptk_pn[keyidx], NULL);
4577 if (mvmsta && iwl_mvm_has_new_rx_api(mvm) &&
4583 mvmsta->ptk_pn[keyidx],
4585 RCU_INIT_POINTER(mvmsta->ptk_pn[keyidx], NULL);
5882 struct iwl_mvm_sta *mvmsta;
5917 mvmsta = iwl_mvm_sta_from_mac80211(sta);
5918 if (mvmsta->vif != vif)
5928 if (iwl_mvm_flush_sta(mvm, mvmsta->deflink.sta_id,
5929 mvmsta->tfd_queue_msk))
5933 iwl_mvm_wait_sta_queues_empty(mvm, mvmsta);
5935 msk |= mvmsta->tfd_queue_msk;
5954 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
5962 mvm_link_sta = rcu_dereference_protected(mvmsta->link[link_id],
5968 mvmsta->tfd_queue_msk))
6234 struct iwl_mvm_sta *mvmsta = iwl_mvm_sta_from_mac80211(sta);
6237 if (mvmsta->deflink.avg_energy) {
6238 sinfo->signal_avg = -(s8)mvmsta->deflink.avg_energy;
6243 struct iwl_lq_sta_rs_fw *lq_sta = &mvmsta->deflink.lq_sta.rs_fw;
6258 if (mvmvif->deflink.ap_sta_id != mvmsta->deflink.sta_id)