From e3d9d5df0dd1a9261ba4a58e18f41e138f0de914 Mon Sep 17 00:00:00 2001 From: muhaidong Date: Mon, 5 Jun 2023 15:11:33 +0800 Subject: [PATCH] esp_wifi: fix some wifi bugs 1. send null data when state change from association to run 2. fix sta auth failed but softAP shows it connected issue 3. mesh: layer2 node will scan all channels when root leave in fixed root network --- 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 b0bb942dce..364505af6b 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit b0bb942dcedd76f8035a7029040df8efb7695ca5 +Subproject commit 364505af6bba42440b359ca46ac01d331b6fa7c4