Home
last modified time | relevance | path

Searched refs:CONN_MGR_IF_NO_TIMEOUT (Results 1 – 3 of 3) sorted by relevance

/Zephyr-Core-3.5.0/include/zephyr/net/
Dconn_mgr_connectivity.h99 #define CONN_MGR_IF_NO_TIMEOUT 0 macro
/Zephyr-Core-3.5.0/tests/net/conn_mgr_conn/src/
Dmain.c64 iface_binding->timeout = CONN_MGR_IF_NO_TIMEOUT; in reset_test_iface_state()
869 zassert_equal(conn_mgr_if_set_timeout(ifa1, CONN_MGR_IF_NO_TIMEOUT), 0, in ZTEST()
873 zassert_equal(conn_mgr_if_get_timeout(ifa1), CONN_MGR_IF_NO_TIMEOUT, in ZTEST()
877 zassert_equal(ifa1_binding->timeout, CONN_MGR_IF_NO_TIMEOUT, in ZTEST()
891 zassert_equal(conn_mgr_if_get_timeout(ifnull), CONN_MGR_IF_NO_TIMEOUT, in ZTEST()
893 zassert_equal(conn_mgr_if_get_timeout(ifnone), CONN_MGR_IF_NO_TIMEOUT, in ZTEST()
/Zephyr-Core-3.5.0/subsys/net/conn_mgr/
Dconn_mgr_connectivity.c380 binding->timeout = CONN_MGR_IF_NO_TIMEOUT; in conn_mgr_conn_init()