Go to the documentation of this file.
18 #ifndef NET_GNRC_NETIF_LORAWAN_H
19 #define NET_GNRC_NETIF_LORAWAN_H
30 #define GNRC_NETIF_LORAWAN_FLAGS_LINK_CHECK (0x1U)
#define LORAMAC_APPKEY_LEN
Application key length in bytes.
uint8_t demod_margin
value of last demodulation margin
GNRC LoRaWAN mac descriptor.
#define LORAMAC_APPSKEY_LEN
Application session key length in bytes.
uint8_t datarate
LoRaWAN datarate for the next transmission.
GNRC LoRaWAN API definition.
#define LORAMAC_NWKSKEY_LEN
Network session key length in bytes.
GNRC LoRaWAN interface descriptor.
#define LORAMAC_APPEUI_LEN
Application EUI length in bytes.
gnrc_lorawan_t mac
gnrc lorawan mac descriptor
#define LORAMAC_DEVEUI_LEN
Device EUI length in bytes.
uint8_t ack_req
Request ACK in the next transmission.
uint8_t num_gateways
number of gateways of last link check
uint8_t otaa
whether the next transmission is OTAA or not
uint8_t flags
flags for the LoRaWAN interface
uint8_t port
LoRaWAN port for the next transmission.