:orphan: .. title:: WIFI_ESP_RX_NET_PKT_ALLOC_TIMEOUT .. option:: CONFIG_WIFI_ESP_RX_NET_PKT_ALLOC_TIMEOUT *Network interface RX packet allocation timeout* Type: ``int`` Help ==== Network interface RX net_pkt allocation timeout in milliseconds. Direct dependencies =================== \ :option:`WIFI_ESP ` && \ :option:`WIFI ` *(Includes any dependencies from ifs and menus.)* Default ======= - 5000 Kconfig definition ================== .. highlight:: kconfig At ``drivers/wifi/esp/Kconfig.esp:78`` 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_RX_NET_PKT_ALLOC_TIMEOUT int "Network interface RX packet allocation timeout" default 5000 depends on \ :option:`WIFI_ESP ` && \ :option:`WIFI ` help Network interface RX net_pkt allocation timeout in milliseconds. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*