From 5b4e3da759fc960a107702b6c2f604ab9abe8d1a Mon Sep 17 00:00:00 2001 From: Deng Xin Date: Wed, 7 Nov 2018 21:19:11 +0800 Subject: [PATCH] wifi: add connected event after softap finish 4 way Background Softap will send connected event after receive assoc request as before, however, STA didn't connect to softAP if need security. As our mesh design, it will send data packet after receive connected event, so change the current behavior, softAP will send connected event if have encryption --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index 93b9dba46f..f013881696 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 93b9dba46fe67823a106fa8c12ec867ae350502f +Subproject commit f01388169638d553002891a7e385576c7b504b4e -- 2.40.0