Open srem1 opened 1 year ago
WIFI_AUTH_WPA2_PSK
is WPA2 CCMP (AES)
https://github.com/martin-ger/esp32_nat_router/blob/d3a55fe3315bd5bd11d17db489ab5894474936af/main/esp32_nat_router.c#L420
WPA3 AP (i don't know which kind you mean) is working
ONLY IF SDK >= 5.1
The project has been updated to ESP-IDF 5.1.2, WPA3 is now supported.
Is possible add WPA2(AES) or WPA3?