From 21c7c3992ca0f159130cb85f34e13cc7c376e236 Mon Sep 17 00:00:00 2001 From: zhangyanjiao Date: Fri, 23 Aug 2019 13:19:15 +0800 Subject: [PATCH 1/2] fix wifi bugs for authmode and multi ssid --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index 29e02a75ff..b339bbbda5 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 29e02a75ff2ab9f971db73c1a3180dc0dba68240 +Subproject commit b339bbbda5faea38ba97464a68b49307767d4edc From a313a3ba003cb62063aa7fe8350b4af03ebdcb8a Mon Sep 17 00:00:00 2001 From: zhangyanjiao Date: Mon, 19 Aug 2019 17:24:19 +0800 Subject: [PATCH 2/2] modify WIFI_CONN_0101 case for wrong authmode of AP --- components/idf_test/integration_test/TestCaseAll.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/idf_test/integration_test/TestCaseAll.yml b/components/idf_test/integration_test/TestCaseAll.yml index 00fa2457b5..1d38347de4 100644 --- a/components/idf_test/integration_test/TestCaseAll.yml +++ b/components/idf_test/integration_test/TestCaseAll.yml @@ -6140,11 +6140,11 @@ test cases: - - SSC SSC2 sta -C -s -p - ['R SSC2 RE "\+JAP:CONNECTED,%%s"%%()'] - - SSC SSC1 ap -S -s -p -t 1 - - ['R SSC1 C +SAP:OK'] + - ['R SSC1 C +SAP:ERROR'] - - SSC SSC2 sta -S - ['R SSC2 RE "\+SCAN:%%s,.+,0,\d+"%%()'] - - SSC SSC1 ap -S -s -p -t 5 - - ['R SSC1 C +SAP:OK'] + - ['R SSC1 C +SAP:ERROR'] - - SSC SSC2 sta -S - ['R SSC2 RE "\+SCAN:%%s,.+,0,\d+"%%()'] comment: ''