HomeSort by relevance Sort by last modified time
    Searched full:opensc_engine_path (Results 1 - 18 of 18) sorted by null

  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_old_handlers.c 814 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
1125 char *opensc_engine_path = NULL; local
    [all...]
dbus_new_handlers.c 132 "opensc_engine_path", "pkcs11_engine_path", "pkcs11_module_path",
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap.h 271 * opensc_engine_path - OpenSC engine for OpenSSL engine support
275 const char *opensc_engine_path; member in struct:eap_config
eap.c     [all...]
  /external/wpa_supplicant_8/src/eapol_supp/
eapol_supp_sm.h 190 * opensc_engine_path - Path to the OpenSSL engine for opensc
195 const char *opensc_engine_path; member in struct:eapol_ctx
eapol_supp_sm.c     [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
wpas_glue.c 985 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
config_file.c 1006 if (config->opensc_engine_path)
1007 fprintf(f, "opensc_engine_path=%s\n",
1008 config->opensc_engine_path);
    [all...]
config.h 515 * opensc_engine_path - Path to the OpenSSL engine for opensc
520 char *opensc_engine_path; member in struct:wpa_config
    [all...]
eapol_test.c 605 ctx->opensc_engine_path = wpa_s->conf->opensc_engine_path;
    [all...]
config.c     [all...]
wpa_cli.c 643 "disable_scan_offload", "fast_reauth", "opensc_engine_path",
731 "disable_scan_offload", "fast_reauth", "opensc_engine_path",
    [all...]
wpa_supplicant.conf 176 #opensc_engine_path=/usr/lib/opensc/engine_opensc.so
    [all...]
ChangeLog     [all...]
wpa_supplicant.c 946 * TODO: should notify EAPOL SM about changes in opensc_engine_path,
    [all...]
  /external/wpa_supplicant_8/src/crypto/
tls.h 76 const char *opensc_engine_path; member in struct:tls_config
tls_openssl.c 987 (conf->opensc_engine_path || conf->pkcs11_engine_path ||
989 if (tls_engine_load_dynamic_opensc(conf->opensc_engine_path) ||
    [all...]
  /device/google/marlin/
wpa_supplicant_wcn.conf 109 #opensc_engine_path=/usr/lib/opensc/engine_opensc.so

Completed in 608 milliseconds