61#include "net/ieee802154/radio.h"
Definitions for netdev common IEEE 802.15.4 code.
Definitions low-level network driver interface.
ieee802154_filter_mode_t
Frame Filter mode.
void socket_zep_cleanup(socket_zep_t *dev)
Cleanup socket resources.
void socket_zep_setup(socket_zep_t *dev, const socket_zep_params_t *params)
Setup socket_zep_t structure.
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.
the IEEE802.15.4 device descriptor
ZEP device initialization parameters.
char * remote_addr
remote address string
char * remote_port
local address string
char * local_port
local address string
char * local_addr
local address string
ieee802154_filter_mode_t filter_mode
frame filter mode
uint32_t seq
ZEP sequence number.
const socket_zep_params_t * params
command line parameters
uint16_t chan
virtual radio channel
bool rx
whether the radio is listening for packets
bool send_hello
send HELLO packet on connect
uint16_t pan_id
PAN ID of the ZEP network.
uint8_t snd_len
bytes to send
ZEPv2 header definition (type == Data)
Definitions for the ZigBee Encapsulation Protocol.