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.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
net_tls_psk_info_s Struct Reference
TLS PSK info. More...
#include <net_interface.h>
Data Fields | |
uint32_t | key_id |
PSK Key ID can be 0x01-0xffff, storage size is intentionally 32 bits. | |
uint8_t | key [16] |
128-bit PSK Key. |
Detailed Description
TLS PSK info.
Definition at line 219 of file net_interface.h.
Field Documentation
uint8_t key[16] |
128-bit PSK Key.
Definition at line 221 of file net_interface.h.
uint32_t key_id |
PSK Key ID can be 0x01-0xffff, storage size is intentionally 32 bits.
Definition at line 220 of file net_interface.h.
Generated on Tue Jul 12 2022 13:55:34 by
