Home
last modified time | relevance | path

Searched refs:band1 (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
4943 band1 = wlan_reg_freq_to_band(pm_conc_connection_list[0].freq); in policy_mgr_get_current_pref_hw_mode_dbs_2x2()
4944 if (band1 == REG_BAND_2G) in policy_mgr_get_current_pref_hw_mode_dbs_2x2()
4949 band1 = wlan_reg_freq_to_band(pm_conc_connection_list[0].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()
4973 band1 = wlan_reg_freq_to_band(pm_conc_connection_list[0].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
[all …]