ESP-IDF
+
0
/2 examples
SourceVu will show references to
esp_eap_client_set_ca_cert()
from the following samples and libraries:
wifi_eap_fast sample
wifi_enterprise sample
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_eap_client_set_ca_cert()
esp_eap_client_set_ca_cert() function
Set CA certificate for EAP authentication. This function sets the Certificate Authority (CA) certificate to be used during EAP authentication. The CA certificate is passed to the EAP client module through a global pointer.
Syntax
Show:
Summary
Declaration
Definition
from
esp_eap_client.h:184
esp_err_t
esp_eap_client_set_ca_cert
(
const
unsigned
char
*
ca_cert
,
int
ca_cert_len
)
;
Implemented in
esp_eap_client.c:928
Arguments
Argument
Description
ca_cert
Pointer to the CA certificate data.
ca_cert_len
Length of the CA certificate data.
Return value
- ESP_OK: The CA certificate was set successfully.
Examples
esp_eap_client_set_ca_cert()
is referenced by 2 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out