Demo HCI Implementation for WiMOD-LR Devices  V2.0.3
TWiMODLORAWAN_ActivateDeviceData Struct Reference

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

#include <SAP/WiMOD_SAP_LORAWAN_IDs.h>

Inheritance diagram for TWiMODLORAWAN_ActivateDeviceData:

Public Attributes

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

Detailed Description

Activation data structure for LoRa network activation.

Member Data Documentation

◆ AppSKey

UINT8 TWiMODLORAWAN_ActivateDeviceData::AppSKey[WiMODLORAWAN_APP_SESSION_KEY_LEN]

secret application session key (128bit)

◆ DeviceAddress

UINT32 TWiMODLORAWAN_ActivateDeviceData::DeviceAddress

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

◆ NwkSKey

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: