-
Notifications
You must be signed in to change notification settings - Fork 542
ifi_station_set_enterprise_username does not seem to set user name. #58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Maybe use |
Thanks @kriegste and @wujiangang I trying to find the answer to what branch nonos sdk Arduino uses. Right now I am deconstruction the Arduino. I think it does use the master branch. While I am here, can I ask a point of clarification.... |
I found the answer to one question. Here is the change log for the Arduino board manager that installs the esp8266. |
One last shot I tried to copy the libwpa2.a and the wpa2_enterprise.h files into my libs. Sounds like I need to wait till @igrr updates the board manager. |
Hi penright, I had the same problem as you, see this comment. The way I got it to work is here. Now if they could only fix the EAP-selection bug, we would all be on our way. |
@victorclaessen Thanks. I found a blog that got me connected.
I was trying to add it to the Open Garage WiFi gui. Without the username being soft I am still stuck. |
So in the time since the blog post that you mention, ExpressIf have added the wifi_station_set_enterprise_identity function to the API. So now you do not need to edit libwpa2.a anymore. You can just set the identity with that function. |
I could not get WPA2 to connect, then I found this article. In it the author describes how to hack the libwpa2.a. Once I did hack the libwpa2.a file, I was able to connect to WPA2 Enterprise. If I can try anything to help debug please let me know.
Here is my code
The text was updated successfully, but these errors were encountered: