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/ |
D | test_ifaces.c | 105 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/ |
D | connectivity_wifi_mgmt.h | 34 CONN_MGR_BIND_CONN(dev_id, CONNECTIVITY_WIFI_MGMT)))
|
/Zephyr-Core-3.7.0/tests/net/conn_mgr_monitor/src/ |
D | test_ifaces.c | 147 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/ |
D | conn_mgr_connectivity_impl.h | 231 #define CONN_MGR_BIND_CONN(dev_id, conn_id) \ macro
|
/Zephyr-Core-3.7.0/doc/connectivity/networking/conn_mgr/ |
D | implementation.rst | 26 …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);
|