pub unsafe extern "C" fn esp_eap_client_set_suiteb_192bit_certification(
enable: bool,
) -> esp_err_t
Expand description
@brief Enable or disable Suite-B 192-bit certification checks.
This function enables or disables the 192-bit Suite-B certification checks during EAP-TLS authentication. Suite-B is a set of cryptographic algorithms which generally are considered more secure.
@param[in] enable True to enable 192-bit Suite-B certification checks, false to disable it.
@return
- ESP_OK: The 192-bit Suite-B certification checks were set successfully.