Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/umac/mlme/sap/ll_sap/core/src/
Dwlan_ll_lt_sap_main.c171 qdf_freq_t given_freq, uint32_t given_weight) in ll_lt_sap_update_mac_freq() argument
173 if (WLAN_REG_IS_5GHZ_CH_FREQ(given_freq) && in ll_lt_sap_update_mac_freq()
174 ((sbs_cut_off_freq && given_freq < sbs_cut_off_freq) || in ll_lt_sap_update_mac_freq()
176 freq_list->freq_5GHz_low = given_freq; in ll_lt_sap_update_mac_freq()
184 freq_list->freq_5GHz_high = given_freq; in ll_lt_sap_update_mac_freq()
187 } else if (WLAN_REG_IS_5GHZ_CH_FREQ(given_freq) && in ll_lt_sap_update_mac_freq()
188 ((sbs_cut_off_freq && given_freq > sbs_cut_off_freq) || in ll_lt_sap_update_mac_freq()
190 freq_list->freq_5GHz_high = given_freq; in ll_lt_sap_update_mac_freq()
198 freq_list->freq_5GHz_low = given_freq; in ll_lt_sap_update_mac_freq()
201 } else if (WLAN_REG_IS_6GHZ_CHAN_FREQ(given_freq) && in ll_lt_sap_update_mac_freq()
[all …]
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/
Dwlan_policy_mgr_api.h5770 qdf_freq_t given_freq);
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_get_set_utils.c13000 qdf_freq_t given_freq) in policy_mgr_is_given_freq_5g_low() argument
13008 if (given_freq < sbs_cut_off_freq && in policy_mgr_is_given_freq_5g_low()
13009 WLAN_REG_IS_5GHZ_CH_FREQ(given_freq)) in policy_mgr_is_given_freq_5g_low()