ZPS_psGetActiveKey
ZPS_tsAplApsKeyDescriptorEntry *ZPS_psGetActiveKey(
uint64 u64IeeeAddress,
uint32* pu32Index);
Description
This function can be used on the Trust Centre to obtain the Pre-configured Unique Link Key for the node with the specified IEEE/MAC address. The function searches the local Key Descriptor Table for an entry corresponding to the specified address. If it finds a relevant entry, it returns the entry as well as the index number of the entry in the table. The required key is in the returned table entry.
Parent topic:ZPS_psGetActiveKey
Parameters
u64IeeeAddress: IEEE/MAC address of the node of interest
pu32Index: Pointer to a location to receive the index number of the relevant Key Descriptor Table entry
Parent topic:ZPS_psGetActiveKey
Returns
Pointer to requested Key Descriptor Table entry (for structure, see Section 8.2.3.6).
Parent topic:ZPS_psGetActiveKey
Parent topic:Security functions