Skip to content

Commit 7cf59a8

Browse files
esp_wifi:
Zhang Yan Jiao authored 1 day ago 1. Add TBTT update when AP reset TSF 2. fix the bug for regdomian update 3. update ESP32S2 phy lib to 601,5b0f7cd
1 parent 4288a59 commit 7cf59a8

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)