:orphan: .. title:: WIFI_ESP_MDM_RX_BUF_COUNT .. option:: CONFIG_WIFI_ESP_MDM_RX_BUF_COUNT *Modem RX buffer count* Type: ``int`` Help ==== Number of preallocated RX buffers used by modem command handler. Direct dependencies =================== \ :option:`WIFI_ESP ` && \ :option:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 30 Kconfig definition ================== .. highlight:: kconfig At ``drivers/wifi/esp/Kconfig.esp:51`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:76`` → ``drivers/wifi/Kconfig:35`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif ESP8266 and ESP32 support .. parsed-literal:: config WIFI_ESP_MDM_RX_BUF_COUNT int "Modem RX buffer count" default 30 depends on \ :option:`WIFI_ESP ` && \ :option:`WIFI ` help Number of preallocated RX buffers used by modem command handler. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*