42 #define NETDEV_IEEE802154_MINIMAL_NUMOF 
Definitions low-level network driver interface.
 
void(* netdev_event_cb_t)(netdev_t *dev, netdev_event_t event)
Event callback for signaling event to upper layers.
 
netopt_t
Global list of configuration options available throughout the network stack, e.g.
 
int netdev_ieee802154_minimal_set(struct netdev *dev, netopt_t opt, void *data, size_t len)
Set an option to netdev minimal.
 
int netdev_ieee802154_minimal_get(struct netdev *dev, netopt_t opt, void *data, size_t max_len)
Get an option from netdev minimal.
 
int netdev_ieee802154_minimal_init_devs(netdev_event_cb_t cb)
Device-under-test initialization function.
 
int netdev_ieee802154_minimal_send(struct netdev *dev, iolist_t *pkt)
Send a IEEE 802.15.4 frame This is wrapper for the internal netdev send function, that ensures all ne...
 
int netdev_ieee802154_minimal_init(void)
Initialize the module.
 
iolist structure definition
 
Structure to hold driver state.