Hello,
I am also interested because iOS is complaining about an insecure network.
Meanwhile espressif has added WPA3 support, but if I select
Code: Select all
wifi_config.ap.authmode = WIFI_AUTH_WPA3_PSK;
the log output just says:
I (8315) wifi:wifi driver task: 3ffd6438, prio:23, stack:6656, core=0
I (8315) system_api: Base MAC address is not set
I (8315) system_api: read default base MAC address from EFUSE
I (8325) wifi:wifi firmware version: 9a688d0
I (8325) wifi:wifi certification version: v7.0
I (8325) wifi:config NVS flash: enabled
I (8325) wifi:config nano formating: disabled
I (8325) wifi:Init data frame dynamic rx buffer num: 12
I (8325) wifi:Init management frame dynamic rx buffer num: 12
I (8325) wifi:Init management short buffer num: 32
I (8325) wifi:Init static tx buffer num: 8
I (8335) wifi:Init tx cache buffer num: 16
I (8335) wifi:Init static rx buffer size: 1600
I (8335) wifi:Init static rx buffer num: 6
I (8335) wifi:Init dynamic rx buffer num: 12
I (8335) wifi_init: rx ba win: 9
I (8335) wifi_init: tcpip mbox: 32
I (8335) wifi_init: udp mbox: 6
I (8335) wifi_init: tcp mbox: 6
I (8335) wifi_init: tcp tx win: 5744
I (8335) wifi_init: tcp rx win: 5744
I (8335) wifi_init: tcp mss: 1436
I (8335) wifi_init: WiFi/LWIP prefer SPIRAM
I (8335) wifi_init: WiFi IRAM OP enabled
I (8335) wifi_init: WiFi RX IRAM OP enabled
I (8335) wifi_init: LWIP IRAM OP enabled
W (8365) wifi:authmode is WEP or WPA2_ENTERPRISE or wrong, 6
I (8395) phy_init: phy_version 4660,0162888,Dec 23 2020
I (8515) wifi:mode : softAP (80:7d:3a:08:84:fe)
I (8515) wifi:Total power save buffer number: 4
I (8515) wifi:Init max length of beacon: 752/752
I (8525) wifi:Init max length of beacon: 752/752
Any ideas?