summaryrefslogtreecommitdiff
path: root/core/cds
diff options
context:
space:
mode:
authorSridhar Selvaraj <sselvara@codeaurora.org>2017-08-07 16:43:30 +0530
committersnandini <snandini@codeaurora.org>2017-08-16 21:44:19 -0700
commit5d51228bcaa931c377fe1300dc9cc9710b68bf20 (patch)
tree83490d7c000864f97aa7f6d421a6a83f316eb2c0 /core/cds
parent7d3a7a22e0a3ac2e9dd20cef7854f30b2b2a7544 (diff)
downloadqcacld-5d51228bcaa931c377fe1300dc9cc9710b68bf20.tar.gz
qcacld-3.0: Add FILS roaming support
Add FILS roaming support changes as follows: - Update ERP info in RSO Start - Update HLP info in a new command WMI_PDEV_UPDATE_FILS_HLP_PKT_CMDID - Set/Delete PMK cache info with WMI_PDEV_UPDATE_PMK_CACHE_CMDID - Process FILS TLV in Roam Synch Indication and update the FILS info [seq number,PMK, KEK, realm] to Supplicant. Change-Id: I78c3bdde080701deb8d2bdb92d8d57d18cceb864 CRs-Fixed: 2081252
Diffstat (limited to 'core/cds')
-rw-r--r--core/cds/inc/cds_config.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/cds/inc/cds_config.h b/core/cds/inc/cds_config.h
index ee28d92a12..4553eb0fad 100644
--- a/core/cds/inc/cds_config.h
+++ b/core/cds/inc/cds_config.h
@@ -172,9 +172,11 @@ struct cds_config_info {
#ifdef WLAN_FEATURE_FILS_SK
#define MAX_PMK_LEN 48
+#define MAX_PMKID_LEN 16
#define FILS_MAX_KEYNAME_NAI_LENGTH 255
#define FILS_MAX_REALM_LEN 255
#define FILS_MAX_RRK_LENGTH 64
+#define FILS_MAX_RIK_LENGTH FILS_MAX_RRK_LENGTH
struct cds_fils_connection_info {
bool is_fils_connection;