:orphan: .. title:: CONFIG_WIFI_ESP_AT_PASSIVE_MODE .. kconfig:: CONFIG_WIFI_ESP_AT_PASSIVE_MODE CONFIG_WIFI_ESP_AT_PASSIVE_MODE ############################### *Use passive mode* Type: ``bool`` Help ==== .. code-block:: none This lets the ESP handle the TCP window so that data can flow at a rate that the driver can handle. Without this, data might get lost if the driver cannot empty the device buffer quickly enough. Direct dependencies =================== \ :kconfig:`WIFI_ESP_AT ` && \ :kconfig:`WIFI ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/wifi/esp_at/Kconfig.esp_at:63`` 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_PASSIVE_MODE bool "Use passive mode" depends on WIFI_ESP_AT && WIFI help This lets the ESP handle the TCP window so that data can flow at a rate that the driver can handle. Without this, data might get lost if the driver cannot empty the device buffer quickly enough. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*