Searched refs:mvm_sta (Results 1 – 1 of 1) 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 …]