Searched refs:conn_mgr_if_get_opt (Results 1 – 3 of 3) sorted by relevance
/Zephyr-Core-3.5.0/tests/net/conn_mgr_conn/src/ |
D | main.c | 638 zassert_equal(conn_mgr_if_get_opt(ifa1, TEST_CONN_OPT_X, &buf, &buf_len), in ZTEST() 647 zassert_equal(conn_mgr_if_get_opt(ifa1, TEST_CONN_OPT_Y, &buf, &buf_len), in ZTEST() 655 zassert_equal(conn_mgr_if_get_opt(ifa2, TEST_CONN_OPT_X, &buf, &buf_len), in ZTEST() 668 zassert_equal(conn_mgr_if_get_opt(ifa1, TEST_CONN_OPT_Y, &buf, &buf_len), in ZTEST() 676 zassert_equal(conn_mgr_if_get_opt(ifa1, TEST_CONN_OPT_X, &buf, &buf_len), in ZTEST() 693 zassert_equal(conn_mgr_if_get_opt(ifa1, TEST_CONN_OPT_X, &buf, &buf_len), 0, in ZTEST() 707 zassert_equal(conn_mgr_if_get_opt(ifa1, TEST_CONN_OPT_X, &buf, &buf_len), 0, in ZTEST() 727 zassert_equal(conn_mgr_if_get_opt(ifa1, -1, buf, &buf_len), -ENOPROTOOPT, in ZTEST() 735 zassert_equal(conn_mgr_if_get_opt(ifa1, TEST_CONN_OPT_X, NULL, &buf_len), -EINVAL, in ZTEST() 740 zassert_equal(conn_mgr_if_get_opt(ifa1, TEST_CONN_OPT_X, buf, NULL), -EINVAL, in ZTEST() [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/net/ |
D | conn_mgr_connectivity.h | 192 int conn_mgr_if_get_opt(struct net_if *iface, int optname, void *optval, size_t *optlen);
|
/Zephyr-Core-3.5.0/subsys/net/conn_mgr/ |
D | conn_mgr_connectivity.c | 103 int conn_mgr_if_get_opt(struct net_if *iface, int optname, void *optval, size_t *optlen) in conn_mgr_if_get_opt() function
|