Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/mlme/connection_mgr/core/src/
H A Dwlan_cm_bss_scoring.c1922 uint32_t congestion_score2, in cm_get_mlo_congestion_score() argument
1931 if (congestion_score1 > congestion_score2) { in cm_get_mlo_congestion_score()
1933 congestion_worst = congestion_score2 * bw1 / (bw1 + bw2); in cm_get_mlo_congestion_score()
1934 } else if (congestion_score1 < congestion_score2) { in cm_get_mlo_congestion_score()
1935 congestion_best = congestion_score2; in cm_get_mlo_congestion_score()
1939 congestion_worst = congestion_score2 / 2; in cm_get_mlo_congestion_score()