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

Commit 4d3aee41 authored by Srikanth Marepalli's avatar Srikanth Marepalli Committed by nshrivas
Browse files

qcacmn: Increase the PMKSA Cache entry size to 16 in host

Currently only atmost 3 PMK Cache entries are allowed in Host,
which is not equivalent to that of Firmware, as upto 16 max PMK
cache entries are allowed in Firmware.
This change is to support upto 16 PMKID entries in driver as well

Change-Id: I383ca79e284de4913197ca4afec317e8669edd86
CRs-Fixed: 2689482
parent cc059757
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -52,7 +52,7 @@
#ifndef WLAN_CRYPTO_MAX_VLANKEYIX
#ifndef WLAN_CRYPTO_MAX_VLANKEYIX
#define WLAN_CRYPTO_MAX_VLANKEYIX    WLAN_CRYPTO_MAXKEYIDX
#define WLAN_CRYPTO_MAX_VLANKEYIX    WLAN_CRYPTO_MAXKEYIDX
#endif
#endif
#define WLAN_CRYPTO_MAX_PMKID        (3)
#define WLAN_CRYPTO_MAX_PMKID        (16)


/* 40 bit wep key len */
/* 40 bit wep key len */
#define WLAN_CRYPTO_KEY_WEP40_LEN    (5)
#define WLAN_CRYPTO_KEY_WEP40_LEN    (5)