mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 04:04:31 +02:00
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:
@@ -93,6 +93,7 @@ typedef enum {
|
|||||||
WIFI_REASON_AUTH_FAIL = 202,
|
WIFI_REASON_AUTH_FAIL = 202,
|
||||||
WIFI_REASON_ASSOC_FAIL = 203,
|
WIFI_REASON_ASSOC_FAIL = 203,
|
||||||
WIFI_REASON_HANDSHAKE_TIMEOUT = 204,
|
WIFI_REASON_HANDSHAKE_TIMEOUT = 204,
|
||||||
|
WIFI_REASON_CONNECTION_FAIL = 205,
|
||||||
} wifi_err_reason_t;
|
} wifi_err_reason_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Submodule components/esp32/lib updated: 6baa4ff39c...71874e6f6a
Reference in New Issue
Block a user