Searched refs:band2 (Results 1 – 1 of 1) sorted by relevance
4920 uint8_t band1, band2, band3; in policy_mgr_get_current_pref_hw_mode_dbs_2x2() local4950 band2 = wlan_reg_freq_to_band(pm_conc_connection_list[1].freq); in policy_mgr_get_current_pref_hw_mode_dbs_2x2()4951 if (band1 == REG_BAND_2G || band2 == REG_BAND_2G) { in policy_mgr_get_current_pref_hw_mode_dbs_2x2()4956 } else if (band1 == REG_BAND_5G && band2 == REG_BAND_5G) { in policy_mgr_get_current_pref_hw_mode_dbs_2x2()4974 band2 = wlan_reg_freq_to_band(pm_conc_connection_list[1].freq); in policy_mgr_get_current_pref_hw_mode_dbs_2x2()4976 if (band1 == REG_BAND_2G || band2 == REG_BAND_2G || in policy_mgr_get_current_pref_hw_mode_dbs_2x2()4982 } else if (band1 == REG_BAND_5G && band2 == REG_BAND_5G && in policy_mgr_get_current_pref_hw_mode_dbs_2x2()5017 uint8_t band1, band2, band3; in policy_mgr_get_current_pref_hw_mode_dbs_1x1() local5054 band2 = wlan_reg_freq_to_band(pm_conc_connection_list[1].freq); in policy_mgr_get_current_pref_hw_mode_dbs_1x1()5055 if ((band1 == band2) && (hw_mode.dbs_cap)) in policy_mgr_get_current_pref_hw_mode_dbs_1x1()[all …]