Denislam Valeev / Mbed OS Nucleo_rtos_basic
Embed: (wiki syntax)

« Back to documentation index

neighbor_keypair_info_s Struct Reference

neighbor_keypair_info_s Struct Reference

Key pair info structure. More...

#include <neighbor_table_definition.h>

Data Fields

uint8_t aes_key [16]
uint8_t key_id
uint32_t input_security_frame_counter
uint16_t missed_frame_counters
uint32_t output_security_frame_counter
keypair_key_state_e key_state

Detailed Description

Key pair info structure.

Definition at line 82 of file neighbor_table_definition.h.


Field Documentation

uint8_t aes_key[16]

Unique key pair key

Definition at line 83 of file neighbor_table_definition.h.

Accepted highest Frame Counter

Definition at line 85 of file neighbor_table_definition.h.

uint8_t key_id

Unique key pair id

Definition at line 84 of file neighbor_table_definition.h.

keypair_key_state_e key_state

Define, Primary, Secondary and coming key state

Definition at line 88 of file neighbor_table_definition.h.

Bit mask for detect missed packet counters bit 0 is is always value from input_security_frame_counter

Definition at line 86 of file neighbor_table_definition.h.

Output Frame counter

Definition at line 87 of file neighbor_table_definition.h.