mirror of
https://github.com/espressif/esp32-wifi-lib.git
synced 2025-07-15 01:42:38 +08:00

1. Check return status of decrypt operation. Fixes 5.3.3.1. 2. Allow PMF negotiation for WPA2-Enterprise. Fixes 5.3.3.2, 5.3.3.4. 3. Add NULL check on key before encrypting PMF, fixes crash.