Loading...
Searching...
No Matches
socket_zep.h File Reference

Socket ZEP definitions. More...

Detailed Description

Socket ZEP definitions.

Author
Martine Lenders m.len.nosp@m.ders.nosp@m.@fu-b.nosp@m.erli.nosp@m.n.de

Definition in file socket_zep.h.

#include "net/netdev.h"
#include "net/netdev/ieee802154.h"
#include "net/ieee802154/radio.h"
#include "net/zep.h"
+ Include dependency graph for socket_zep.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  socket_zep_params_t
 ZEP device initialization parameters. More...
 
struct  socket_zep_t
 ZEP device state. More...
 

Functions

void socket_zep_setup (socket_zep_t *dev, const socket_zep_params_t *params)
 Setup socket_zep_t structure.
 
void socket_zep_cleanup (socket_zep_t *dev)
 Cleanup socket resources.
 
void socket_zep_hal_setup (socket_zep_t *dev, ieee802154_dev_t *hal)
 Setup socket ZEP in order to be used with the IEEE 802.15.4 Radio HAL.