mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 13:44:32 +02:00
Merge branch 'bugfix/wpa3_pmkcache_expiry_workaround' into 'master'
wpa_supplicant: Increase PMK Lifetime to a very high value See merge request espressif/esp-idf!11168
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
#ifdef IEEE8021X_EAPOL
|
#ifdef IEEE8021X_EAPOL
|
||||||
|
|
||||||
static const int pmksa_cache_max_entries = 10;
|
static const int pmksa_cache_max_entries = 10;
|
||||||
static const int dot11RSNAConfigPMKLifetime = 43200;
|
static const int dot11RSNAConfigPMKLifetime = 8640000; // 100 days = 3600 x 24 x 100 Seconds
|
||||||
static const int dot11RSNAConfigPMKReauthThreshold = 70;
|
static const int dot11RSNAConfigPMKReauthThreshold = 70;
|
||||||
|
|
||||||
struct rsn_pmksa_cache {
|
struct rsn_pmksa_cache {
|
||||||
|
Reference in New Issue
Block a user