mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 19:24:33 +02:00
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
This commit is contained in:
@@ -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 {
|
||||
|
Submodule components/esp_wifi/lib updated: f282ea771f...4885125b74
Reference in New Issue
Block a user