Fork of Semtech LoRaWAN stack

Fork of LoRaWAN-lib by canuck lehead

Embed: (wiki syntax)

« Back to documentation index

sMlmeReqJoin Struct Reference

sMlmeReqJoin Struct Reference
[LoRa MAC layer implementation]

#include <LoRaMac.h>

Data Fields

uint8_t * DevEui
uint8_t * AppEui
uint8_t * AppKey

Detailed Description

LoRaMAC MLME-Request for the join service

Definition at line 935 of file LoRaMac.h.


Field Documentation

uint8_t* AppEui

Application identifier

LoRaWAN Specification V1.0, chapter 6.1.2

Definition at line 948 of file LoRaMac.h.

uint8_t* AppKey

AES-128 application key

LoRaWAN Specification V1.0, chapter 6.2.2

Definition at line 954 of file LoRaMac.h.

uint8_t* DevEui

Globally unique end-device identifier

LoRaWAN Specification V1.0, chapter 6.2.1

Definition at line 942 of file LoRaMac.h.