esp_idf_sys

Type Alias 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 u8,
}

Fields§

§key: *const u8

< key in PSK authentication mode in binary format

§key_size: usize

< length of the key

§hint: *const u8

< hint in PSK authentication mode in string format