From 3bc762660319fbe9f9fdb042edd9be6486cf95af Mon Sep 17 00:00:00 2001 From: Sarvesh Bodakhe Date: Tue, 27 Dec 2022 18:07:52 +0530 Subject: [PATCH] esp_wifi: Update wifi libs Update wifi libs with below changes - 1. reject AP when assoc comeback time given is greater than 5 seconds --- 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 20f5eca154..f65ea69087 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_AP_TSF_RESET = 206, + WIFI_REASON_ASSOC_COMEBACK_TIME_TOO_LONG = 208, } wifi_err_reason_t; typedef enum { diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 7e0183b653..f4c1c87e69 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 7e0183b653a13e800eeddaa9c2682ee131e1435c +Subproject commit f4c1c87e6917ef759d9cd77ef174e06ed2abe5d2