From cdc0374448cbf89ae5e5790d0d512501224a630a Mon Sep 17 00:00:00 2001 From: zhangyanjiao Date: Mon, 22 Jun 2020 19:33:08 +0800 Subject: [PATCH] esp_wifi: 1. Add TBTT update when AP reset TSF 2. fix the bug for regdomian update 3. update ESP32S2 phy lib to 601,5b0f7cd 4. Fix TX DMA buffer issue --- components/esp_wifi/include/esp_wifi_types.h | 1 + components/esp_wifi/lib | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/components/esp_wifi/include/esp_wifi_types.h b/components/esp_wifi/include/esp_wifi_types.h index cc7dc02ab..844d05fbf 100644 --- a/components/esp_wifi/include/esp_wifi_types.h +++ b/components/esp_wifi/include/esp_wifi_types.h @@ -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 { diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index efee8ef3a..4885125b7 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit efee8ef3ae0070c802676ad8b87dc2243159686d +Subproject commit 4885125b7440b18c8c8d53966621b96f71f466e1