nodemcu / nodemcu-firmware

Lua based interactive firmware for ESP8266, ESP8285 and ESP32
https://nodemcu.readthedocs.io
MIT License
7.68k stars 3.13k forks source link

WPA2 Enterprise Wifi authentication #366

Closed fchanson closed 9 years ago

fchanson commented 9 years ago

Is there a way to connect to an Access Point using WPA2 Enterprise ?

jeffhuys commented 9 years ago

+1

photoprashanth commented 9 years ago

+1

cal101 commented 9 years ago

Moin,

I suggest asking questions on the forum and leave issues for real issues. You have a broader audience and nodemcu team can concentrate on bugs and RFEs.

Carsten

TerryE commented 9 years ago

WPA2 Enterprise Wifi connection isn't currently supported. Doing so could be a potential feature enhancement, but (a) this would involve a lot of development and (b) IMO, the case for this doesn't stand up. IoT devices shouldn't be 1st class devices in an Enterprise Wifi. In the enterprise, surely they should be connected to a BMS or the like on a local building facilities AP, and this BMS should provide an appropriate access into the Enterprise.

samer commented 9 years ago

+1

universam1 commented 9 years ago

+1

TerryE commented 9 years ago

I suggest we consider reopening this when the SDK supports this. This sort of functionality can't be sensibly implemented at the Lua firmware level.

willd commented 8 years ago

Apparently the SDK now supports WPA2 Enterprise as per this post: http://bbs.espressif.com/viewtopic.php?f=46&t=1442

(Though it seems only to be certificates that work as of now, ie. no MSCHAPv2 etc)

Flole998 commented 8 years ago

I can confirm that the SDK supports WPA2 Enterprise now. There are also some implementations out there. This issue should be re-opened now.

xfoldvar commented 7 years ago

Is there any progress with WPA2 enterprise connection?

Flole998 commented 7 years ago

Issue was closed and nobody is working on this. There seems to be nothing new.

xfoldvar commented 7 years ago

Thanks for your reply anyway.

martinius96 commented 6 years ago

How is it now? Working or not?