Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6ad08b95 authored by abhinav kumar's avatar abhinav kumar Committed by Madan Koyyalamudi
Browse files

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
parent aa811379
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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)