Searched refs:hb_type (Results 1 – 1 of 1) sorted by relevance
121 enum iwl_mvm_scan_type hb_type; member302 u32 hb_time = scan_timing[params->hb_type].max_out_time; in iwl_mvm_get_measurement_dwell()1072 enum iwl_mvm_scan_type lb_type, hb_type; in iwl_mvm_fill_scan_config() local1076 hb_type = iwl_mvm_get_scan_type_band(mvm, false, 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()1116 enum iwl_mvm_scan_type hb_type = IWL_SCAN_TYPE_NOT_SET; in iwl_mvm_config_scan() local1129 hb_type = iwl_mvm_get_scan_type_band(mvm, false, in iwl_mvm_config_scan()1131 if (type == mvm->scan_type && hb_type == mvm->hb_scan_type) in iwl_mvm_config_scan()1174 flags |= (hb_type == IWL_SCAN_TYPE_FRAGMENTED) ? in iwl_mvm_config_scan()[all …]