Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/components/cmn_services/policy_mgr/src/
Dwlan_policy_mgr_get_set_utils.c8551 uint8_t num_ml_sta = 0, num_disabled_ml_sta = 0, num_ml_active_sta = 0; in policy_mgr_is_restart_sap_required_with_mlo_sta() local
8569 num_ml_active_sta = num_ml_sta; in policy_mgr_is_restart_sap_required_with_mlo_sta()
8571 num_ml_active_sta = num_ml_sta - num_disabled_ml_sta; in policy_mgr_is_restart_sap_required_with_mlo_sta()
8572 for (i = 0; i < num_ml_active_sta; i++) { in policy_mgr_is_restart_sap_required_with_mlo_sta()
8579 if (num_ml_active_sta >= 2 && !same_freq_with_mlo_sta) { in policy_mgr_is_restart_sap_required_with_mlo_sta()