summaryrefslogtreecommitdiffstatshomepage
path: root/esp8266/qstrdefsport.h
diff options
context:
space:
mode:
Diffstat (limited to 'esp8266/qstrdefsport.h')
-rw-r--r--esp8266/qstrdefsport.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/esp8266/qstrdefsport.h b/esp8266/qstrdefsport.h
index 1819395fa4..2c0a33525d 100644
--- a/esp8266/qstrdefsport.h
+++ b/esp8266/qstrdefsport.h
@@ -118,8 +118,14 @@ Q(STAT_WRONG_PASSWORD)
Q(STAT_NO_AP_FOUND)
Q(STAT_CONNECT_FAIL)
Q(STAT_GOT_IP)
+Q(AUTH_OPEN)
+Q(AUTH_WEP)
+Q(AUTH_WPA_PSK)
+Q(AUTH_WPA2_PSK)
+Q(AUTH_WPA_WPA2_PSK)
// config keys
Q(essid)
+Q(authmode)
// Pin class
Q(Pin)