Browse Source

qcacld-3.0: Enable SAE roaming with same PMK INI by default

Enable SAE Roaming with same PMK feature INI
sae_single_pmk_feature_enabled by default.

Change-Id: I5be1b24fd77f5296574276af02b0098ac86d9730
CRs-Fixed: 2985116
abhinav kumar 3 years ago
parent
commit
bf75fb43f0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/mlme/dispatcher/inc/cfg_mlme_lfr.h

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

@@ -2619,7 +2619,7 @@
  * sae_single_pmk_feature_enabled - Enable/disable sae single pmk feature.
  * @Min: 0
  * @Max: 1
- * @Default: 0
+ * @Default: 1
  *
  * This INI is to enable/disable SAE Roaming with same PMK/PMKID feature support
  *
@@ -2633,7 +2633,7 @@
  */
 #define CFG_SAE_SINGLE_PMK CFG_INI_BOOL( \
 		"sae_single_pmk_feature_enabled", \
-		false, \
+		true, \
 		"Enable/disable SAE Roaming with single PMK/PMKID")
 
 #define SAE_SINGLE_PMK_ALL CFG(CFG_SAE_SINGLE_PMK)