forked from espressif/esp-idf
esp_wifi: esp32c2 does not support csi.
This commit is contained in:
@@ -124,6 +124,7 @@ menu "Wi-Fi"
|
|||||||
|
|
||||||
config ESP32_WIFI_CSI_ENABLED
|
config ESP32_WIFI_CSI_ENABLED
|
||||||
bool "WiFi CSI(Channel State Information)"
|
bool "WiFi CSI(Channel State Information)"
|
||||||
|
depends on SOC_WIFI_CSI_SUPPORT
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
Select this option to enable CSI(Channel State Information) feature. CSI takes about
|
Select this option to enable CSI(Channel State Information) feature. CSI takes about
|
||||||
|
@@ -686,3 +686,7 @@ config SOC_WIFI_GCMP_SUPPORT
|
|||||||
config SOC_WIFI_WAPI_SUPPORT
|
config SOC_WIFI_WAPI_SUPPORT
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config SOC_WIFI_CSI_SUPPORT
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
@@ -384,3 +384,4 @@
|
|||||||
#define SOC_WIFI_FTM_SUPPORT (0) /*!< FTM is not supported */
|
#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 (1) /*!< Support WAPI */
|
#define SOC_WIFI_WAPI_SUPPORT (1) /*!< Support WAPI */
|
||||||
|
#define SOC_WIFI_CSI_SUPPORT (1) /*!< Support CSI */
|
||||||
|
@@ -570,3 +570,7 @@ config SOC_WIFI_GCMP_SUPPORT
|
|||||||
config SOC_WIFI_WAPI_SUPPORT
|
config SOC_WIFI_WAPI_SUPPORT
|
||||||
bool
|
bool
|
||||||
default n
|
default n
|
||||||
|
|
||||||
|
config SOC_WIFI_CSI_SUPPORT
|
||||||
|
bool
|
||||||
|
default n
|
||||||
|
@@ -283,3 +283,4 @@
|
|||||||
#define SOC_WIFI_FTM_SUPPORT (0) /*!< FTM is not supported */
|
#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 */
|
||||||
|
#define SOC_WIFI_CSI_SUPPORT (0) /*!< CSI is not supported */
|
||||||
|
@@ -766,3 +766,7 @@ config SOC_WIFI_GCMP_SUPPORT
|
|||||||
config SOC_WIFI_WAPI_SUPPORT
|
config SOC_WIFI_WAPI_SUPPORT
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config SOC_WIFI_CSI_SUPPORT
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
@@ -361,3 +361,4 @@
|
|||||||
#define SOC_WIFI_FTM_SUPPORT (1) /*!< Support FTM */
|
#define SOC_WIFI_FTM_SUPPORT (1) /*!< Support FTM */
|
||||||
#define SOC_WIFI_GCMP_SUPPORT (1) /*!< Support GCMP(GCMP128 and GCMP256) */
|
#define SOC_WIFI_GCMP_SUPPORT (1) /*!< Support GCMP(GCMP128 and GCMP256) */
|
||||||
#define SOC_WIFI_WAPI_SUPPORT (1) /*!< Support WAPI */
|
#define SOC_WIFI_WAPI_SUPPORT (1) /*!< Support WAPI */
|
||||||
|
#define SOC_WIFI_CSI_SUPPORT (1) /*!< Support CSI */
|
||||||
|
@@ -866,3 +866,7 @@ config SOC_WIFI_GCMP_SUPPORT
|
|||||||
config SOC_WIFI_WAPI_SUPPORT
|
config SOC_WIFI_WAPI_SUPPORT
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config SOC_WIFI_CSI_SUPPORT
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
@@ -395,3 +395,4 @@
|
|||||||
#define SOC_WIFI_FTM_SUPPORT (1) /*!< Support FTM */
|
#define SOC_WIFI_FTM_SUPPORT (1) /*!< Support FTM */
|
||||||
#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 (1) /*!< Support WAPI */
|
#define SOC_WIFI_WAPI_SUPPORT (1) /*!< Support WAPI */
|
||||||
|
#define SOC_WIFI_CSI_SUPPORT (1) /*!< Support CSI */
|
||||||
|
@@ -983,6 +983,10 @@ config SOC_WIFI_WAPI_SUPPORT
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
config SOC_WIFI_CSI_SUPPORT
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
|
||||||
config SOC_TWAI_BRP_MIN
|
config SOC_TWAI_BRP_MIN
|
||||||
int
|
int
|
||||||
default 2
|
default 2
|
||||||
|
@@ -427,3 +427,4 @@
|
|||||||
#define SOC_WIFI_FTM_SUPPORT (1) /*!< Support FTM */
|
#define SOC_WIFI_FTM_SUPPORT (1) /*!< Support FTM */
|
||||||
#define SOC_WIFI_GCMP_SUPPORT (1) /*!< Support GCMP(GCMP128 and GCMP256) */
|
#define SOC_WIFI_GCMP_SUPPORT (1) /*!< Support GCMP(GCMP128 and GCMP256) */
|
||||||
#define SOC_WIFI_WAPI_SUPPORT (1) /*!< Support WAPI */
|
#define SOC_WIFI_WAPI_SUPPORT (1) /*!< Support WAPI */
|
||||||
|
#define SOC_WIFI_CSI_SUPPORT (1) /*!< Support CSI */
|
||||||
|
Reference in New Issue
Block a user