BA / Mbed OS BaBoRo1
Embed: (wiki syntax)

« Back to documentation index

lorawan_connect_abp_t Struct Reference

lorawan_connect_abp_t Struct Reference

The lorawan_connect_abp structure. More...

#include <lorawan_data_structures.h>

Data Fields

uint32_t nwk_id
 Network identifier.
uint32_t dev_addr
 End-device address.
uint8_t * nwk_skey
 Network session key.
uint8_t * app_skey
 Application session key.

Detailed Description

The lorawan_connect_abp structure.

A structure representing the LoRaWAN Activation By Personalization parameters.

Definition at line 1656 of file lorawan_data_structures.h.


Field Documentation

uint8_t* app_skey

Application session key.

LoRaWAN Specification V1.0.2, chapter 6.1.4

Definition at line 1676 of file lorawan_data_structures.h.

uint32_t dev_addr

End-device address.

LoRaWAN Specification V1.0.2, chapter 6.1.1

Definition at line 1666 of file lorawan_data_structures.h.

uint32_t nwk_id

Network identifier.

LoRaWAN Specification V1.0.2, chapter 6.1.1

Definition at line 1661 of file lorawan_data_structures.h.

uint8_t* nwk_skey

Network session key.

LoRaWAN Specification V1.0.2, chapter 6.1.3

Definition at line 1671 of file lorawan_data_structures.h.