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.
Default
y
Kconfig definition
At <Zephyr>/drivers/wifi/esp32/Kconfig.esp32:180
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:78
→ <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.)