Home
last modified time | relevance | path

Searched refs:band3 (Results 1 – 1 of 1) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_core.c4920 uint8_t band1, band2, band3; in policy_mgr_get_current_pref_hw_mode_dbs_2x2() local
4975 band3 = wlan_reg_freq_to_band(pm_conc_connection_list[2].freq); in policy_mgr_get_current_pref_hw_mode_dbs_2x2()
4977 band3 == REG_BAND_2G) { in policy_mgr_get_current_pref_hw_mode_dbs_2x2()
4983 band3 == 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() local
5067 band3 = wlan_reg_freq_to_band(pm_conc_connection_list[2].freq); in policy_mgr_get_current_pref_hw_mode_dbs_1x1()
5068 if (((band1 == band2) && (band2 == band3)) && in policy_mgr_get_current_pref_hw_mode_dbs_1x1()
5071 } else if (((band1 != band2) || (band2 != band3) || in policy_mgr_get_current_pref_hw_mode_dbs_1x1()
5072 (band1 != band3)) && in policy_mgr_get_current_pref_hw_mode_dbs_1x1()