Support for Wifi Enterprise 802.1x

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
Overmind123
Posts: 2
Joined: Sun Oct 30, 2016 11:13 am

Support for Wifi Enterprise 802.1x

Post by Overmind123 » Sun Oct 30, 2016 11:27 am

Hello!
Do you know if WLAN Enterprise is already implemented into micropython for esp8266? I read that it was planned to add it, but I havent found anything that that already happend.

Is the some new information?

Kind regards

Lysenko
Posts: 62
Joined: Wed Aug 17, 2016 1:21 pm

Re: Support for Wifi Enterprise 802.1x

Post by Lysenko » Sun Oct 30, 2016 8:34 pm

Overmind123 wrote:Hello!
Do you know if WLAN Enterprise is already implemented into micropython for esp8266? I read that it was planned to add it, but I havent found anything that that already happend.

Is the some new information?

Kind regards
There is no sign of it in the authmodes in modnetwork.c as far as I can tell. The SDK apparently does support it though:

https://github.com/joostd/esp8266-eduroam

Post Reply