mirror of
https://github.com/espressif/esp-idf
synced 2025-03-13 02:59:13 -04:00
Merge branch 'bugfix/modify_wifi_reason_code_v3.3' into 'release/v3.3'
wifi: modify wifi reason code (backport v3.3) See merge request idf/esp-idf!4648
This commit is contained in:
commit
c92e677da4
@ -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 {
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 6baa4ff39c23a80cb8c011faea47edcbcc65dfe1
|
||||
Subproject commit 71874e6f6afe641eff0021b4d80b92eac7dee61a
|
Loading…
x
Reference in New Issue
Block a user