Lines Matching refs:scan_timing
99 static struct iwl_mvm_scan_timing_params scan_timing[] = { variable
296 u32 duration = scan_timing[params->type].max_out_time; in iwl_mvm_get_measurement_dwell()
302 u32 hb_time = scan_timing[params->hb_type].max_out_time; in iwl_mvm_get_measurement_dwell()
818 cmd->max_out_time = cpu_to_le32(scan_timing[params->type].max_out_time); in iwl_mvm_scan_lmac_dwell()
819 cmd->suspend_time = cpu_to_le32(scan_timing[params->type].suspend_time); in iwl_mvm_scan_lmac_dwell()
1048 cfg->out_of_channel_time = cpu_to_le32(scan_timing[type].max_out_time); in iwl_mvm_fill_scan_config_v1()
1049 cfg->suspend_time = cpu_to_le32(scan_timing[type].suspend_time); in iwl_mvm_fill_scan_config_v1()
1080 cpu_to_le32(scan_timing[lb_type].max_out_time); in iwl_mvm_fill_scan_config()
1082 cpu_to_le32(scan_timing[lb_type].suspend_time); in iwl_mvm_fill_scan_config()
1085 cpu_to_le32(scan_timing[hb_type].max_out_time); in iwl_mvm_fill_scan_config()
1087 cpu_to_le32(scan_timing[hb_type].suspend_time); in iwl_mvm_fill_scan_config()
1093 cpu_to_le32(scan_timing[type].max_out_time); in iwl_mvm_fill_scan_config()
1095 cpu_to_le32(scan_timing[type].suspend_time); in iwl_mvm_fill_scan_config()
1216 timing = &scan_timing[params->type]; in iwl_mvm_scan_umac_dwell()
1246 hb_timing = &scan_timing[params->hb_type]; in iwl_mvm_scan_umac_dwell()
1276 hb_timing = &scan_timing[params->hb_type]; in iwl_mvm_scan_umac_dwell()