Searched refs:pkcs11_engine_path_copy (Results 1 – 1 of 1) sorted by relevance
3788 char *pkcs11_engine_path_copy = NULL; in wpas_set_pkcs11_engine_and_module_path() local3792 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path); in wpas_set_pkcs11_engine_and_module_path()3793 if (pkcs11_engine_path_copy == NULL) in wpas_set_pkcs11_engine_and_module_path()3799 os_free(pkcs11_engine_path_copy); in wpas_set_pkcs11_engine_and_module_path()3806 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path_copy; in wpas_set_pkcs11_engine_and_module_path()