Search found 3 matches

by capitek
Sat May 22, 2021 12:59 pm
Forum: ESP32 boards
Topic: WPA2 Enterprise
Replies: 22
Views: 20609

Re: WPA2 Enterprise

Thanks again to everyone's help! Hopefully Micropython gets updated with WPA2 enterprise support in the next release.
by capitek
Fri May 21, 2021 2:41 am
Forum: ESP32 boards
Topic: WPA2 Enterprise
Replies: 22
Views: 20609

Re: WPA2 Enterprise

Ahh I see, thanks for the instructions. I was able to build just now with ESP-IDF 4.2 and MicroPython 1.15 with an edit to micropython/ports/esp32/main/CMakeLists.txt. It seems like somewhere along the line, the wpa_supplicant folder was removed from the MicroPython paths, so it had to be added in. ...
by capitek
Thu May 20, 2021 7:49 am
Forum: ESP32 boards
Topic: WPA2 Enterprise
Replies: 22
Views: 20609

WPA2 Enterprise

Hi, I'm trying to connect to a WPA2 Enterprise network, but it seems like Micropython has yet to add support for this. I have seen people do custom builds of Micropython to overcome this issue, and I would like to try to as well. Could someone point me to how to do this?