mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
50cf0c2d24
For WPA3 connection nearing PMK lifetime expiry, PMK Cache needs a re-authentication or the cache will expire. After current expiry of 12 hours Station ends up sending a deauth to the AP. An SAE re-authentication also cannot occur without a disconnection with current implementation. So increase the PMK lifetime to 100 days for now.