Home
last modified time | relevance | path

Searched refs:NET_EVENT_CONN_IF_FATAL_ERROR (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_private.h46 NET_EVENT_CONN_IF_FATAL_ERROR)
/Zephyr-latest/include/zephyr/net/
Dconn_mgr_connectivity.h60 #define NET_EVENT_CONN_IF_FATAL_ERROR \ macro
/Zephyr-latest/samples/net/lwm2m_client/src/
Dlwm2m-client.c41 #define CONN_LAYER_EVENT_MASK (NET_EVENT_CONN_IF_FATAL_ERROR)
362 if (event == NET_EVENT_CONN_IF_FATAL_ERROR) { in connectivity_event_handler()
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dtest_conn_impl.c33 NET_EVENT_CONN_IF_FATAL_ERROR, in simulate_event_handler()
Dmain.c104 } else if (event == NET_EVENT_CONN_IF_FATAL_ERROR) { in conn_mgr_conn_handler()
154 NET_EVENT_CONN_IF_TIMEOUT | NET_EVENT_CONN_IF_FATAL_ERROR); in conn_mgr_conn_setup()
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dmain.rst346 The :c:macro:`NET_EVENT_CONN_IF_FATAL_ERROR` event is raised when an iface encounters an error from…
378 } else if (event == NET_EVENT_CONN_IF_FATAL_ERROR) {
396 NET_EVENT_CONN_IF_TIMEOUT | NET_EVENT_CONN_IF_FATAL_ERROR
Dimplementation.rst398 Trigger :c:macro:`NET_EVENT_CONN_IF_FATAL_ERROR` when a fatal (non-recoverable) connection error oc…