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
This commit is contained in:
muhaidong 2025-02-26 16:09:46 +08:00
parent 810a9149e7
commit 2e5099261f
3 changed files with 3 additions and 3 deletions

@ -1 +1 @@
Subproject commit 5dfd9c58155efcc02307273e6e530a65c7dca50f
Subproject commit 070b21458de97671380bd46e562b5dc67d41e8a9

@ -1 +1 @@
Subproject commit d4d36dd2ff20a2058392cce7aee6e61b502d6c48
Subproject commit fd857ec9e1f20942c9d398cccd84cc4f498e8e1a

View File

@ -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]"