Lines Matching refs:tx_cmd
654 struct iwl_scan_req_tx_cmd *tx_cmd,
657 tx_cmd[0].tx_flags = cpu_to_le32(TX_CMD_FLG_SEQ_CTL |
659 tx_cmd[0].rate_n_flags = iwl_mvm_scan_rate_n_flags(mvm,
664 tx_cmd[0].sta_id = mvm->aux_sta.sta_id;
665 tx_cmd[1].sta_id = mvm->aux_sta.sta_id;
672 tx_cmd[0].sta_id = 0xff;
673 tx_cmd[1].sta_id = 0xff;
676 tx_cmd[1].tx_flags = cpu_to_le32(TX_CMD_FLG_SEQ_CTL |
679 tx_cmd[1].rate_n_flags = iwl_mvm_scan_rate_n_flags(mvm,
971 iwl_mvm_scan_fill_tx_cmd(mvm, cmd->tx_cmd, params->no_cck);