Home
last modified time | relevance | path

Searched refs:conn_mgr_if_disconnect (Results 1 – 4 of 4) sorted by relevance

/Zephyr-Core-3.5.0/tests/net/conn_mgr_conn/src/
Dmain.c280 zassert_equal(conn_mgr_if_disconnect(ifa1), 0, "conn_mgr_if_disconnect should not fail"); in ZTEST()
303 zassert_equal(conn_mgr_if_disconnect(ifb), 0, "conn_mgr_if_disconnect should not fail"); in ZTEST()
326 zassert_equal(conn_mgr_if_disconnect(ifa2), 0, "conn_mgr_if_disconnect should not fail"); in ZTEST()
379 zassert_equal(conn_mgr_if_disconnect(ifa1), 0, "conn_mgr_if_disconnect should not fail"); in ZTEST()
388 zassert_equal(conn_mgr_if_disconnect(ifa1), 0, "conn_mgr_if_disconnect should not fail"); in ZTEST()
418 zassert_equal(conn_mgr_if_disconnect(ifa1), 0, "conn_mgr_if_disconnect should not fail"); in ZTEST()
419 zassert_equal(conn_mgr_if_disconnect(ifa1), 0, "conn_mgr_if_disconnect should not fail"); in ZTEST()
452 zassert_equal(conn_mgr_if_disconnect(ifa1), 0, "conn_mgr_if_disconnect should not fail."); in ZTEST()
502 zassert_equal(conn_mgr_if_disconnect(ifnull), -ENOTSUP, in ZTEST()
506 zassert_equal(conn_mgr_if_disconnect(ifnone), -ENOTSUP, in ZTEST()
[all …]
/Zephyr-Core-3.5.0/include/zephyr/net/
Dconn_mgr_connectivity.h133 int conn_mgr_if_disconnect(struct net_if *iface);
/Zephyr-Core-3.5.0/subsys/net/conn_mgr/
Dconn_mgr_connectivity.c54 int conn_mgr_if_disconnect(struct net_if *iface) in conn_mgr_if_disconnect() function
469 status = conn_mgr_if_disconnect(iface); in conn_mgr_conn_all_if_cb()
/Zephyr-Core-3.5.0/doc/connectivity/networking/conn_mgr/
Dmain.rst200 … association (:c:func:`conn_mgr_if_connect`) and dissasociation (:c:func:`conn_mgr_if_disconnect`).
226 … passed to it (such as :c:func:`conn_mgr_if_connect` or :c:func:`conn_mgr_if_disconnect`) will be …
264 …o request that connectivity be intentionally abandoned by calling :c:func:`conn_mgr_if_disconnect`.