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.
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.
uint32_t input_security_frame_counter |
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.
uint16_t missed_frame_counters |
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.
uint32_t output_security_frame_counter |
Output Frame counter
Definition at line 87 of file neighbor_table_definition.h.
Generated on Tue Jul 12 2022 13:33:13 by
