Forráskód Böngészése

qcacmn: Enable check_6ghz_security by default

It is mandatory request to check security mode in 6Ghz band,
so enable check_6ghz_security by default. Keep default disable
for WIN as requested.

Change-Id: Idcc4cb9add98ad4bda8e4357e83460ca25221692
CRs-Fixed: 3006930
Will Huang 3 éve
szülő
commit
69f69de187

+ 2 - 2
umac/mlme/connection_mgr/dispatcher/inc/cfg_mlme_score_params.h

@@ -1114,7 +1114,7 @@
  * BSSID.
  * @Min: 0
  * @Max: 1
- * @Default: 0
+ * @Default: non AP 1, AP 0
  *
  * This ini is used to Enable check for 6Ghz allowed security. If enabled
  * only WPA3 and other allowed security will be allowed for 6Ghz connection
@@ -1128,7 +1128,7 @@
  * </ini>
  */
 #define CFG_CHECK_6GHZ_SECURITY CFG_INI_BOOL(\
-				"check_6ghz_security", 0, \
+				"check_6ghz_security", PLATFORM_VALUE(1, 0), \
 				"Enable check for 6Ghz allowed security")
 /*
  * <ini>