Skip to content

Can ESP32 only connect to WPA2? Can't connect to WPA and WPA3? #6873

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

Closed
1 task done
hzhh110 opened this issue Jun 16, 2022 · 2 comments · Fixed by #6909
Closed
1 task done

Can ESP32 only connect to WPA2? Can't connect to WPA and WPA3? #6873

hzhh110 opened this issue Jun 16, 2022 · 2 comments · Fixed by #6909
Labels
Status: Solved Type: Feature request Feature request for Arduino ESP32

Comments

@hzhh110
Copy link

hzhh110 commented Jun 16, 2022

Related area

ESP32-S

Hardware specification

ESP32-S

Is your feature request related to a problem?

Can ESP32 only connect to WPA2? Can't connect to WPA and WPA3?

Describe the solution you'd like

Can ESP32 only connect to WPA2? Can't connect to WPA and WPA3?

Describe alternatives you've considered

No response

Additional context

No response

I have checked existing list of Feature requests and the Contribution Guide

  • I confirm I have checked existing list of Feature requests and Contribution Guide.
@hzhh110 hzhh110 added the Type: Feature request Feature request for Arduino ESP32 label Jun 16, 2022
@Jason2866
Copy link
Collaborator

Jason2866 commented Jun 16, 2022

WPA3 not supported since this # CONFIG_ESP32_WIFI_ENABLE_WPA3_SAE is not set is set in sdkconfig. WPA should work, but you should not use anymore because it is not secure.
If the mention Option is deleted and the Arduino libs are compiled without this, WPA3 does work

@VojtechBartoska
Copy link
Contributor

merged in lib-builder: espressif/esp32-arduino-lib-builder#72

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Solved Type: Feature request Feature request for Arduino ESP32
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants