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.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
loramac_keys Struct Reference
#include <lorawan_data_structures.h>
Data Fields | |
uint8_t * | dev_eui |
uint8_t * | app_eui |
uint8_t * | app_key |
uint8_t | nwk_skey [16] |
uint8_t | app_skey [16] |
Detailed Description
A composite structure containing device identifiers and security keys
Definition at line 1062 of file lorawan_data_structures.h.
Field Documentation
uint8_t* app_eui |
Application IEEE EUI
Definition at line 1071 of file lorawan_data_structures.h.
uint8_t* app_key |
AES encryption/decryption cipher application key
Definition at line 1076 of file lorawan_data_structures.h.
uint8_t app_skey[16] |
AES encryption/decryption cipher application session key NOTE! LoRaMac determines the length of the key based on sizeof this variable
Definition at line 1088 of file lorawan_data_structures.h.
uint8_t* dev_eui |
Device IEEE EUI
Definition at line 1066 of file lorawan_data_structures.h.
uint8_t nwk_skey[16] |
AES encryption/decryption cipher network session key NOTE! LoRaMac determines the length of the key based on sizeof this variable
Definition at line 1082 of file lorawan_data_structures.h.
Generated on Tue Jul 12 2022 13:55:32 by
