Home
last modified time | relevance | path

Searched refs:non_scc_ch_freq_on_same_mac (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.c4255 qdf_freq_t non_scc_ch_freq_on_same_mac = 0; in policy_mgr_get_pref_force_scc_freq() local
4334 else if (!non_scc_ch_freq_on_same_mac && same_mac) in policy_mgr_get_pref_force_scc_freq()
4335 non_scc_ch_freq_on_same_mac = pcl_freq; in policy_mgr_get_pref_force_scc_freq()
4357 else if (non_scc_ch_freq_on_same_mac) in policy_mgr_get_pref_force_scc_freq()
4358 *intf_ch_freq = non_scc_ch_freq_on_same_mac; in policy_mgr_get_pref_force_scc_freq()
4369 non_scc_ch_freq_on_same_mac, in policy_mgr_get_pref_force_scc_freq()