Home
last modified time | relevance | path

Searched refs:IS_LINK_SCORE (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.c48 #define IS_LINK_SCORE(ml_flag) ml_flag & LINK_SCORE macro
2342 if (IS_LINK_SCORE(ml_flag) || bss_mlo_type == SLO || in cm_calculate_ml_scores()
2670 if (!(IS_LINK_SCORE(ml_flag))) in cm_calculate_bss_score()
2673 if (bss_mlo_type == SLO || IS_LINK_SCORE(ml_flag)) in cm_calculate_bss_score()
2692 IS_LINK_SCORE(ml_flag) ? "Link" : "Candidate", in cm_calculate_bss_score()