Skip to content

Arduino Support for WPA3 Authentication in AP mode #8451

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
brindhakumar opened this issue Jul 24, 2023 · 3 comments · Fixed by #9454
Closed
1 task done

Arduino Support for WPA3 Authentication in AP mode #8451

brindhakumar opened this issue Jul 24, 2023 · 3 comments · Fixed by #9454
Assignees
Labels
Milestone

Comments

@brindhakumar
Copy link

Related area

WiFi

Hardware specification

ESP32S2 Dev Module

Is your feature request related to a problem?

I am facing a issue with configuring WPA3 in Access point Mode.
After the configuration I found that SAE Support is not there in the access point mode. It works with Station mode.
But configuring WPA3_AUTH_MODE in Access point will not work.

Describe the solution you'd like

When using the function WiFi.softAP() with Authentication configuration I need to enable WPA3 Authentication with SAE Support

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.
@brindhakumar brindhakumar added the Type: Feature request Feature request for Arduino ESP32 label Jul 24, 2023
@Rotzbua
Copy link
Contributor

Rotzbua commented Aug 22, 2023

Current IDF4.4 does not support WPA3 AP.
Earliest support is IDF5.1. espressif/esp-idf#10939
So take a ☕ until it is time.

@VojtechBartoska
Copy link
Contributor

Possibly related to #8760

@me-no-dev
Copy link
Member

Support for WPA3 (STA and SoftAP) is included in the upcoming Arduino v3.0.0. Need to check if API changes are necessary

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

Successfully merging a pull request may close this issue.

4 participants