Searched refs:mvm_sta (Results 1 – 2 of 2) sorted by relevance
131 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_sta_send_to_fw() local133 .sta_id = mvm_sta->deflink.sta_id, in iwl_mvm_sta_send_to_fw()134 .mac_id_n_color = cpu_to_le32(mvm_sta->mac_id_n_color), in iwl_mvm_sta_send_to_fw()139 .tid_disable_tx = cpu_to_le16(mvm_sta->tid_disable_agg), in iwl_mvm_sta_send_to_fw()146 add_sta_cmd.station_type = mvm_sta->sta_type; in iwl_mvm_sta_send_to_fw()153 cpu_to_le32(mvm_sta->tfd_queue_msk); in iwl_mvm_sta_send_to_fw()211 mvm_sta->vif->bss_conf.chanreq.oper.chan->band == NL80211_BAND_6GHZ) in iwl_mvm_sta_send_to_fw()217 &mvm_sta->vif->bss_conf, in iwl_mvm_sta_send_to_fw()224 if (mvm_sta->sta_state >= IEEE80211_STA_ASSOC) in iwl_mvm_sta_send_to_fw()260 struct iwl_mvm_sta *mvm_sta; in iwl_mvm_rx_agg_session_expired() local[all …]
3374 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_sta_pre_rcu_remove() local3390 for (link_id = 0; link_id < ARRAY_SIZE(mvm_sta->link); link_id++) { in iwl_mvm_sta_pre_rcu_remove()3394 if (!mvm_sta->link[link_id]) in iwl_mvm_sta_pre_rcu_remove()3397 link_sta = rcu_dereference_protected(mvm_sta->link[link_id], in iwl_mvm_sta_pre_rcu_remove()3562 struct iwl_mvm_sta *mvm_sta) in iwl_mvm_mei_host_associated() argument3582 switch (mvm_sta->pairwise_cipher) { in iwl_mvm_mei_host_associated()3810 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_sta_state_auth_to_assoc() local3827 iwl_mvm_cfg_he_sta(mvm, vif, mvm_sta->deflink.sta_id); in iwl_mvm_sta_state_auth_to_assoc()3865 struct iwl_mvm_sta *mvm_sta = iwl_mvm_sta_from_mac80211(sta); in iwl_mvm_sta_state_assoc_to_authorized() local3883 iwl_mvm_mei_host_associated(mvm, vif, mvm_sta); in iwl_mvm_sta_state_assoc_to_authorized()[all …]