Skip to content

Commit 6453038

Browse files
committed
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
2 parents 3ffacb0 + 7cf59a8 commit 6453038

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

components/esp_wifi/include/esp_wifi_types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ typedef enum {
9595
WIFI_REASON_HANDSHAKE_TIMEOUT = 204,
9696
WIFI_REASON_CONNECTION_FAIL = 205,
9797
WIFI_REASON_AUTH_CHANGED = 206,
98+
WIFI_REASON_AP_TSF_RESET = 207,
9899
} wifi_err_reason_t;
99100

100101
typedef enum {

0 commit comments

Comments
 (0)