mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
Merge branch 'bugfix/wifi_update_tbtt_when_ap_reset_tsf' into 'master'
Add TBTT update when AP reset TSF Closes WIFI-2444, WIFI-2445, and WIFI-2441 See merge request espressif/esp-idf!9216
This commit is contained in:
@@ -95,6 +95,7 @@ typedef enum {
|
|||||||
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_AUTH_CHANGED = 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: f282ea771f...4885125b74
Reference in New Issue
Block a user