Enable WPA3 for static wifi config (#123)

This commit is contained in:
majoreffort
2025-04-27 22:58:40 +02:00
committed by GitHub
Unverified
parent 60e0d210f4
commit c05bb2bc8a

View File

@@ -253,7 +253,7 @@ void wifi_start(void) {
.ssid = WIFI_SSID,
.password = WIFI_PASSWORD,
.sort_method = WIFI_CONNECT_AP_BY_SIGNAL,
.threshold.authmode = WIFI_AUTH_WPA2_PSK,
.threshold.authmode = WIFI_AUTH_WPA2_WPA3_PSK,
.pmf_cfg = {.capable = true, .required = false},
},
};