Home
last modified time | relevance | path

Searched refs:policy_mgr_get_ch_width (Results 1 – 6 of 6) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
H A Dwlan_policy_mgr_ll_sap.c312 ch_params.ch_width = policy_mgr_get_ch_width(sap_info.bw); in policy_mgr_ll_lt_sap_restart_concurrent_sap()
H A Dwlan_policy_mgr_action.c2306 policy_mgr_get_ch_width( in policy_mgr_nan_sap_post_enable_conc_check()
2317 policy_mgr_get_ch_width( in policy_mgr_nan_sap_post_enable_conc_check()
2417 policy_mgr_get_ch_width( in policy_mgr_nan_sap_post_disable_conc_check()
H A Dwlan_policy_mgr_get_set_utils.c9659 ch_params.ch_width = policy_mgr_get_ch_width(bw); in policy_mgr_is_concurrency_allowed()
10844 return policy_mgr_get_ch_width(bw); in policy_mgr_get_bw_by_session_id()
11948 *existing_ch_width = policy_mgr_get_ch_width( in policy_mgr_fetch_existing_con_info()
H A Dwlan_policy_mgr_core.c2150 enum phy_ch_width policy_mgr_get_ch_width(enum hw_mode_bandwidth bw) in policy_mgr_get_ch_width() function
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/
H A Dwlan_policy_mgr_api.h4103 enum phy_ch_width policy_mgr_get_ch_width(enum hw_mode_bandwidth bw);
/wlan-driver/qcacld-3.0/core/sap/src/
H A Dsap_module.c641 sta_chan_width = policy_mgr_get_ch_width(sta_ch_width); in wlan_sap_get_concurrent_bw()