Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/intel/iwlwifi/mld/
H A Droc.c81 struct iwl_mld_int_sta *aux_sta = &mld_vif->aux_sta; in iwl_mld_start_roc() local
128 ret = iwl_mld_add_aux_sta(mld, aux_sta); in iwl_mld_start_roc()
133 cmd.sta_id = cpu_to_le32(aux_sta->sta_id); in iwl_mld_start_roc()
180 iwl_mld_flush_link_sta_txqs(mld, mld_vif->aux_sta.sta_id); in iwl_mld_destroy_roc()
H A Diface.c27 if (mld_vif->aux_sta.sta_id != IWL_INVALID_STA) in iwl_mld_cleanup_vif()
28 iwl_mld_free_internal_sta(mld, &mld_vif->aux_sta); in iwl_mld_cleanup_vif()
431 iwl_mld_init_internal_sta(&mld_vif->aux_sta); in IWL_MLD_ALLOC_FN()
H A Diface.h151 * @aux_sta: station used for remain on channel. Used in P2P device.
188 struct iwl_mld_int_sta aux_sta; member
H A Dtx.c651 return mld_vif->aux_sta.queue_id; in iwl_mld_get_tx_queue_id()
669 return mld_vif->aux_sta.queue_id; in iwl_mld_get_tx_queue_id()
H A Dsta.c1171 iwl_mld_remove_internal_sta(mld, &mld_vif->aux_sta, false, in iwl_mld_remove_aux_sta()
/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-event.c114 iwl_mvm_flush_sta(mvm, mvm->aux_sta.sta_id, in iwl_mvm_cleanup_roc()
115 mvm->aux_sta.tfd_queue_msk); in iwl_mvm_cleanup_roc()
1089 .sta_id = cpu_to_le32(mvm->aux_sta.sta_id), in iwl_mvm_roc_add_cmd()
H A Dmld-sta.c308 return iwl_mvm_mld_add_int_sta(mvm, &mvm->aux_sta, &mvm->aux_queue, in iwl_mvm_mld_add_aux_sta()
430 return iwl_mvm_mld_rm_int_sta(mvm, &mvm->aux_sta, false, in iwl_mvm_mld_rm_aux_sta()
H A Dops.c1515 mvm->aux_sta.sta_id = IWL_INVALID_STA; in iwl_op_mode_mvm_start()
H A Dmvm.h1129 struct iwl_mvm_int_sta aux_sta; member