CONFIG_ESP32_WIFI_AMPDU_RX_ENABLED

WiFi AMPDU RX

Type: bool

Help

Select this option to enable AMPDU RX 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:178

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_RX_ENABLED
    bool "WiFi AMPDU RX"
    default y
    depends on WIFI_ESP32 && WIFI
    help
      Select this option to enable AMPDU RX 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.)