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:
commit
6453038ed6
2 changed files with 2 additions and 1 deletions
|
@ -95,6 +95,7 @@ typedef enum {
|
|||
WIFI_REASON_HANDSHAKE_TIMEOUT = 204,
|
||||
WIFI_REASON_CONNECTION_FAIL = 205,
|
||||
WIFI_REASON_AUTH_CHANGED = 206,
|
||||
WIFI_REASON_AP_TSF_RESET = 207,
|
||||
} wifi_err_reason_t;
|
||||
|
||||
typedef enum {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f282ea771f221e61b2ed9e6928f6e3edb4b32c99
|
||||
Subproject commit 4885125b7440b18c8c8d53966621b96f71f466e1
|
Loading…
Reference in a new issue