Merge branch 'bugfix/modify_wifi_reason_code' into 'master'

wifi: modify wifi reason code

Closes WIFI-268 and WIFI-388

See merge request idf/esp-idf!4604
This commit is contained in:
Jiang Jiang Jian
2019-03-27 16:50:35 +08:00
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 {