Searched refs:ll_sap_freq (Results 1 – 2 of 2) sorted by relevance
/wlan-driver/qca-wifi-host-cmn/umac/scan/dispatcher/src/ |
D | wlan_scan_api.c | 753 qdf_freq_t ll_sap_freq) in wlan_scan_update_hint_bssid() argument 768 ll_sap_freq, in wlan_scan_update_hint_bssid() 800 qdf_freq_t ll_sap_freq) in wlan_scan_update_hint_s_ssid() argument 815 ll_sap_freq, in wlan_scan_update_hint_s_ssid() 840 qdf_freq_t freq, ll_sap_freq; in wlan_scan_update_low_latency_profile_chnlist() local 852 ll_sap_freq = policy_mgr_get_ll_sap_freq(psoc); in wlan_scan_update_low_latency_profile_chnlist() 854 ll_sap_freq = policy_mgr_get_ll_ht_sap_freq(psoc); in wlan_scan_update_low_latency_profile_chnlist() 857 if (!ll_sap_freq) in wlan_scan_update_low_latency_profile_chnlist() 860 wlan_scan_update_hint_bssid(psoc, req, ll_sap_freq); in wlan_scan_update_low_latency_profile_chnlist() 861 wlan_scan_update_hint_s_ssid(psoc, req, ll_sap_freq); in wlan_scan_update_low_latency_profile_chnlist() [all …]
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
D | wlan_policy_mgr_get_set_utils.c | 12693 qdf_freq_t ll_sap_freq; in policy_mgr_is_ll_sap_concurrency_valid() local 12695 ll_sap_freq = policy_mgr_get_ll_sap_freq(psoc); in policy_mgr_is_ll_sap_concurrency_valid() 12696 if (!ll_sap_freq) in policy_mgr_is_ll_sap_concurrency_valid() 12708 if (policy_mgr_2_freq_always_on_same_mac(psoc, ll_sap_freq, in policy_mgr_is_ll_sap_concurrency_valid() 12711 ll_sap_freq, freq, mode); in policy_mgr_is_ll_sap_concurrency_valid()
|