Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_pcl.c144 uint8_t vdev_id_with_diff_band = WLAN_INVALID_VDEV_ID; in policy_mgr_get_pcl_concurrent_connetions() local
235 vdev_id_with_diff_band = ml_vdev_id; in policy_mgr_get_pcl_concurrent_connetions()
244 if (!has_same_band && vdev_id_with_diff_band != WLAN_INVALID_VDEV_ID) { in policy_mgr_get_pcl_concurrent_connetions()
246 num_related, vdev_id_with_diff_band); in policy_mgr_get_pcl_concurrent_connetions()
249 vdev_ids[num_related++] = vdev_id_with_diff_band; in policy_mgr_get_pcl_concurrent_connetions()