Search found 1 match

by Jinbing Shang
Wed Feb 08, 2023 2:53 am
Forum: General Discussion
Topic: ESP32S3 ESP-IDF5.0 WPA3-Personal cannot work
Replies: 0
Views: 975

ESP32S3 ESP-IDF5.0 WPA3-Personal cannot work

Hardware: ESP32-S3-WROOM-2 Software: ESP-IDF 5.0 Configuration of WiFi connect as below: wifi_cfg.sta.threshold.authmode = WIFI_AUTH_WPA_WPA2_PSK; wifi_cfg.sta.pmf_cfg.capable = true; wifi_cfg.sta.pmf_cfg.required = false; wifi_cfg.sta.sae_pwe_h2e = WPA3_SAE_PWE_BOTH; SDK configuration of sdkconfig....