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.
net_link_layer_psk_security_info_s Struct Reference
NETWORK PSK link key structure. More...
#include <net_interface.h>
Data Fields | |
uint8_t | key_id |
Link layer PSK Key ID, can be 0x01-0xff. | |
uint8_t | security_key [16] |
Link layer 128-bit PSK Key. |
Detailed Description
NETWORK PSK link key structure.
Definition at line 224 of file net_interface.h.
Field Documentation
uint8_t key_id |
Link layer PSK Key ID, can be 0x01-0xff.
Definition at line 225 of file net_interface.h.
uint8_t security_key[16] |
Link layer 128-bit PSK Key.
Definition at line 226 of file net_interface.h.
Generated on Tue Jul 12 2022 12:22:48 by
