wifi: modify wifi reason code

This commit is contained in:
zhangyanjiao
2019-04-01 11:29:29 +08:00
parent 37e131f76b
commit 6d2faf4172
2 changed files with 2 additions and 1 deletions

View File

@@ -93,6 +93,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 {