From 7cf59a8d185edecc7e000321d90c6ae76e8dd9e9 Mon Sep 17 00:00:00 2001 From: zhangyanjiao Date: Fri, 19 Jun 2020 11:58:16 +0800 Subject: [PATCH] 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 --- 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 cc7dc02ab6..844d05fbfa 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 f282ea771f..4885125b74 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit f282ea771f221e61b2ed9e6928f6e3edb4b32c99 +Subproject commit 4885125b7440b18c8c8d53966621b96f71f466e1