From 2e5099261fc2043a6f1317e3e38f821b0dcd1ba8 Mon Sep 17 00:00:00 2001 From: muhaidong Date: Wed, 26 Feb 2025 16:09:46 +0800 Subject: [PATCH] fix(wifi): fix some wifi bugs 250226 1. fix(wifi): fix some esp32p4 host issues 2. fix(wifi): fix wep shared auth connect fail issue 3. fix(coex): fix disable external coex fail issue --- components/esp_coex/lib | 2 +- components/esp_wifi/lib | 2 +- examples/wifi/iperf/main/idf_component.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/esp_coex/lib b/components/esp_coex/lib index 5dfd9c5815..070b21458d 160000 --- a/components/esp_coex/lib +++ b/components/esp_coex/lib @@ -1 +1 @@ -Subproject commit 5dfd9c58155efcc02307273e6e530a65c7dca50f +Subproject commit 070b21458de97671380bd46e562b5dc67d41e8a9 diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index d4d36dd2ff..fd857ec9e1 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit d4d36dd2ff20a2058392cce7aee6e61b502d6c48 +Subproject commit fd857ec9e1f20942c9d398cccd84cc4f498e8e1a diff --git a/examples/wifi/iperf/main/idf_component.yml b/examples/wifi/iperf/main/idf_component.yml index 91f5214111..46aee12e3c 100644 --- a/examples/wifi/iperf/main/idf_component.yml +++ b/examples/wifi/iperf/main/idf_component.yml @@ -8,6 +8,6 @@ dependencies: esp-qa/ping-cmd: version: "~1.0.0" espressif/esp-extconn: - version: "~0.1.0" + version: "~0.2.0" rules: - if: "target in [esp32p4]"