esp8266 / Arduino

ESP8266 core for Arduino
GNU Lesser General Public License v2.1
15.99k stars 13.33k forks source link

WPA2-enterprise + PEAP #3527

Closed manzanazo closed 7 years ago

manzanazo commented 7 years ago

How sells firmware to esp8266 with WPA2-enterprise + PEAP Regards

devyte commented 7 years ago

The description of this issue makes absolutely no sense. Either improve it and add details, or close it. If your intent is to use wpa2 enterprise, look through the PRs and open issues, there are some examples available.

manzanazo commented 7 years ago

Hi everybody, I bought this module esp8266 wifi thinking to be able to advance in my project. We use Cisco Aironet 3700 Series Access Points, having a secure WPA2-enterprise + PEAP. But the command that we execute to integrate us to the Wi-Fi network, only asks ssid and password. And I have been looking for some update for this module and I found this website. And I have seen that a lot of you have already been working on the issue, and since I have not seen any trade that offers such an update I thought that if someone from here already made changes and worked, I could buy. I bought this module esp8266 wifi thinking to be able to advance in my project. We use Cisco Aironet 3700 Series Access Points, having a secure WPA2-enterprise + PEAP. But the command that we execute to integrate to the Wi-Fi network, only asks for ssid and password. And I've been looking for some updates for this module and I came across this website. And I have seen that a lot of you have already been working on the issue, and since I have not seen any trade that offers such an update I thought that if someone from here already made changes and worked, I could buy. Since I wrote this post, I studied the characteristics of the AP and it could be that there we could find the solution but could not confirm it right now.

Devyte, thanks for your attention.

devyte commented 7 years ago

The wpa2 enterprise topic has been asked several times, and there is a PR somewhere with a reportedly working example, although I'm not sure about PEAP. I suggest searching for that and giving it a try. To try it, you have to use the latest git version of the core libs, and pull the PR on top. If you don't know how to do that, there is an explanation in readthedocs on how to use latest git, and research git for pulling a PR, there are tutorials everywhere.

On Aug 17, 2017 10:11 AM, "manzanazo" notifications@github.com wrote:

Hi everybody, I bought this module esp8266 wifi thinking to be able to advance in my project. We use Cisco Aironet 3700 Series Access Points, having a secure WPA2-enterprise + PEAP. But the command that we execute to integrate us to the Wi-Fi network, only asks ssid and password. And I have been looking for some update for this module and I found this website. And I have seen that a lot of you have already been working on the issue, and since I have not seen any trade that offers such an update I thought that if someone from here already made changes and worked, I could buy. I bought this module esp8266 wifi thinking to be able to advance in my project. We use Cisco Aironet 3700 Series Access Points, having a secure WPA2-enterprise + PEAP. But the command that we execute to integrate to the Wi-Fi network, only asks for ssid and password. And I've been looking for some updates for this module and I came across this website. And I have seen that a lot of you have already been working on the issue, and since I have not seen any trade that offers such an update I thought that if someone from here already made changes and worked, I could buy. Since I wrote this post, I studied the characteristics of the AP and it could be that there we could find the solution but could not confirm it right now.

Devyte, thanks for your attention.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/esp8266/Arduino/issues/3527#issuecomment-323068959, or mute the thread https://github.com/notifications/unsubscribe-auth/AQC6Bhb-jR2_doEThqqJqB88TLpQr1oUks5sZDwAgaJpZM4O5ima .

nirani86 commented 7 years ago

this issue has a few workarounds in the following thread https://github.com/esp8266/Arduino/issues/1032

devyte commented 7 years ago

@manzanazo any progress?

manzanazo commented 7 years ago

no yet. I'm looking for other options. Thanks

averri commented 6 years ago

Why is this issue closed??? The problem has not been addressed, there are uncountable people asking for a solution to connect to WPA2-enterprise + PEAP. This is a very basic and mandatory requirement!

d-a-v commented 6 years ago

Because it's not an esp8266/arduino issue. It has to do with espressif's firmware on which we do'nt have control.

https://github.com/espressif/ESP8266_NONOS_SDK/search?q=enterprise&type=Issues

which among other things relinks back here (as mentionned above, did you follow the link?) #1032(comment)

manzanazo commented 6 years ago

Hello. The solution for my project was to use the esp8266 module without using access validation for each divice, an access point and a computer for each line, and also a tcp serial bridge. Regards