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
This commit is contained in:

committed by
Madan Koyyalamudi

parent
0d5fa7b0d2
commit
bf75fb43f0
@@ -2619,7 +2619,7 @@
|
|||||||
* sae_single_pmk_feature_enabled - Enable/disable sae single pmk feature.
|
* sae_single_pmk_feature_enabled - Enable/disable sae single pmk feature.
|
||||||
* @Min: 0
|
* @Min: 0
|
||||||
* @Max: 1
|
* @Max: 1
|
||||||
* @Default: 0
|
* @Default: 1
|
||||||
*
|
*
|
||||||
* This INI is to enable/disable SAE Roaming with same PMK/PMKID feature support
|
* 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( \
|
#define CFG_SAE_SINGLE_PMK CFG_INI_BOOL( \
|
||||||
"sae_single_pmk_feature_enabled", \
|
"sae_single_pmk_feature_enabled", \
|
||||||
false, \
|
true, \
|
||||||
"Enable/disable SAE Roaming with single PMK/PMKID")
|
"Enable/disable SAE Roaming with single PMK/PMKID")
|
||||||
|
|
||||||
#define SAE_SINGLE_PMK_ALL CFG(CFG_SAE_SINGLE_PMK)
|
#define SAE_SINGLE_PMK_ALL CFG(CFG_SAE_SINGLE_PMK)
|
||||||
|
Reference in New Issue
Block a user