Home
last modified time | relevance | path

Searched refs:opensc_engine_path (Results 1 – 12 of 12) sorted by relevance

/external/wpa_supplicant/
Dconfig_file.c346 os_free(config->opensc_engine_path); in wpa_config_read()
347 config->opensc_engine_path = os_strdup(pos + 19); in wpa_config_read()
349 config->opensc_engine_path); in wpa_config_read()
674 if (config->opensc_engine_path) in wpa_config_write_global()
676 config->opensc_engine_path); in wpa_config_write_global()
Dconfig.h203 char *opensc_engine_path; member
Deap.h225 const char *opensc_engine_path; member
Dtls.h32 const char *opensc_engine_path; member
Deapol_sm.h182 const char *opensc_engine_path; member
Deapol_test.c364 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path; in test_eapol()
Deapol_sm.c1747 conf.opensc_engine_path = ctx->opensc_engine_path; in eapol_sm_init()
Deap.c1181 tlsconf.opensc_engine_path = conf->opensc_engine_path; in eap_sm_init()
Dtls_openssl.c738 (conf->opensc_engine_path || conf->pkcs11_engine_path || in tls_init()
744 if (tls_engine_load_dynamic_opensc(conf->opensc_engine_path) || in tls_init()
Dwpa_supplicant.c2217 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path; in wpa_supplicant_init_eapol()
Dconfig.c1346 os_free(config->opensc_engine_path); in wpa_config_free()
DChangeLog643 - global: opensc_engine_path, pkcs11_engine_path, pkcs11_module_path