Rtos API example

Embed: (wiki syntax)

« Back to documentation index

mlme_security_s Struct Reference

mlme_security_s Struct Reference

struct mlme_security_t MLME/MCPS security structure This structure encapsulates security related variables, which are always used together if SecurityLevel > 0. More...

#include <mac_common_defines.h>

Data Fields

unsigned SecurityLevel:3
 Security level.
unsigned KeyIdMode:2
 2-bit value which define key source and ID use case
uint8_t KeyIndex
 Key index.
uint8_t Keysource [8]
 Key source.

Detailed Description

struct mlme_security_t MLME/MCPS security structure This structure encapsulates security related variables, which are always used together if SecurityLevel > 0.

See IEEE standard 802.15.4-2006 (e.g end of table 41) for more details

Definition at line 59 of file mac_common_defines.h.


Field Documentation

unsigned KeyIdMode

2-bit value which define key source and ID use case

Definition at line 61 of file mac_common_defines.h.

uint8_t KeyIndex

Key index.

Definition at line 62 of file mac_common_defines.h.

uint8_t Keysource[8]

Key source.

Definition at line 63 of file mac_common_defines.h.

unsigned SecurityLevel

Security level.

Definition at line 60 of file mac_common_defines.h.