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.
Fork of OmniWheels by
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 218 of file net_interface.h.
Field Documentation
| uint8_t key[16] |
128-bit PSK Key.
Definition at line 220 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 219 of file net_interface.h.
Generated on Fri Jul 22 2022 04:54:14 by
1.7.2
