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
pull/10716/head
gauri patankar 2022-12-22 15:52:38 +05:30
rodzic 8cd8ec019c
commit c1075e32e0
2 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -1187,7 +1187,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
*

@ -1 +1 @@
Subproject commit 7f6aa72b18c5451e95c08f81283dac5ac69044f8
Subproject commit d97259c9ee8f215f992ebb3d7e9406286a7c3e5c