:orphan: .. title:: CONFIG_WIFI_ESP_AT_RX_NET_PKT_ALLOC_TIMEOUT .. kconfig:: CONFIG_WIFI_ESP_AT_RX_NET_PKT_ALLOC_TIMEOUT CONFIG_WIFI_ESP_AT_RX_NET_PKT_ALLOC_TIMEOUT ########################################### *Network interface RX packet allocation timeout* Type: ``int`` Help ==== .. code-block:: none Network interface RX net_pkt allocation timeout in milliseconds. Direct dependencies =================== \ :kconfig:`WIFI_ESP_AT ` && \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 5000 Kconfig definition ================== At ``/wifi/esp_at/Kconfig.esp_at:78`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:78`` → ``/wifi/Kconfig:35`` Menu path: (Top) → Device Drivers → Wi-Fi Drivers → Espressif AT Command support .. code-block:: kconfig config WIFI_ESP_AT_RX_NET_PKT_ALLOC_TIMEOUT int "Network interface RX packet allocation timeout" default 5000 depends on WIFI_ESP_AT && WIFI help Network interface RX net_pkt allocation timeout in milliseconds. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*