Home
last modified time | relevance | path

Searched refs:snif_sta (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dsta.c2279 NULL, &mvm->snif_sta, in iwl_mvm_add_snif_sta()
2290 if (WARN_ON_ONCE(mvm->snif_sta.sta_id == IWL_INVALID_STA)) in iwl_mvm_rm_snif_sta()
2293 iwl_mvm_disable_txq(mvm, NULL, mvm->snif_sta.sta_id, in iwl_mvm_rm_snif_sta()
2295 ret = iwl_mvm_rm_sta_common(mvm, mvm->snif_sta.sta_id); in iwl_mvm_rm_snif_sta()
2323 iwl_mvm_dealloc_int_sta(mvm, &mvm->snif_sta); in iwl_mvm_dealloc_snif_sta()
H A Dmac-ctxt.c762 ret = iwl_mvm_allocate_int_sta(mvm, &mvm->snif_sta, tfd_queue_msk, in iwl_mvm_mac_ctxt_cmd_listener()
H A Dops.c1470 mvm->snif_sta.sta_id = IWL_INVALID_STA; in iwl_op_mode_mvm_start()
H A Dtx.c831 sta_id = mvm->snif_sta.sta_id; in iwl_mvm_tx_skb_non_sta()
H A Dmvm.h1037 struct iwl_mvm_int_sta snif_sta; member