File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
components/esp_wifi_remote/idf_v5.4 Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -266,7 +266,7 @@ if SLAVE_IDF_TARGET_ESP32C5
266
266
bool
267
267
default y
268
268
269
- config SLAVE_SOC_WIFI_HE_SUPPORT_5G
269
+ config SLAVE_SOC_WIFI_SUPPORT_5G
270
270
bool
271
271
default y
272
272
Original file line number Diff line number Diff line change 634
634
635
635
config ESP_WIFI_ENABLE_DUMP_HESIGB
636
636
bool "Enable Wi-Fi dump HE-SIGB which is contained in DL HE MU PPDUs"
637
- depends on SLAVE_SOC_WIFI_HE_SUPPORT_5G
637
+ depends on SLAVE_SOC_WIFI_SUPPORT_5G
638
638
default "n"
639
639
help
640
640
Enable Wi-Fi dump HE-SIGB which is contained in DL HE MU PPDUs.
641
641
642
642
config ESP_WIFI_ENABLE_DUMP_MU_CFO
643
643
bool "Enable Wi-Fi dump MU CFO"
644
- depends on SLAVE_SOC_WIFI_HE_SUPPORT_5G
644
+ depends on SLAVE_SOC_WIFI_SUPPORT_5G
645
645
default "n"
646
646
help
647
647
Enable Wi-Fi dump MU CFO.
648
648
649
649
config ESP_WIFI_ENABLE_DUMP_CTRL_NDPA
650
650
bool "Enable Wi-Fi dump NDPA frames"
651
- depends on SLAVE_SOC_WIFI_HE_SUPPORT_5G
651
+ depends on SLAVE_SOC_WIFI_SUPPORT_5G
652
652
default "n"
653
653
help
654
654
Enable Wi-Fi dump NDPA frames.
655
655
656
656
config ESP_WIFI_ENABLE_DUMP_CTRL_BFRP
657
657
bool "Enable Wi-Fi dump BFRP frames"
658
- depends on SLAVE_SOC_WIFI_HE_SUPPORT_5G
658
+ depends on SLAVE_SOC_WIFI_SUPPORT_5G
659
659
default "n"
660
660
help
661
661
Enable Wi-Fi dump BFRP frames.
You can’t perform that action at this time.
0 commit comments