From a7445954409a75bfe1c5ccc2161aeee23cbe9dd7 Mon Sep 17 00:00:00 2001 From: gauri patankar Date: Thu, 22 Dec 2022 11:47:54 +0530 Subject: [PATCH] esp_wifi:Update wifi libs 1. Avoid ftm initiator mode on softap 2. Fix home channel issue in ftm for apsta mode 3. Fix int overflow for T1-T4 counter variable --- components/esp_wifi/include/esp_wifi.h | 4 +++- components/esp_wifi/lib | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/components/esp_wifi/include/esp_wifi.h b/components/esp_wifi/include/esp_wifi.h index a05c359a40..ab138a9692 100644 --- a/components/esp_wifi/include/esp_wifi.h +++ b/components/esp_wifi/include/esp_wifi.h @@ -1181,7 +1181,9 @@ esp_err_t esp_wifi_set_rssi_threshold(int32_t rssi); * @brief Start an FTM Initiator session by sending FTM request * If successful, event WIFI_EVENT_FTM_REPORT is generated with the result of the FTM procedure * - * @attention Use this API only in Station mode + * @attention 1. Use this API only in Station mode. + * @attention 2. If FTM is initiated on a different channel than Station is connected in or internal SoftAP is started in, + * FTM defaults to a single burst in ASAP mode. * * @param cfg FTM Initiator session configuration * diff --git a/components/esp_wifi/lib b/components/esp_wifi/lib index 5e2174edbd..d54aad7241 160000 --- a/components/esp_wifi/lib +++ b/components/esp_wifi/lib @@ -1 +1 @@ -Subproject commit 5e2174edbdff2a835f25e0365211e97b872c03b5 +Subproject commit d54aad7241fee8f3b988f63a01654de32a67d52b