Loading...
Searching...
No Matches
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.
 
uint8_t dr
 datarate for the Join Request
 

Field Documentation

◆ deveui

void* mlme_lorawan_join_t::deveui

pointer to the Device EUI

Definition at line 138 of file gnrc_lorawan_internal.h.

◆ dr

uint8_t mlme_lorawan_join_t::dr

datarate for the Join Request

Definition at line 144 of file gnrc_lorawan_internal.h.

◆ joineui

void* mlme_lorawan_join_t::joineui

pointer to the Join EUI

Definition at line 139 of file gnrc_lorawan_internal.h.

◆ 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: