mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-07 16:29:51 +03:00
show WPA3 in networkselector
This commit is contained in:
@@ -15,7 +15,9 @@ export enum WiFiEncryptionType {
|
||||
WIFI_AUTH_WPA_PSK = 2,
|
||||
WIFI_AUTH_WPA2_PSK = 3,
|
||||
WIFI_AUTH_WPA_WPA2_PSK = 4,
|
||||
WIFI_AUTH_WPA2_ENTERPRISE = 5
|
||||
WIFI_AUTH_WPA2_ENTERPRISE = 5,
|
||||
WIFI_AUTH_WPA3_PSK = 6,
|
||||
WIFI_AUTH_WPA2_WPA3_PSK = 7
|
||||
}
|
||||
|
||||
export interface NetworkStatus {
|
||||
|
||||
Reference in New Issue
Block a user