Home
last modified time | relevance | path

Searched refs:CONN_MGR_CONN_DEFINE (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.7.0/tests/net/conn_mgr_conn/src/
Dtest_conn_impl.c266 CONN_MGR_CONN_DEFINE(TEST_L2_CONN_IMPL_A, &test_conn_api_a);
267 CONN_MGR_CONN_DEFINE(TEST_L2_CONN_IMPL_B, &test_conn_api_b);
270 CONN_MGR_CONN_DEFINE(TEST_L2_CONN_IMPL_NI, &test_conn_api_ni);
273 CONN_MGR_CONN_DEFINE(TEST_L2_CONN_IMPL_N, NULL);
/Zephyr-Core-3.7.0/tests/drivers/build_all/modem/src/
Dmain.c20 CONN_MGR_CONN_DEFINE(CONNECTIVITY_WIFI_MGMT, &conn_api);
/Zephyr-Core-3.7.0/tests/net/conn_mgr_monitor/src/
Dtest_ifaces.c144 CONN_MGR_CONN_DEFINE(TEST_CONN_IMPL, &test_conn_api);
/Zephyr-Core-3.7.0/include/zephyr/net/
Dconn_mgr_connectivity_impl.h139 #define CONN_MGR_CONN_DEFINE(conn_id, conn_api) \ macro
/Zephyr-Core-3.7.0/doc/connectivity/networking/conn_mgr/
Dimplementation.rst22 … to be :ref:`defined <conn_mgr_impl_defining>` at build time using :c:macro:`CONN_MGR_CONN_DEFINE`.
93 CONN_MGR_CONN_DEFINE(MY_CONNECTIVITY_IMPL, &my_impl_api);
117 For :c:macro:`CONN_MGR_CONN_DEFINE` to work, you must declare a corresponding context pointer type.
128 Then, make sure to include the header file before calling :c:macro:`CONN_MGR_CONN_DEFINE`:
135 CONN_MGR_CONN_DEFINE(MY_CONNECTIVITY_IMPL, &my_impl_api);
137 …ly declare the context pointer type immediately before the call to :c:macro:`CONN_MGR_CONN_DEFINE`:
142 CONN_MGR_CONN_DEFINE(MY_CONNECTIVITY_IMPL, &my_impl_api);