Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
mlme_join_req_t Struct Reference
#include <lorawan_data_structures.h>
| Data Fields | |
| uint8_t * | dev_eui | 
| uint8_t * | app_eui | 
| uint8_t * | app_key | 
| uint8_t | nb_trials | 
Detailed Description
LoRaMAC MLME-Request for the join service.
Definition at line 746 of file lorawan_data_structures.h.
Field Documentation
| uint8_t* app_eui | 
An application identifier.
LoRaWAN Specification V1.0.2, chapter 6.1.2
Definition at line 758 of file lorawan_data_structures.h.
| uint8_t* app_key | 
AES-128 application key.
LoRaWAN Specification V1.0.2, chapter 6.2.2.
Definition at line 764 of file lorawan_data_structures.h.
| uint8_t* dev_eui | 
A globally unique end-device identifier.
LoRaWAN Specification V1.0.2, chapter 6.2.1.
Definition at line 752 of file lorawan_data_structures.h.
| uint8_t nb_trials | 
The number of trials for the join request.
Definition at line 768 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 12:47:13 by
 1.7.2
 1.7.2