Zephyr API Documentation
2.7.0-rc2
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 |
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 |
uint8_t* lorawan_join_otaa::join_eui |
uint8_t* lorawan_join_otaa::nwk_key |