mlme_lorawan_join_t Struct Reference

MLME Join Request data. More...

Detailed Description

MLME Join Request data.

Definition at line 137 of file gnrc_lorawan_internal.h.

#include <gnrc_lorawan_internal.h>

Data Fields

void * deveui
 pointer to the Device EUI
 
void * joineui
 pointer to the Join EUI
 
void * nwkkey
 pointer to the Network Key. More...
 
uint8_t dr
 datarate for the Join Request
 

Field Documentation

◆ nwkkey

void* mlme_lorawan_join_t::nwkkey

pointer to the Network Key.

Mapped to App key if LoRaWAN 1.0x

Definition at line 140 of file gnrc_lorawan_internal.h.


The documentation for this struct was generated from the following file: