Home
last modified time | relevance | path

Searched refs:esp_crt_bundle_attach_fn (Results 1 – 4 of 4) sorted by relevance

/hal_espressif-latest/components/wpa_supplicant/src/eap_peer/
Deap.h50 extern int (*esp_crt_bundle_attach_fn)(void *conf);
Deap.c68 int (*esp_crt_bundle_attach_fn)(void *conf); variable
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/crypto/
Dtls_mbedtls.c544 if (esp_crt_bundle_attach_fn) { in set_client_config()
545 ret = (*esp_crt_bundle_attach_fn)(&tls->conf); in set_client_config()
/hal_espressif-latest/components/wpa_supplicant/esp_supplicant/src/
Desp_eap_client.c1195 esp_crt_bundle_attach_fn = esp_crt_bundle_attach; in esp_eap_client_use_default_cert_bundle()
1197 esp_crt_bundle_attach_fn = NULL; in esp_eap_client_use_default_cert_bundle()