Home
last modified time | relevance | path

Searched refs:CONN_MGR_IF_READY (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-3.5.0/subsys/net/conn_mgr/
Dconn_mgr_monitor.c81 iface_states[idx] &= ~CONN_MGR_IF_READY; in conn_mgr_mon_set_ready()
84 iface_states[idx] |= CONN_MGR_IF_READY; in conn_mgr_mon_set_ready()
124 was_l4_ready = iface_states[idx] & CONN_MGR_IF_READY; in conn_mgr_mon_handle_update()
Dconn_mgr_private.h31 #define CONN_MGR_IF_READY BIT(14) macro