Searched refs:scan_timing (Results 1 – 2 of 2) sorted by relevance
96 static struct iwl_mvm_scan_timing_params scan_timing[] = { variable719 cmd->active_dwell = scan_timing[params->type].dwell_active; in iwl_mvm_scan_lmac_dwell()720 cmd->passive_dwell = scan_timing[params->type].dwell_passive; in iwl_mvm_scan_lmac_dwell()721 cmd->fragmented_dwell = scan_timing[params->type].dwell_fragmented; in iwl_mvm_scan_lmac_dwell()722 cmd->max_out_time = cpu_to_le32(scan_timing[params->type].max_out_time); in iwl_mvm_scan_lmac_dwell()723 cmd->suspend_time = cpu_to_le32(scan_timing[params->type].suspend_time); in iwl_mvm_scan_lmac_dwell()989 cmd->active_dwell = scan_timing[params->type].dwell_active; in iwl_mvm_scan_umac_dwell()990 cmd->passive_dwell = scan_timing[params->type].dwell_passive; in iwl_mvm_scan_umac_dwell()991 cmd->fragmented_dwell = scan_timing[params->type].dwell_fragmented; in iwl_mvm_scan_umac_dwell()992 cmd->max_out_time = cpu_to_le32(scan_timing[params->type].max_out_time); in iwl_mvm_scan_umac_dwell()[all …]
254 pdata->scan_timing); in sh_keysc_probe()