Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.c4410 char *pkcs11_module_path_copy = NULL; in wpas_set_pkcs11_engine_and_module_path() local
4418 pkcs11_module_path_copy = os_strdup(pkcs11_module_path); in wpas_set_pkcs11_engine_and_module_path()
4419 if (pkcs11_module_path_copy == NULL) { in wpas_set_pkcs11_engine_and_module_path()
4428 wpa_s->conf->pkcs11_module_path = pkcs11_module_path_copy; in wpas_set_pkcs11_engine_and_module_path()