You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
github-actionsbot
changed the title
WPA3-PSK Access Point?
WPA3-PSK Access Point? (GIT8266O-828)
Sep 16, 2023
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.
Does softAP support WPA3? When I try setting
wifi_config.authmode = WIFI_AUTH_WPA3_PSK
, setting the config fails withesp_wifi_set_config(ESP_IF_WIFI_AP, &wifi_config)
returning 0x02.The text was updated successfully, but these errors were encountered: