Home
last modified time | relevance | path

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

/Zephyr-latest/tests/net/conn_mgr_conn/src/
Dmain.c124 reset_test_iface_networking(ifa2); in conn_mgr_conn_before()
134 reset_test_iface_state(ifa2); in conn_mgr_conn_before()
175 struct test_conn_data *ifa2_data = conn_mgr_if_get_data(ifa2); in ZTEST()
199 struct test_conn_data *ifa2_data = conn_mgr_if_get_data(ifa2); in ZTEST()
204 zassert_equal(net_if_up(ifa2), 0, "net_if_up should not fail"); in ZTEST()
210 zassert_false(net_if_is_up(ifa2), "Ifaces must be disconnected before test"); in ZTEST()
219 zassert_false(net_if_is_up(ifa2), "ifa2 should not be affected by ifa1"); in ZTEST()
241 zassert_false(net_if_is_up(ifa2), "ifa2 should not be affected by ifb"); in ZTEST()
258 zassert_equal(conn_mgr_if_connect(ifa2), 0, "conn_mgr_if_connect should not fail"); in ZTEST()
263 zassert_true(net_if_is_up(ifa2), "ifa2 should be oper-up after conn_mgr_if_connect"); in ZTEST()
[all …]
Dtest_ifaces.h19 extern struct net_if *ifa2;
Dtest_ifaces.c115 struct net_if *ifa2 = NET_IF_GET(test_iface_a2, 0); variable