1.1.2.4.62 MAC_RT_AUX_SECURITY_HEADER Struct
C
typedef struct {
/* Security Level */
uint8_t securityLevel : 3;
/* Key Identifier Mode */
uint8_t keyIdentifierMode : 2;
/* Reserved */
uint8_t reserved : 3;
/* Frame Counter */
uint32_t frameCounter;
/* Key Identifier */
uint8_t keyIdentifier;
} MAC_RT_AUX_SECURITY_HEADER;Summary
G3 MAC Auxiliary Security Header.
Description
This data type includes information related to the G3 MAC Auxiliary Security Header.
Remarks
For more information, please refer to G3 Specification.
