From 1b2f163290a7e71ab1db1f5374f35a7a77b65043 Mon Sep 17 00:00:00 2001 From: muhaidong Date: Thu, 27 Nov 2025 11:12:31 +0800 Subject: [PATCH] fix(wifi): fix some wifi bugs 251125 1. fix ptk key memory leak issue 2. fix tkip fragment issue 3. force MAC tx end by set tx frame ACK bit for ESP32 --- components/esp_wifi/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 9d2b0ffa6a..ca9dcea980 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 9d2b0ffa6a2800625b4bb45f035cf5f7c41ae136 +Subproject commit ca9dcea9808694f40f11ee0cfd47dccbf6f6e571