Home
last modified time | relevance | path

Searched refs:mcc_vdev_id (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_get_set_utils.c3475 uint8_t vdev_id, uint8_t *mcc_vdev_id) in policy_mgr_is_mcc_with_this_vdev_id() argument
3481 if (mcc_vdev_id) in policy_mgr_is_mcc_with_this_vdev_id()
3482 *mcc_vdev_id = WLAN_INVALID_VDEV_ID; in policy_mgr_is_mcc_with_this_vdev_id()
3510 if (mcc_vdev_id) in policy_mgr_is_mcc_with_this_vdev_id()
3511 *mcc_vdev_id = pm_conc_connection_list[i].vdev_id; in policy_mgr_is_mcc_with_this_vdev_id()
10935 uint8_t mcc_vdev_id; in policy_mgr_get_mcc_operating_channel() local
10939 if (!policy_mgr_is_mcc_with_this_vdev_id(psoc, vdev_id, &mcc_vdev_id)) { in policy_mgr_get_mcc_operating_channel()
10944 status = policy_mgr_get_chan_by_session_id(psoc, mcc_vdev_id, &ch_freq); in policy_mgr_get_mcc_operating_channel()
10947 mcc_vdev_id); in policy_mgr_get_mcc_operating_channel()
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/
Dwlan_policy_mgr_api.h2448 uint8_t vdev_id, uint8_t *mcc_vdev_id);