Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/tests/net/conn_mgr_conn/src/
Dtest_ifaces.c105 CONN_MGR_BIND_CONN(test_iface_a1, TEST_L2_CONN_IMPL_A);
106 CONN_MGR_BIND_CONN(test_iface_a2, TEST_L2_CONN_IMPL_A);
107 CONN_MGR_BIND_CONN(test_iface_b, TEST_L2_CONN_IMPL_B);
110 CONN_MGR_BIND_CONN(test_iface_null, TEST_L2_CONN_IMPL_N);
111 CONN_MGR_BIND_CONN(test_iface_ni, TEST_L2_CONN_IMPL_NI);
/Zephyr-Core-3.7.0/include/zephyr/net/conn_mgr/
Dconnectivity_wifi_mgmt.h34 CONN_MGR_BIND_CONN(dev_id, CONNECTIVITY_WIFI_MGMT)))
/Zephyr-Core-3.7.0/tests/net/conn_mgr_monitor/src/
Dtest_ifaces.c147 CONN_MGR_BIND_CONN(test_if_connected_a, TEST_CONN_IMPL);
148 CONN_MGR_BIND_CONN(test_if_connected_b, TEST_CONN_IMPL);
/Zephyr-Core-3.7.0/include/zephyr/net/
Dconn_mgr_connectivity_impl.h231 #define CONN_MGR_BIND_CONN(dev_id, conn_id) \ macro
/Zephyr-Core-3.7.0/doc/connectivity/networking/conn_mgr/
Dimplementation.rst26 …nce implementations by name and bind them to any unbound iface using :c:macro:`CONN_MGR_BIND_CONN`.
162 …ivity implementation may be bound to an iface by calling :c:macro:`CONN_MGR_BIND_CONN` anywhere af…
174 CONN_MGR_BIND_CONN(my_iface, MY_CONNECTIVITY_IMPL);