Searched refs:conn_mgr_if_disconnect (Results 1 – 5 of 5) sorted by relevance
/Zephyr-latest/tests/net/conn_mgr_conn/src/ |
D | main.c | 280 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-latest/include/zephyr/net/ |
D | conn_mgr_connectivity.h | 135 int conn_mgr_if_disconnect(struct net_if *iface);
|
/Zephyr-latest/subsys/net/conn_mgr/ |
D | conn_mgr_connectivity.c | 54 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-latest/doc/connectivity/networking/conn_mgr/ |
D | main.rst | 211 … association (:c:func:`conn_mgr_if_connect`) and disassociation (:c:func:`conn_mgr_if_disconnect`). 237 … passed to it (such as :c:func:`conn_mgr_if_connect` or :c:func:`conn_mgr_if_disconnect`) will be … 275 …o request that connectivity be intentionally abandoned by calling :c:func:`conn_mgr_if_disconnect`.
|
/Zephyr-latest/subsys/net/lib/shell/ |
D | cm.c | 673 conn_mgr_if_disconnect(target.iface); in cmd_net_cm_disconnect()
|