Type Alias esp_idf_sys::psk_hint_key_t
source · pub type psk_hint_key_t = psk_key_hint;
Expand description
@brief ESP-TLS preshared key and hint structure
Aliased Type§
struct psk_hint_key_t {
pub key: *const u8,
pub key_size: usize,
pub hint: *const i8,
}
Fields§
§key: *const u8
< key in PSK authentication mode in binary format
key_size: usize
< length of the key
hint: *const i8
< hint in PSK authentication mode in string format