feat(esp_wifi): Add FTM support for ESP32C5 (ECO2)

Closes https://github.com/espressif/esp-idf/issues/15909
This commit is contained in:
akshat
2024-09-18 11:55:43 +05:30
committed by Jack
parent de17b6ff94
commit 0a17f79cc7
5 changed files with 37 additions and 10 deletions
@@ -1693,7 +1693,7 @@ config SOC_WIFI_HW_TSF
config SOC_WIFI_FTM_SUPPORT
bool
default n
default y
config SOC_WIFI_GCMP_SUPPORT
bool
@@ -667,7 +667,7 @@
/*------------------------------------ WI-FI CAPS ------------------------------------*/
#define SOC_WIFI_HW_TSF (1) /*!< Support hardware TSF */
#define SOC_WIFI_FTM_SUPPORT (0) /*!< Support FTM */ // TODO: [ESP32C5] WIFI-6426
#define SOC_WIFI_FTM_SUPPORT (1) /*!< Support FTM */
#define SOC_WIFI_GCMP_SUPPORT (1) /*!< Support GCMP(GCMP128 and GCMP256) */
#define SOC_WIFI_WAPI_SUPPORT (1) /*!< Support WAPI */
#define SOC_WIFI_CSI_SUPPORT (1) /*!< Support CSI */