Zephyr API 3.6.99
|
LoRaWAN join parameters for over-the-Air activation (OTAA) More...
#include <lorawan.h>
Data Fields | |
uint8_t * | join_eui |
Join EUI. | |
uint8_t * | nwk_key |
Network Key. | |
uint8_t * | app_key |
Application Key. | |
uint16_t | dev_nonce |
Device Nonce. | |
LoRaWAN join parameters for over-the-Air activation (OTAA)
Note that all of the fields use LoRaWAN 1.1 terminology.
All parameters are optional if a secure element is present in which case the values stored in the secure element will be used instead.
uint8_t* lorawan_join_otaa::app_key |
Application Key.
uint16_t lorawan_join_otaa::dev_nonce |
Device Nonce.
Starting with LoRaWAN 1.0.4 the DevNonce must be monotonically increasing for each OTAA join with the same EUI. The DevNonce should be stored in non-volatile memory by the application.
uint8_t* lorawan_join_otaa::join_eui |
Join EUI.
uint8_t* lorawan_join_otaa::nwk_key |
Network Key.