From 72453e3e6b0738e2ff1b393d4e97c81724745346 Mon Sep 17 00:00:00 2001 From: Liu Zhi Fu Date: Wed, 30 Nov 2016 14:20:05 +0800 Subject: [PATCH 1/2] esp32: update wifi lib to fix tw8868 In AP bridge mode, the length of the forwarded data is wrong, it's 26Btyes longer, thus cuase AP can't forward the data of which length is more than 1460. This modification is to make the data length right. --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index b01f9683da..7912098045 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit b01f9683daa05bf6cc8ad382787000e4af87263b +Subproject commit 7912098045cb1de0d7182d8290bd22a9de64ecdb From 144a1567e3a8b218ed01ef006e56c1d75714cc95 Mon Sep 17 00:00:00 2001 From: Liu Zhi Fu Date: Wed, 30 Nov 2016 17:34:19 +0800 Subject: [PATCH 2/2] esp32: change wap2 enterprise encrypt type to 5 1. b332f3b5 - change wap2 enterprise encrypt type to 5 2. modify the print info of station state transmition --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index 7912098045..2559c73c2c 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 7912098045cb1de0d7182d8290bd22a9de64ecdb +Subproject commit 2559c73c2c9c5794b08499f3a559b65b54707d7d