mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +02:00
wifi bugfixs:
1. modify wifi reason code 2. fix the bug PMK recal too long
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: a721c41a99...3e40f1af21
Reference in New Issue
Block a user