Home
last modified time | relevance | path

Searched refs:dormant (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/doc/connectivity/networking/api/
Dnet_if.rst91 initialized interface. An example of an event that changes the dormant state is
93 driver should set the dormant state to ON during initialization, and once it
94 detects that it connected to a Wi-Fi network, the dormant state should be set
/Zephyr-latest/boards/raspberrypi/rpi_pico2/doc/
Dindex.rst19 - Low-power sleep and dormant modes
/Zephyr-latest/boards/waveshare/rp2040_zero/doc/
Dindex.rst16 - Low-power sleep and dormant modes.
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dimplementation.rst235 * Set the iface to dormant, carrier-down, or both during :c:member:`binding init <conn_mgr_conn_api…
237 …* See :ref:`net_if_interface_state_management` for details regarding iface carrier and dormant st…
239 * Update dormancy and carrier state so that the iface is non-dormant and carrier-up whenever (and o…
240 * Set the iface either to dormant or to carrier-down as soon as interruption of service is detected.
/Zephyr-latest/tests/net/iface/src/
Dmain.c491 static void test_iface_init(struct net_if *iface, bool carrier, bool dormant) in test_iface_init() argument
501 if (dormant) { in test_iface_init()
/Zephyr-latest/doc/releases/
Drelease-notes-4.0.rst1178 …* Fixed the dormant state in the NXP WiFi driver to be set to off once a connection to an AP is ac…
Drelease-notes-3.5.rst773 * Fixed esp_at driver init and network interface dormant state setting.
Drelease-notes-3.3.rst1105 * Introduced carrier and dormant management on network interfaces. Separated