From a95893648633275b2dd2303e30aa18ea59f80236 Mon Sep 17 00:00:00 2001 From: Santosh Anbu Date: Tue, 20 Oct 2020 21:36:40 +0530 Subject: [PATCH] qcacmn: Set bssid hint config in INI/CFG Add change to enable bssid hint scoring for candidate selection in connection manager. Change-Id: I40a120781c93bf8fb09ec9591a94ee1484bb1a0c CRs-Fixed: 2801397 --- .../mlme/connection_mgr/dispatcher/inc/cfg_mlme_score_params.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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")