From 820bfe9cd87994ee232bad348d1a00652b4999c6 Mon Sep 17 00:00:00 2001 From: muhaidong Date: Thu, 16 Jun 2022 20:09:26 +0800 Subject: [PATCH] esp_wifi: fix ftm with ps and add multiphy support for c2 1. sleep: fix potential issue when PSRAM enable. 2. esp32c2: add multiphy support. 3. ftm: workaround for ftm with ps. 4. add regdomain max channel of ap. 5. update total scan time. 6. update min chan when country policy is auto. 7. check whether country schan and nchan is valid. --- components/esp_wifi/lib | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index bf6e8acaa3..81ab3ab615 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit bf6e8acaa3625cd6bb84a8f1531f0c39f8f4a6f8 +Subproject commit 81ab3ab615a7b7741a466958b90f38cdb9413ad2