From 9edde5e8af3f2329fb7e0012fa806d9f54696ee7 Mon Sep 17 00:00:00 2001 From: Liu Zhi Fu Date: Mon, 22 Oct 2018 23:02:40 +0800 Subject: [PATCH] esp32: fix some wifi bugs Fix following WiFi bugs: 1. Fix the bug that MIC verification fails on soft-AP mode 2. Modify mesh root to have same behavior as normal WiFi STA in state change 3. Fix the bug that sniffer can't catch control packets 4. Fix crash bug in soft-AP mode 5. Fix ACM(Admission Control Management) bug --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index 1eed344ad..2f8ef5712 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 1eed344adc0bb1240a0d66dc7811f78f9a77de4f +Subproject commit 2f8ef5712308787f9378865543696a7c185a7d49