Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
lorawan_join_otaa Struct Reference

LoRaWAN join parameters for over-the-Air activation (OTAA) More...

#include <lorawan.h>

Data Fields

uint8_tjoin_eui
 
uint8_tnwk_key
 
uint8_tapp_key
 

Detailed Description

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.

Field Documentation

◆ app_key

uint8_t* lorawan_join_otaa::app_key

◆ join_eui

uint8_t* lorawan_join_otaa::join_eui

◆ nwk_key

uint8_t* lorawan_join_otaa::nwk_key

The documentation for this struct was generated from the following file: