pub unsafe extern "C" fn esp_eap_client_use_default_cert_bundle(
    use_default_bundle: bool
) -> esp_err_t
Expand description

@brief Use the default certificate bundle for EAP authentication.

By default, the EAP client uses a built-in certificate bundle for server verification. Enabling this option allows the use of the default certificate bundle.

@param[in] use_default_bundle True to use the default certificate bundle, false to use a custom bundle.

@return

  • ESP_OK: The option to use the default certificate bundle was set successfully.