Home
last modified time | relevance | path

Searched refs:emlsr_cap (Results 1 – 8 of 8) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/
H A Dwlan_policy_mgr_public_struct.h1584 uint8_t emlsr_cap; member
/wlan-driver/qca-wifi-host-cmn/umac/mlo_mgr/inc/
H A Dwlan_mlo_mgr_public_structs.h823 struct emlsr_capability emlsr_cap; member
/wlan-driver/qcacld-3.0/core/mac/src/pe/lim/
H A Dlim_process_assoc_rsp_frame.c1045 ml_emlcap = &sta_ctx->emlsr_cap; in lim_cache_emlsr_params()
H A Dlim_process_sme_req_messages.c4470 bool emlsr_cap, emlsr_allowed, emlsr_band_check, emlsr_enabled = false; in lim_set_emlsr_caps() local
4473 emlsr_cap = policy_mgr_is_hw_emlsr_capable(mac_ctx->psoc); in lim_set_emlsr_caps()
4474 if (!emlsr_cap) in lim_set_emlsr_caps()
4483 emlsr_allowed = emlsr_cap && emlsr_enabled && emlsr_band_check; in lim_set_emlsr_caps()
H A Dlim_utils.c9502 ml_emlcap = &sta_ctx->emlsr_cap; in lim_intersect_ap_emlsr_caps()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_core.c421 hw_mode->emlsr_cap = POLICY_MGR_HW_MODE_EMLSR_MODE_GET(param); in policy_mgr_get_hw_mode_from_idx()
423 if (hw_mode_id == idx || hw_mode->emlsr_cap) in policy_mgr_get_hw_mode_from_idx()
H A Dwlan_policy_mgr_get_set_utils.c6965 if (!hw_mode.emlsr_cap) in policy_mgr_is_curr_hwmode_emlsr()
/wlan-driver/qcacld-3.0/core/mac/src/sys/legacy/src/utils/src/
H A Dparser_api.c12918 bool emlsr_cap, emlsr_enabled = false;
12957 emlsr_cap = policy_mgr_is_hw_emlsr_capable(mac_ctx->psoc);
12963 if (emlsr_cap && emlsr_enabled) {