MLME Join Request data. More...
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. | |
| uint8_t | dr | 
| datarate for the Join Request | |
| void* mlme_lorawan_join_t::deveui | 
pointer to the Device EUI
Definition at line 138 of file gnrc_lorawan_internal.h.
| uint8_t mlme_lorawan_join_t::dr | 
datarate for the Join Request
Definition at line 144 of file gnrc_lorawan_internal.h.
| void* mlme_lorawan_join_t::joineui | 
pointer to the Join EUI
Definition at line 139 of file gnrc_lorawan_internal.h.
| 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.