From 2d5ee438fa5c5b85e25b31252cc80352e8ab33dc Mon Sep 17 00:00:00 2001 From: zhangyanjiao Date: Mon, 30 Sep 2019 12:02:46 +0800 Subject: [PATCH 1/2] wifi: 1.Fix the bug that WiFi stop leads to task watchdog(526c6956) 2.Fix the WiFi init sequence bug 3.Fix smartconfig ipc crash 4.Put g_promis_buf to IRAM 5.esp_wifi_set_channel should return error when sniffer is not enabled 6.fix the bug when set WEP authmode or wrong authmode, there is no error return 7.fix the bug that STA parse authmode wrong when AP sets WPA_WPA2_PSK mode 8.fix the bug that wrong error code and wrong event when there is an auto AP in multi-ssid case --- components/esp32/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp32/lib b/components/esp32/lib index 8169ad15cd..286ba5537f 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 8169ad15cdcc23fcc5dd8ef2a40f0e42cef115ef +Subproject commit 286ba5537fdcddfebcc703bae6ad5d5958d2db30 From fbd38ad19adf597ff4dee5cdad599a52b14fead7 Mon Sep 17 00:00:00 2001 From: zhangyanjiao Date: Mon, 19 Aug 2019 16:40:51 +0800 Subject: [PATCH 2/2] modify WIFI_CONN_0101 case for wrong authmode of AP --- components/idf_test/integration_test/TC_IT_WIFI_CONN.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/idf_test/integration_test/TC_IT_WIFI_CONN.yml b/components/idf_test/integration_test/TC_IT_WIFI_CONN.yml index 75984760bf..b397721889 100644 --- a/components/idf_test/integration_test/TC_IT_WIFI_CONN.yml +++ b/components/idf_test/integration_test/TC_IT_WIFI_CONN.yml @@ -28,13 +28,13 @@ 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 -D - - R SSC2 C +QAP:OK - - SSC SSC2 sta -S - - R SSC2 RE "\+SCAN:%%s,.+,0,\d+"%%() C +SCANDONE - - 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+"%%() C +SCANDONE execution time: 0.0