Tinkerforge / esp32-firmware

Firmwares for ESP32 Brick and ESP32 Ethernet Brick (including firmwares for WARP/WARP2 Charger, WARP Energy Manager)
https://www.tinkerforge.com/en/doc/Hardware/Bricks/ESP32_Ethernet_Brick.html
25 stars 20 forks source link

Investigate WPA(2/3)-Enterprise. #296

Closed rtrbt closed 10 months ago

rtrbt commented 11 months ago

The ESP32 supports WPA-Enterprise in station mode: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/wifi-security.html#wi-fi-enterprise

ffreddow commented 10 months ago

Added eap methods peap and ttls with e87b716a51c9a3b8034f62d87e3a39fdba17fcd0. EAP-TLS needs further investigation since it seems like some changes we made in the sdkconfig breaks it.

Edit: It was no missconfiguration but the espressif api cant handle a empty string / nullpointer as identity when using eap-tls.

ffreddow commented 10 months ago

fixed with 7a7de2db2e71b39c2da598dbcdad1172f39ee262.