Z-Stack API Reference  3.2.0
_zstack_secapslinkkeysetreq_t Struct Reference

#include <zstack.h>

Data Fields

bool tcLinkKey
 
uint16_t shortAddr
 
zstack_LongAddr_t ieeeAddr
 
uint8_t key [16]
 
uint32_t txFrmCntr
 
uint32_t rxFrmCntr
 

Detailed Description

Structure to send a Security APS Link Key Set Request.

Field Documentation

§ ieeeAddr

IEEE Address of the Link Key, USE 0xFFFFFFFFFFFFFFFF for global(only for TC Link Key)

§ key

uint8_t key[16]

16 bytes of key data

§ rxFrmCntr

uint32_t rxFrmCntr

Receive frame counter (0 if new Link Keys)

§ shortAddr

uint16_t shortAddr

Must be included for a new non-TC Link Key (ignored for TC Link Key)

§ tcLinkKey

bool tcLinkKey

True if the key information is for a TC Link Key, false if not

§ txFrmCntr

uint32_t txFrmCntr

Transmit frame counter (0 if new Link Keys)


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