CONFIG_ESP32_WIFI_AMPDU_TX_ENABLED

WiFi AMPDU TX

Type: bool

Help

Select this option to enable AMPDU TX feature. It improves transmission
error checking and overall network performance with the cost of processing
speed. Helpful when the device is operating in crowded wireless area.

Direct dependencies

WIFI_ESP32 && WIFI

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At <Zephyr>/drivers/wifi/esp32/Kconfig.esp32:158

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:76<Zephyr>/drivers/wifi/Kconfig:36

Menu path: (Top) → Device Drivers → Wi-Fi Drivers → ESP32 SoC WiFi support

config ESP32_WIFI_AMPDU_TX_ENABLED
    bool "WiFi AMPDU TX"
    default y
    depends on WIFI_ESP32 && WIFI
    help
      Select this option to enable AMPDU TX feature. It improves transmission
      error checking and overall network performance with the cost of processing
      speed. Helpful when the device is operating in crowded wireless area.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)