mirror of
https://github.com/espressif/esp-protocols.git
synced 2025-07-29 18:27:31 +02:00
fix(wifi_remote): Update per v5.4 espressif/esp-idf@97e42349
This commit is contained in:
@ -266,7 +266,7 @@ if SLAVE_IDF_TARGET_ESP32C5
|
|||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
config SLAVE_SOC_WIFI_HE_SUPPORT_5G
|
config SLAVE_SOC_WIFI_SUPPORT_5G
|
||||||
bool
|
bool
|
||||||
default y
|
default y
|
||||||
|
|
||||||
|
@ -634,28 +634,28 @@
|
|||||||
|
|
||||||
config ESP_WIFI_ENABLE_DUMP_HESIGB
|
config ESP_WIFI_ENABLE_DUMP_HESIGB
|
||||||
bool "Enable Wi-Fi dump HE-SIGB which is contained in DL HE MU PPDUs"
|
bool "Enable Wi-Fi dump HE-SIGB which is contained in DL HE MU PPDUs"
|
||||||
depends on SLAVE_SOC_WIFI_HE_SUPPORT_5G
|
depends on SLAVE_SOC_WIFI_SUPPORT_5G
|
||||||
default "n"
|
default "n"
|
||||||
help
|
help
|
||||||
Enable Wi-Fi dump HE-SIGB which is contained in DL HE MU PPDUs.
|
Enable Wi-Fi dump HE-SIGB which is contained in DL HE MU PPDUs.
|
||||||
|
|
||||||
config ESP_WIFI_ENABLE_DUMP_MU_CFO
|
config ESP_WIFI_ENABLE_DUMP_MU_CFO
|
||||||
bool "Enable Wi-Fi dump MU CFO"
|
bool "Enable Wi-Fi dump MU CFO"
|
||||||
depends on SLAVE_SOC_WIFI_HE_SUPPORT_5G
|
depends on SLAVE_SOC_WIFI_SUPPORT_5G
|
||||||
default "n"
|
default "n"
|
||||||
help
|
help
|
||||||
Enable Wi-Fi dump MU CFO.
|
Enable Wi-Fi dump MU CFO.
|
||||||
|
|
||||||
config ESP_WIFI_ENABLE_DUMP_CTRL_NDPA
|
config ESP_WIFI_ENABLE_DUMP_CTRL_NDPA
|
||||||
bool "Enable Wi-Fi dump NDPA frames"
|
bool "Enable Wi-Fi dump NDPA frames"
|
||||||
depends on SLAVE_SOC_WIFI_HE_SUPPORT_5G
|
depends on SLAVE_SOC_WIFI_SUPPORT_5G
|
||||||
default "n"
|
default "n"
|
||||||
help
|
help
|
||||||
Enable Wi-Fi dump NDPA frames.
|
Enable Wi-Fi dump NDPA frames.
|
||||||
|
|
||||||
config ESP_WIFI_ENABLE_DUMP_CTRL_BFRP
|
config ESP_WIFI_ENABLE_DUMP_CTRL_BFRP
|
||||||
bool "Enable Wi-Fi dump BFRP frames"
|
bool "Enable Wi-Fi dump BFRP frames"
|
||||||
depends on SLAVE_SOC_WIFI_HE_SUPPORT_5G
|
depends on SLAVE_SOC_WIFI_SUPPORT_5G
|
||||||
default "n"
|
default "n"
|
||||||
help
|
help
|
||||||
Enable Wi-Fi dump BFRP frames.
|
Enable Wi-Fi dump BFRP frames.
|
||||||
|
Reference in New Issue
Block a user