From 1e8fca74f254801b5b90df8608c958ee6bdafabe Mon Sep 17 00:00:00 2001 From: aditi_lonkar Date: Wed, 9 Jun 2021 16:54:13 +0530 Subject: [PATCH] esp_wifi: Fix SoftAP crash by adding NULL check for handling publc action frames. Closes https://github.com/espressif/esp-idf/issues/7109 --- 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 fbe9de0d02..188461a182 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit fbe9de0d024263d87c32c5f8c3d757bcef53fec0 +Subproject commit 188461a1825a02367557c5b2bb1c6137fa07a0d5