Home | History | Annotate | Download | only in wpa_supplicant

Lines Matching refs:pkcs11_engine_path

947 	 * pkcs11_engine_path, pkcs11_module_path, openssl_ciphers.
2892 * @pkcs11_engine_path: PKCS #11 engine path or NULL
2901 const char *pkcs11_engine_path,
2907 if (pkcs11_engine_path != NULL) {
2908 pkcs11_engine_path_copy = os_strdup(pkcs11_engine_path);
2920 os_free(wpa_s->conf->pkcs11_engine_path);
2922 wpa_s->conf->pkcs11_engine_path = pkcs11_engine_path_copy;
2930 if (pkcs11_engine_path != NULL && pkcs11_module_path != NULL)