Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/include/zephyr/net/
Dconn_mgr_monitor.h58 void conn_mgr_watch_iface(struct net_if *iface);
95 #define conn_mgr_watch_iface(...)
/Zephyr-Core-3.5.0/subsys/net/conn_mgr/
Dconn_mgr_monitor.c248 void conn_mgr_watch_iface(struct net_if *iface) in conn_mgr_watch_iface() function
318 conn_mgr_watch_iface(iface); in conn_mgr_watch_l2()
/Zephyr-Core-3.5.0/tests/net/conn_mgr_monitor/src/
Dmain.c60 conn_mgr_watch_iface(iface); in reset_test_iface()
732 conn_mgr_watch_iface(if_simp_a); in ZTEST()
783 conn_mgr_watch_iface(if_simp_a); in ZTEST()
790 conn_mgr_watch_iface(if_simp_b); in ZTEST()
/Zephyr-Core-3.5.0/tests/net/conn_mgr_conn/src/
Dmain.c59 conn_mgr_watch_iface(iface); in reset_test_iface_state()
/Zephyr-Core-3.5.0/doc/connectivity/networking/conn_mgr/
Dmain.rst182 See :c:func:`conn_mgr_ignore_iface` and :c:func:`conn_mgr_watch_iface` for more details.