1.3.3.1.37 MAC_SECURITY_LEVEL Enum

C

typedef enum
{
    MAC_SECURITY_LEVEL_NONE = 0x00,
    MAC_SECURITY_LEVEL_ENC_MIC_32 = 0x05,
} MAC_SECURITY_LEVEL;

Summary

Identifies the available Security Levels for G3 frames.

Description

This enumeration identifies the possible Security Levels to use in G3 frames. It is a subset of Security Levels defined in IEEE 802.15.4 standard.

Remarks

None.