浏览代码

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
Santosh Anbu 4 年之前
父节点
当前提交
a958936486
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      umac/mlme/connection_mgr/dispatcher/inc/cfg_mlme_score_params.h

+ 2 - 1
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")