Zephyr Project API 3.7.0-rc1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
ieee802154_security_params Struct Reference

Security parameters. More...

#include <ieee802154_mgmt.h>

Data Fields

uint8_t key [16]
 secKeyDescriptor.secKey
 
uint8_t key_len
 Key length of 16 bytes is mandatory for standards conformance.
 
uint8_t key_mode: 2
 secKeyIdMode
 
uint8_t level: 3
 Used instead of a frame-specific SecurityLevel parameter when constructing the auxiliary security header.
 

Detailed Description

Security parameters.

Used to setup the link-layer security settings, see tables 9-9 and 9-10 in section 9.5.

Field Documentation

◆ key

uint8_t ieee802154_security_params::key[16]

secKeyDescriptor.secKey

◆ key_len

uint8_t ieee802154_security_params::key_len

Key length of 16 bytes is mandatory for standards conformance.

◆ key_mode

uint8_t ieee802154_security_params::key_mode

secKeyIdMode

◆ level

uint8_t ieee802154_security_params::level

Used instead of a frame-specific SecurityLevel parameter when constructing the auxiliary security header.


The documentation for this struct was generated from the following file: