esp_wifi: esp32s2 esp32c3 and esp32s3 support ftm

This commit is contained in:
muhaidong
2022-06-20 21:27:22 +08:00
parent 865937fba3
commit 9a25d06b5f
3 changed files with 4 additions and 4 deletions

View File

@@ -561,7 +561,7 @@ config SOC_WIFI_HW_TSF
config SOC_WIFI_FTM_SUPPORT config SOC_WIFI_FTM_SUPPORT
bool bool
default y default n
config SOC_WIFI_GCMP_SUPPORT config SOC_WIFI_GCMP_SUPPORT
bool bool

View File

@@ -280,6 +280,6 @@
/*------------------------------------ WI-FI CAPS ------------------------------------*/ /*------------------------------------ WI-FI CAPS ------------------------------------*/
#define SOC_WIFI_HW_TSF (1) /*!< Support hardware TSF */ #define SOC_WIFI_HW_TSF (1) /*!< Support hardware TSF */
#define SOC_WIFI_FTM_SUPPORT (1) /*!< Support FTM */ #define SOC_WIFI_FTM_SUPPORT (0) /*!< FTM is not supported */
#define SOC_WIFI_GCMP_SUPPORT (0) /*!< GCMP is not supported(GCMP128 and GCMP256) */ #define SOC_WIFI_GCMP_SUPPORT (0) /*!< GCMP is not supported(GCMP128 and GCMP256) */
#define SOC_WIFI_WAPI_SUPPORT (0) /*!< WAPI is not supported */ #define SOC_WIFI_WAPI_SUPPORT (0) /*!< WAPI is not supported */

View File

@@ -1,5 +1,5 @@
| Supported Targets | ESP32-S2 | ESP32-C3 | | Supported Targets | ESP32-S2 | ESP32-C3 | ESP32-S3 |
| ----------------- | -------- | -------- | | ----------------- | -------- | -------- | -------- |
# FTM Example # FTM Example