Searched refs:opensc_engine_path (Results 1 – 13 of 13) sorted by relevance
1114 char *opensc_engine_path = NULL; in wpas_dbus_iface_set_smartcard_modules() local1130 os_free(opensc_engine_path); in wpas_dbus_iface_set_smartcard_modules()1131 opensc_engine_path = os_strdup(entry.str_value); in wpas_dbus_iface_set_smartcard_modules()1133 if (opensc_engine_path == NULL) in wpas_dbus_iface_set_smartcard_modules()1155 os_free(wpa_s->conf->opensc_engine_path); in wpas_dbus_iface_set_smartcard_modules()1156 wpa_s->conf->opensc_engine_path = opensc_engine_path; in wpas_dbus_iface_set_smartcard_modules()1171 os_free(opensc_engine_path); in wpas_dbus_iface_set_smartcard_modules()
300 const char *opensc_engine_path; member
2144 tlsconf.opensc_engine_path = conf->opensc_engine_path; in eap_peer_sm_init()
77 const char *opensc_engine_path; member
1040 (conf->opensc_engine_path || conf->pkcs11_engine_path || in tls_init()1042 if (tls_engine_load_dynamic_opensc(conf->opensc_engine_path) || in tls_init()
523 char *opensc_engine_path; member
1108 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path; in wpa_supplicant_init_eapol()
605 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path; in test_eapol()
1096 if (config->opensc_engine_path) in wpa_config_write_global()1098 config->opensc_engine_path); in wpa_config_write_global()
2584 os_free(config->opensc_engine_path); in wpa_config_free()4513 { STR(opensc_engine_path), 0 },
1872 - global: opensc_engine_path, pkcs11_engine_path, pkcs11_module_path
195 const char *opensc_engine_path; member
2110 conf.opensc_engine_path = ctx->opensc_engine_path; in eapol_sm_init()