#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] |
A composite structure containing device identifiers and security keys
Definition at line 1062 of file lorawan_data_structures.h.
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.