1.3.2.3.56 MAC_WRP_SECURITY_KEY Struct
C
typedef struct { uint8_t key[MAC_WRP_SECURITY_KEY_LENGTH]; bool valid; } MAC_WRP_SECURITY_KEY;
Summary
Defines the fields of a Security Key object.
Description
This structure contains the fields which define a Security Key object, which contains information of its validity and the Key itself.
Field description:
key. 16-byte array containing the Key.
valid. Indicates whether the stored Key is valid or not.
Remarks
None.