Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/iwlwifi/mvm/
Dsta.c661 ret = iwl_mvm_allocate_int_sta(mvm, &mvm->aux_sta, BIT(mvm->aux_queue), in iwl_mvm_add_aux_sta()
666 ret = iwl_mvm_add_int_sta_common(mvm, &mvm->aux_sta, NULL, in iwl_mvm_add_aux_sta()
670 iwl_mvm_dealloc_int_sta(mvm, &mvm->aux_sta); in iwl_mvm_add_aux_sta()
678 iwl_mvm_dealloc_int_sta(mvm, &mvm->aux_sta); in iwl_mvm_del_aux_sta()
Dscan.c578 tx_cmd[0].sta_id = mvm->aux_sta.sta_id; in iwl_mvm_scan_fill_tx_cmd()
585 tx_cmd[1].sta_id = mvm->aux_sta.sta_id; in iwl_mvm_scan_fill_tx_cmd()
943 scan_config->bcast_sta_id = mvm->aux_sta.sta_id; in iwl_mvm_config_scan()
Dtx.c390 sta_id = mvm->aux_sta.sta_id; in iwl_mvm_tx_skb_non_sta()
Dmvm.h668 struct iwl_mvm_int_sta aux_sta; member
Dmac80211.c3112 .sta_id_and_color = cpu_to_le32(mvm->aux_sta.sta_id), in iwl_mvm_send_aux_roc_cmd()