Home
last modified time | relevance | path

Searched refs:conn_mgr_watch_iface (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dconn_mgr_monitor.h65 void conn_mgr_watch_iface(struct net_if *iface);
102 #define conn_mgr_watch_iface(...)
/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_monitor.c325 void conn_mgr_watch_iface(struct net_if *iface) in conn_mgr_watch_iface() function
394 conn_mgr_watch_iface(iface); in conn_mgr_watch_l2()
/Zephyr-latest/tests/net/conn_mgr_monitor/src/
Dmain.c83 conn_mgr_watch_iface(iface); in reset_test_iface()
1069 conn_mgr_watch_iface(if_simp_a); in ZTEST()
1151 conn_mgr_watch_iface(if_simp_a); in ZTEST()
1158 conn_mgr_watch_iface(if_simp_b); in ZTEST()
/Zephyr-latest/subsys/net/lib/shell/
Dcm.c445 conn_mgr_watch_iface(iface); in cm_iface_watch()
/Zephyr-latest/doc/connectivity/networking/conn_mgr/
Dmain.rst193 See :c:func:`conn_mgr_ignore_iface` and :c:func:`conn_mgr_watch_iface` for more details.
/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dmain.c59 conn_mgr_watch_iface(iface); in reset_test_iface_state()