wifi: modify wifi reason code

This commit is contained in:
zhangyanjiao
2019-04-01 14:38:50 +08:00
committed by bot
parent 9be6f0c0a6
commit fa69f9b915
2 changed files with 2 additions and 1 deletions

View File

@@ -92,6 +92,7 @@ typedef enum {
WIFI_REASON_AUTH_FAIL = 202,
WIFI_REASON_ASSOC_FAIL = 203,
WIFI_REASON_HANDSHAKE_TIMEOUT = 204,
WIFI_REASON_CONNECTION_FAIL = 205,
} wifi_err_reason_t;
typedef enum {