Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
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 63 of file mac_common_defines.h.
Field Documentation
unsigned KeyIdMode |
2-bit value which define key source and ID use case
Definition at line 65 of file mac_common_defines.h.
uint8_t KeyIndex |
Key index.
Definition at line 66 of file mac_common_defines.h.
uint8_t Keysource[8] |
Key source.
Definition at line 67 of file mac_common_defines.h.
unsigned SecurityLevel |
Security level.
Definition at line 64 of file mac_common_defines.h.
Generated on Tue Jul 12 2022 13:55:34 by
