Skip to content
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

Mispelling on WPA - "FIALED" Instead of "FAILED" #14

Open
mrmonteith opened this issue Jun 13, 2018 · 1 comment
Open

Mispelling on WPA - "FIALED" Instead of "FAILED" #14

mrmonteith opened this issue Jun 13, 2018 · 1 comment

Comments

@mrmonteith
Copy link

Very minor issue. When running the wpa_enterprise example the output shows:
I (6456) example: ~~~~~~~~~~~
I (6456) example: IP:0.0.0.0
I (6456) example: MASK:0.0.0.0
I (6456) example: GW:0.0.0.0
I (6456) example: ~~~~~~~~~~~
I (6476) wpa: SSL: Need 2028 bytes more input data
I (6496) wpa: SSL: Need 638 bytes more input data
I (6526) wpa: >>>>>wpa2 FIALED

Just a misspelling.

I did a find command in the esp-idf mingw32 command and it showed which file it found it in:
esp32-wifi-lib/libwpa2.a

@mreutman
Copy link

I don't work for Espressif, but it looks like this typo has been fixed at some point. No idea if they actively monitor the Issues around here.

$ grep -obUaP ">>>>>wpa2 FIALED" ./libwpa2.a 

$ grep -obUaP ">>>>>wpa2 FAILED" ./libwpa2.a 
2149:>>>>>wpa2 FAILED

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants