Searched refs:num_ml (Results 1 – 3 of 3) sorted by relevance
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/ |
H A D | wlan_policy_mgr_get_set_utils.c | 5523 uint8_t *num_ml, uint8_t *ml_idx, in policy_mgr_get_ml_and_non_ml_sta_count() argument 5533 *num_ml = 0; in policy_mgr_get_ml_and_non_ml_sta_count() 5550 *num_ml = 0; in policy_mgr_get_ml_and_non_ml_sta_count() 5557 ml_idx[*num_ml] = i; in policy_mgr_get_ml_and_non_ml_sta_count() 5558 (*num_ml)++; in policy_mgr_get_ml_and_non_ml_sta_count() 5571 uint8_t num_ml = 0, num_non_ml = 0; in policy_mgr_concurrent_sta_on_different_mac() local 5590 policy_mgr_get_ml_and_non_ml_sta_count(psoc, &num_ml, ml_idx, in policy_mgr_concurrent_sta_on_different_mac() 5593 if (num_ml + num_non_ml < 2 || !num_non_ml) in policy_mgr_concurrent_sta_on_different_mac() 5613 for (i = 0; i < num_ml; i++) { in policy_mgr_concurrent_sta_on_different_mac() 5625 num_non_ml, num_ml, is_different_mac); in policy_mgr_concurrent_sta_on_different_mac() [all …]
|
H A D | wlan_policy_mgr_pcl.c | 145 uint8_t num_ml = 0, num_non_ml = 0, ml_vdev_id; in policy_mgr_get_pcl_concurrent_connetions() local 186 policy_mgr_get_ml_and_non_ml_sta_count(psoc, &num_ml, ml_idx, in policy_mgr_get_pcl_concurrent_connetions() 190 i < num_non_ml + num_ml && num_related < vdev_ids_size; i++) { in policy_mgr_get_pcl_concurrent_connetions() 202 for (i = 0; i < num_ml && num_related < vdev_ids_size; i++) { in policy_mgr_get_pcl_concurrent_connetions()
|
/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/inc/ |
H A D | wlan_policy_mgr_api.h | 4728 uint8_t *num_ml, uint8_t *ml_idx,
|