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

WPA3-PSK Access Point? (GIT8266O-828) #1252

Open
Flying-Toast opened this issue Sep 16, 2023 · 1 comment
Open

WPA3-PSK Access Point? (GIT8266O-828) #1252

Flying-Toast opened this issue Sep 16, 2023 · 1 comment

Comments

@Flying-Toast
Copy link

Does softAP support WPA3? When I try setting wifi_config.authmode = WIFI_AUTH_WPA3_PSK, setting the config fails with esp_wifi_set_config(ESP_IF_WIFI_AP, &wifi_config) returning 0x02.

@github-actions github-actions bot changed the title WPA3-PSK Access Point? WPA3-PSK Access Point? (GIT8266O-828) Sep 16, 2023
@Olewojt
Copy link

Olewojt commented Jul 16, 2024

Most probably you passed too short password to wifi_config structure.
I couldn't find any official WPA3 PSK specification document, but as far as I know WPA2 requires password length ranging from 8 to 63 characters and WPA3 most probably inherits this setting.

Try longer password without special characters.

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