|
Zephyr Project API
3.4.0
A Scalable Open Source RTOS
|
Connectivity Manager network interface binding structure. More...
#include <conn_mgr_connectivity.h>
Data Fields | |
| struct net_if * | iface |
| const struct conn_mgr_conn_impl * | impl |
| void * | ctx |
| uint32_t | flags |
| int | timeout |
Connectivity Manager network interface binding structure.
Binds a conn_mgr connectivity implementation to an iface / network device. Stores per-iface state for the connectivity implementation.
| void* conn_mgr_conn_binding::ctx |
| uint32_t conn_mgr_conn_binding::flags |
| struct net_if* conn_mgr_conn_binding::iface |
| const struct conn_mgr_conn_impl* conn_mgr_conn_binding::impl |
| int conn_mgr_conn_binding::timeout |