Home
last modified time | relevance | path

Searched refs:band2 (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
4950 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() local
5054 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 …]