Home
last modified time | relevance | path

Searched refs:congestion_best (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.c1925 uint32_t congestion_best; in cm_get_mlo_congestion_score() local
1932 congestion_best = congestion_score1; in cm_get_mlo_congestion_score()
1935 congestion_best = congestion_score2; in cm_get_mlo_congestion_score()
1938 congestion_best = congestion_score1; in cm_get_mlo_congestion_score()
1941 congestion_best = congestion_best * CM_SLO_CONGESTION_MAX_SCORE / in cm_get_mlo_congestion_score()
1947 return congestion_best + congestion_worst; in cm_get_mlo_congestion_score()