Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching defs:opensc_engine_path

917 	"opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1253 char *opensc_engine_path = NULL;
1267 if (!strcmp(entry.key, "opensc_engine_path") &&
1269 opensc_engine_path = os_strdup(entry.str_value);
1270 if (opensc_engine_path == NULL)
1290 os_free(wpa_s->conf->opensc_engine_path);
1291 wpa_s->conf->opensc_engine_path = opensc_engine_path;
1307 os_free(opensc_engine_path);