| 
    Zephyr Project API
    3.3.0
    
   A Scalable Open Source RTOS 
   | 
 
LoRaWAN join parameters for over-the-Air activation (OTAA) More...
#include <lorawan.h>
Data Fields | |
| uint8_t * | join_eui | 
| uint8_t * | nwk_key | 
| uint8_t * | app_key | 
| uint32_t | dev_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
| uint32_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