diff --git a/umac/mlme/connection_mgr/dispatcher/inc/cfg_mlme_score_params.h b/umac/mlme/connection_mgr/dispatcher/inc/cfg_mlme_score_params.h index 85e845afd6..bde37ed61f 100644 --- a/umac/mlme/connection_mgr/dispatcher/inc/cfg_mlme_score_params.h +++ b/umac/mlme/connection_mgr/dispatcher/inc/cfg_mlme_score_params.h @@ -1076,7 +1076,8 @@ */ #define CFG_IS_BSSID_HINT_PRIORITY CFG_INI_UINT(\ "is_bssid_hint_priority",\ - 0, 1, 0,\ + 0, 1, \ + PLATFORM_VALUE(0, 1), \ CFG_VALUE_OR_DEFAULT, \ "Set priority for connection with bssid_hint")