-->
Page 4 of 9

Re: WPA2 Enterprise?

PostPosted: Mon Dec 14, 2015 3:45 pm
by Jeroen Beemster
The last version supports WPA2 Enterprise. Good news!
The only thing is that I have no clue where to put the username. There is now an additional function to use a certificatoe key.
I have no idea how to use this on my network.
See also:
See http://bbs.espressif.com/download/file.php?id=988. The only reference to wpa2-enterprise is in
wifi_station_set_cert_key

Any hints from the experts?

Jeroen Beemster

Re: WPA2 Enterprise?

PostPosted: Sun Jan 03, 2016 3:29 pm
by Trax
I'm also very interested in WPA2 Enterprise functionality.

Re: WPA2 Enterprise?

PostPosted: Mon Jan 11, 2016 9:13 am
by tommi
Trax wrote:by Trax ยป Sun Jan 03, 2016 3:29 pm
I'm also very interested in WPA2 Enterprise functionality.


Same here. And it seems that this thread is one of the very few search results in google when using esp8266 and peap. Seems there is some update here, but I would probably need a somewhat working example to make this work....

In particular, I would need the arduino implementation of this. Would be great, since the AP I would like to connect to is PEAP enabled.

Cheers,
Tommi

Re: WPA2 Enterprise?

PostPosted: Mon Jan 11, 2016 9:18 pm
by blenosonpaul
looking for example with sdk1.5.0 WPA2 -EAP-TTLS.

update log:
ESP8266_NONOS_SDK_V1.5.1_16_01_08 For WPA2-Enterprise (EAP-TTLS) libwpa2 contains a function wifi_station_set_username that will set the username (that defaults to "Espressif").

Thanks chaeplin :D for the code.. I will have a look.