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

Kind request for a WPA2-Enterprise example #442

Closed
2 tasks done
d-a-v opened this issue Jan 7, 2019 · 4 comments
Closed
2 tasks done

Kind request for a WPA2-Enterprise example #442

d-a-v opened this issue Jan 7, 2019 · 4 comments

Comments

@d-a-v
Copy link

d-a-v commented Jan 7, 2019

  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.

  • I have searched the issue tracker for a similar issue and not found a similar issue.

  • Development Kit: wemos/lolin d1 mini

  • IDF version: bf27e59 (current master)

  • Development Env: Make

  • Operating System: Ubuntu

  • Power Supply: USB

Problem Description

Would you please be able to provide a WPA2-Enterprise example like the one provided in nonos-sdk ?
https://github.com/espressif/ESP8266_NONOS_SDK/tree/master/examples/wpa2_enterprise

@ustccw
Copy link
Collaborator

ustccw commented Jan 7, 2019

@d-a-v WPA2-Enterprise feature will be in our SDK in v3.2, please wait.

@d-a-v
Copy link
Author

d-a-v commented Jan 7, 2019

In nonos-sdk, authentication phase2 TTLS-MSCHAPv2 is working, but not TTLS-PAP.
I hope you will include this one too.
Thanks

@d-a-v d-a-v closed this as completed Jan 7, 2019
@ustccw
Copy link
Collaborator

ustccw commented Jan 7, 2019

maybe EAP-TTLS is working, more see:
Delivery_hostapd configuration for WPA2 Enterprise.zip

@d-a-v
Copy link
Author

d-a-v commented Jan 7, 2019

Thanks,
In your example, simply adding a new user userpap like this may help testing.

"user"          MSCHAPV2                        "password"          [2]
"espressif"     MSCHAPV2                        "test11"            [2]
"userpap"       TTLS-PAP                        "password"          [2]

I will also try myself when I can build a setup.

That would be great for the wide spread eduroam network (reaching Asia, China).

More insight: https://wiki.freeradius.org/guide/eduroam

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