Mistake on this page?
Report an issue in GitHub or email us
Data Fields
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.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.