Home
last modified time | relevance | path

Searched refs:policy_mgr_get_connection_count_with_mlo (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/components/tdls/core/src/
H A Dwlan_tdls_main.c993 policy_mgr_get_connection_count_with_mlo(tdls_soc_obj->soc); in tdls_check_is_tdls_allowed()
1046 if (policy_mgr_get_connection_count_with_mlo(psoc) > in tdls_is_concurrency_allowed()
1064 if (policy_mgr_get_connection_count_with_mlo(psoc) > 1 && in tdls_is_concurrency_allowed()
1109 (policy_mgr_get_connection_count_with_mlo(psoc) == 1 && in tdls_set_ct_mode()
1325 policy_mgr_get_connection_count_with_mlo(psoc) == 1) in tdls_get_vdev()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/
H A Dwlan_policy_mgr_api.h669 policy_mgr_get_connection_count_with_mlo(struct wlan_objmgr_psoc *psoc);
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_get_set_utils.c3151 policy_mgr_get_connection_count_with_mlo(struct wlan_objmgr_psoc *psoc) in policy_mgr_get_connection_count_with_mlo() function