From b85e0c0daa7840d8a0f2de0b4e20a87b9b90e21d Mon Sep 17 00:00:00 2001 From: Sarvesh Bodakhe Date: Thu, 29 Dec 2022 13:40:29 +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 5760dec6a7..d281c06ab8 100644 --- a/components/esp_wifi/include/esp_wifi_types.h +++ b/components/esp_wifi/include/esp_wifi_types.h @@ -125,6 +125,7 @@ typedef enum { WIFI_REASON_CONNECTION_FAIL = 205, WIFI_REASON_AP_TSF_RESET = 206, WIFI_REASON_ROAMING = 207, + 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 873dede766..4357a7bf06 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 873dede7660dc30a7f70b20d3272e797eb96761e +Subproject commit 4357a7bf06fe1da91bf067891a3c7ef2e9c4298f