GNRC LoRaWAN interface descriptor. More...
#include <lorawan.h>
Data Fields | |
| uint8_t | nwkskey [LORAMAC_NWKSKEY_LEN] |
| network SKey buffer | |
| uint8_t | appskey [LORAMAC_APPSKEY_LEN] |
| App SKey buffer. | |
| uint8_t | appkey [LORAMAC_APPKEY_LEN] |
| App Key buffer. | |
| uint8_t | deveui [LORAMAC_DEVEUI_LEN] |
| Device EUI buffer. | |
| uint8_t | appeui [LORAMAC_APPEUI_LEN] |
| App EUI buffer. | |
| gnrc_lorawan_t | mac |
| gnrc lorawan mac descriptor | |
| uint8_t | flags |
| flags for the LoRaWAN interface | |
| uint8_t | demod_margin |
| value of last demodulation margin | |
| uint8_t | num_gateways |
| number of gateways of last link check | |
| uint8_t | datarate |
| LoRaWAN datarate for the next transmission. | |
| uint8_t | port |
| LoRaWAN port for the next transmission. | |
| uint8_t | ack_req |
| Request ACK in the next transmission. | |
| uint8_t | otaa |
| whether the next transmission is OTAA or not | |