espressif / esp-idf

Espressif IoT Development Framework. Official development framework for Espressif SoCs.
Apache License 2.0
13.62k stars 7.27k forks source link

EAP support? #69

Closed ivanO86 closed 7 years ago

ivanO86 commented 7 years ago

Hi all,

I have just started a new project with an ESP32 board and I need WPA-enterprise support for some applications. It is not a mandatory feature at this moment, but I will need it, and I can not find a solution in your esp_wifi library. Are you thinking about add this encryption support?

Thank you. Best regards

negativekelvin commented 7 years ago

WiFi WPA2-Enterprise and WPS are not supported yet

https://github.com/espressif/esp-idf/releases

igrr commented 7 years ago

WPS support is going to be added soon (~this week). WPA-enterprise is going to be added somewhere before 1.0 release at the end of this month.

ivanO86 commented 7 years ago

Thanks for your update.

projectgus commented 7 years ago

WPA Enterprise now supports EAP-TLS, PEAP-MSCHAPv2 and TTLS-MSCHAPv2.