Home
last modified time | relevance | path

Searched refs:policy_mgr_is_hw_emlsr_capable (Results 1 – 5 of 5) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/
Dwlan_policy_mgr_api.h3392 bool policy_mgr_is_hw_emlsr_capable(struct wlan_objmgr_psoc *psoc);
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_get_set_utils.c2764 bool policy_mgr_is_hw_emlsr_capable(struct wlan_objmgr_psoc *psoc) in policy_mgr_is_hw_emlsr_capable() function
6958 if (!policy_mgr_is_hw_emlsr_capable(psoc)) in policy_mgr_is_curr_hwmode_emlsr()
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
Dlim_process_sme_req_messages.c4473 emlsr_cap = policy_mgr_is_hw_emlsr_capable(mac_ctx->psoc); in lim_set_emlsr_caps()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
Dparser_api.c12957 emlsr_cap = policy_mgr_is_hw_emlsr_capable(mac_ctx->psoc);
/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_cfg80211.c11919 if (cfg_val && policy_mgr_is_hw_emlsr_capable(hdd_ctx->psoc)) { in hdd_test_config_emlsr_mode()