mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-30 18:57:19 +02:00
Merge branch 'mesh/bugfix_for_tbtt_update_v4.2' into 'release/v4.2'
fix the bug for tsf check (backport v4.2) See merge request espressif/esp-idf!9279
This commit is contained in:
@ -94,8 +94,7 @@ typedef enum {
|
|||||||
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_REASON_CONNECTION_FAIL = 205,
|
||||||
WIFI_REASON_AUTH_CHANGED = 206,
|
WIFI_REASON_AP_TSF_RESET = 206,
|
||||||
WIFI_REASON_AP_TSF_RESET = 207,
|
|
||||||
} wifi_err_reason_t;
|
} wifi_err_reason_t;
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
Submodule components/esp_wifi/lib updated: 511dd9e12e...19d4b32cb5
@ -1012,12 +1012,6 @@ The table below shows the reason-code defined in {IDF_TARGET_NAME}. The first co
|
|||||||
| | | | connection to the AP has failed. |
|
| | | | connection to the AP has failed. |
|
||||||
| | | | |
|
| | | | |
|
||||||
+---------------------------+-------+---------+-------------------------------------------------------------+
|
+---------------------------+-------+---------+-------------------------------------------------------------+
|
||||||
| AUTH_CHANGED | 206 |reserved | Espressif-specific Wi-Fi reason-code: the |
|
|
||||||
| | | | disconnection has happened since AP has changed the |
|
|
||||||
| | | | authmode. |
|
|
||||||
| | | | |
|
|
||||||
+---------------------------+-------+---------+-------------------------------------------------------------+
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{IDF_TARGET_NAME} Wi-Fi Station Connecting When Multiple APs Are Found
|
{IDF_TARGET_NAME} Wi-Fi Station Connecting When Multiple APs Are Found
|
||||||
|
Reference in New Issue
Block a user