|
@@ -1,5 +1,6 @@
|
|
|
/*
|
|
|
* Copyright (c) 2012-2021, The Linux Foundation. All rights reserved.
|
|
|
+ * Copyright (c) 2021 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
|
*
|
|
|
* Permission to use, copy, modify, and/or distribute this software for any
|
|
|
* purpose with or without fee is hereby granted, provided that the above
|
|
@@ -386,8 +387,8 @@
|
|
|
* <ini>
|
|
|
* sae_pk_ap_weightage - update scoring param based on SAE PK ap weightage
|
|
|
* @Min: 0
|
|
|
- * @Max: 10
|
|
|
- * @Default: 3
|
|
|
+ * @Max: 30
|
|
|
+ * @Default: 30
|
|
|
*
|
|
|
* This ini is used to calculate SAE PK ap weightage in roam score. SAE Public
|
|
|
* Key (SAE-PK) authentication is an extension of SAE that is intended for use
|
|
@@ -407,8 +408,8 @@
|
|
|
#define CFG_SAE_PK_AP_WEIGHTAGE CFG_INI_UINT( \
|
|
|
"sae_pk_ap_weightage", \
|
|
|
0, \
|
|
|
- 10, \
|
|
|
- PLATFORM_VALUE(3, 0), \
|
|
|
+ 30, \
|
|
|
+ PLATFORM_VALUE(30, 0), \
|
|
|
CFG_VALUE_OR_DEFAULT,\
|
|
|
"SAE-PK AP weightage")
|
|
|
|