Demo HCI Implementation for WiMOD-LR Devices  V1.3.1
TWiMODLORAWAN_ActivateDeviceData Struct Reference

Activation data structure for LoRa network activation. More...

#include <SAP/WiMOD_SAP_LORAWAN_IDs.h>

Public Attributes

UINT32 DeviceAddress
 
UINT8 NwkSKey [WiMODLORAWAN_NWK_SESSION_KEY_LEN]
 
UINT8 AppSKey [WiMODLORAWAN_NWK_SESSION_KEY_LEN]
 

Detailed Description

Activation data structure for LoRa network activation.

Member Data Documentation

UINT8 TWiMODLORAWAN_ActivateDeviceData::AppSKey[WiMODLORAWAN_NWK_SESSION_KEY_LEN]

secret application session key (128bit)

UINT32 TWiMODLORAWAN_ActivateDeviceData::DeviceAddress

address of the WiMOD within the LoRa network (pre-set for ABP; set by nwk if OTAA was used

UINT8 TWiMODLORAWAN_ActivateDeviceData::NwkSKey[WiMODLORAWAN_NWK_SESSION_KEY_LEN]

secret network session key (128bit)


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