Home
last modified time | relevance | path

Searched refs:scc_ch_freq_on_diff_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.c4253 qdf_freq_t scc_ch_freq_on_diff_mac = 0; in policy_mgr_get_pref_force_scc_freq() local
4345 else if (!scc_ch_freq_on_diff_mac && !same_mac) in policy_mgr_get_pref_force_scc_freq()
4346 scc_ch_freq_on_diff_mac = pcl_freq; in policy_mgr_get_pref_force_scc_freq()
4355 else if (scc_ch_freq_on_diff_mac) in policy_mgr_get_pref_force_scc_freq()
4356 *intf_ch_freq = scc_ch_freq_on_diff_mac; in policy_mgr_get_pref_force_scc_freq()
4367 scc_ch_freq_on_same_mac, scc_ch_freq_on_diff_mac, in policy_mgr_get_pref_force_scc_freq()