Searched refs:aux_sta (Results 1 – 6 of 6) sorted by relevance
/Linux-v4.19/drivers/net/wireless/intel/iwlwifi/mvm/ |
D | scan.c | 664 tx_cmd[0].sta_id = mvm->aux_sta.sta_id; in iwl_mvm_scan_fill_tx_cmd() 671 tx_cmd[1].sta_id = mvm->aux_sta.sta_id; in iwl_mvm_scan_fill_tx_cmd() 1055 cfg->bcast_sta_id = mvm->aux_sta.sta_id; in iwl_mvm_fill_scan_config_v1() 1102 cfg->bcast_sta_id = mvm->aux_sta.sta_id; in iwl_mvm_fill_scan_config()
|
D | sta.c | 1755 ret = iwl_mvm_allocate_int_sta(mvm, &mvm->aux_sta, BIT(mvm->aux_queue), in iwl_mvm_add_aux_sta() 1764 mvm->aux_sta.sta_id, in iwl_mvm_add_aux_sta() 1767 ret = iwl_mvm_add_int_sta_common(mvm, &mvm->aux_sta, NULL, in iwl_mvm_add_aux_sta() 1770 iwl_mvm_dealloc_int_sta(mvm, &mvm->aux_sta); in iwl_mvm_add_aux_sta() 1780 mvm->aux_sta.sta_id, in iwl_mvm_add_aux_sta() 1840 iwl_mvm_dealloc_int_sta(mvm, &mvm->aux_sta); in iwl_mvm_del_aux_sta()
|
D | time-event.c | 126 iwl_mvm_flush_sta(mvm, &mvm->aux_sta, true, CMD_ASYNC); in iwl_mvm_roc_done_wk()
|
D | mvm.h | 907 struct iwl_mvm_int_sta aux_sta; member
|
D | tx.c | 663 sta_id = mvm->aux_sta.sta_id; in iwl_mvm_tx_skb_non_sta()
|
D | mac80211.c | 3359 .sta_id_and_color = cpu_to_le32(mvm->aux_sta.sta_id), in iwl_mvm_send_aux_roc_cmd()
|