Open Flying-Toast opened 1 year ago
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.
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.