mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 10:47:19 +02:00
esp32: add one disconnect fail reason 206
If the esp_wifi_disconnect() is called during connecting scan, raise disconnect event and the reason code is 206.
This commit is contained in:
@ -93,6 +93,7 @@ typedef enum {
|
||||
WIFI_REASON_ASSOC_FAIL = 203,
|
||||
WIFI_REASON_HANDSHAKE_TIMEOUT = 204,
|
||||
WIFI_REASON_CONNECTION_FAIL = 205,
|
||||
WIFI_REASON_SCAN_FAIL = 206,
|
||||
} wifi_err_reason_t;
|
||||
|
||||
typedef enum {
|
||||
|
Submodule components/esp32/lib updated: a1f7e6f7a0...45c8df5abd
Reference in New Issue
Block a user