Type Alias esp_idf_hal::sys::wifi_prov_security2_params_t

source ·
pub type wifi_prov_security2_params_t = protocomm_security2_params;
Expand description

@brief Security 2 params structure This needs to be passed when using WIFI_PROV_SECURITY_2

Aliased Type§

struct wifi_prov_security2_params_t {
    pub salt: *const i8,
    pub salt_len: u16,
    pub verifier: *const i8,
    pub verifier_len: u16,
}

Fields§

§salt: *const i8

Pointer to the buffer containing the salt

§salt_len: u16

Length (in bytes) of the salt

§verifier: *const i8

Pointer to the buffer containing the verifier

§verifier_len: u16

Length (in bytes) of the verifier