![]() |
Demo HCI Implementation for WiMOD-LR Devices
V1.3.1
|
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] |
Activation data structure for LoRa network activation.
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)