martin-ger / esp32_nat_router

A simple NAT Router for the ESP32
1.4k stars 290 forks source link

AES or WPA3 #127

Open srem1 opened 1 year ago

srem1 commented 1 year ago

Is possible add WPA2(AES) or WPA3?

githuu5y5u commented 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

Hougaard22 commented 1 year ago

The project has been updated to ESP-IDF 5.1.2, WPA3 is now supported.