Function esp_idf_sys::esp_eap_client_clear_ca_cert
source ยท pub unsafe extern "C" fn esp_eap_client_clear_ca_cert()
Expand description
@brief Clear the previously set Certificate Authority (CA) certificate for EAP authentication.
This function clears the CA certificate that was previously set for the EAP client. After calling this function, the EAP client will no longer use the previously configured CA certificate during the authentication process.