Browse Source

qcacld-3.0: Enable self bss roam ini by default

Passpoint R1 TC5.2.A Certificate need self bss roam.

Change-Id: Ife9972572445621d2aa61b16eed109c0342d538e
CRs-Fixed: 3076256
Jianmin Zhu 3 years ago
parent
commit
8fd9d2b557
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/mlme/dispatcher/inc/cfg_mlme_lfr.h

+ 1 - 1
components/mlme/dispatcher/inc/cfg_mlme_lfr.h

@@ -2237,7 +2237,7 @@
  */
 #define CFG_LFR3_ENABLE_SELF_BSS_ROAM CFG_INI_BOOL( \
 	"enable_self_bss_roam", \
-	0, \
+	1, \
 	"enable self bss roam")
 
 /*