DolphinV4 API  1.6.1.0
SECU_TYPE Struct Reference

Security information structure. More...

#include <EO3100I_API.h>

Collaboration diagram for SECU_TYPE:

Data Fields

uint8 u8TeachInInfo
 Teach-in info byte : | 4: RESERVED | 2: TYPE | 2: INFO |. Typically initialised by calling sec_parseTeachIn function after reception of a teach-in radio message.
uint8 u8SLF
 Security layer format byte : | 2: RLC_ALGO | 1: RLC_TX | 2: MAC_ALGO | 3: DATA_ENC |. Typically initialised by calling sec_parseTeachIn function after reception of a teach-in radio message.
uint8 u8Key [16]
 Encryption/decryption key. Typically initialised by calling sec_parseTeachIn function after reception of a teach-in radio message.
uint8 u8KeySize
 Size of the key in bytes. Typically initialised by calling sec_parseTeachIn function after reception of a teach-in radio message.
uint8 u8CMACsubkey1 [16]
 Subkey1 for the CMAC calculation. Typically initialised by calling sec_parseTeachIn function after reception of a teach-in radio message.
uint8 u8CMACsubkey2 [16]
 Subkey2 for the CMAC calculation. Typically initialised by calling sec_parseTeachIn function after reception of a teach-in radio message.

Detailed Description

Security information structure.