Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches

Key configuration for transmit security offloading, see IEEE802154_CONFIG_MAC_KEYS. More...

#include <ieee802154_radio.h>

Data Fields

uint8_tkey_value
 Key material.
 
uint32_t key_frame_counter
 Initial value of frame counter associated with the key, see section 9.4.3.
 
bool frame_counter_per_key
 Indicates if per-key frame counter should be used, see section 9.4.3.
 
uint8_t key_id_mode
 Key Identifier Mode, see section 9.4.2.3, Table 9-7.
 
uint8_tkey_id
 Key Identifier, see section 9.4.4.
 

Detailed Description

Key configuration for transmit security offloading, see IEEE802154_CONFIG_MAC_KEYS.

Field Documentation

◆ frame_counter_per_key

bool ieee802154_key::frame_counter_per_key

Indicates if per-key frame counter should be used, see section 9.4.3.

◆ key_frame_counter

uint32_t ieee802154_key::key_frame_counter

Initial value of frame counter associated with the key, see section 9.4.3.

◆ key_id

uint8_t* ieee802154_key::key_id

Key Identifier, see section 9.4.4.

◆ key_id_mode

uint8_t ieee802154_key::key_id_mode

Key Identifier Mode, see section 9.4.2.3, Table 9-7.

◆ key_value

uint8_t* ieee802154_key::key_value

Key material.


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