Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:pkcs11_engine_path

997 	 * pkcs11_engine_path, pkcs11_module_path, openssl_ciphers.
3101 * @pkcs11_engine_path: PKCS #11 engine path or NULL
3110 const char *pkcs11_engine_path,
3116 if (pkcs11_engine_path != NULL) {
3117 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path);
3129 os_free(wpa_s->conf->pkcs11_engine_path);
3131 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path_copy;
3139 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL)