HomeSort by relevance Sort by last modified time
    Searched refs:phase2 (Results 1 - 25 of 62) sorted by null

1 2 3

  /external/wpa_supplicant/examples/
ieee8021x.conf 9 phase2="auth=MSCHAPV2"
  /external/wpa_supplicant_6/wpa_supplicant/examples/
ieee8021x.conf 9 phase2="auth=MSCHAPV2"
  /external/wpa_supplicant_8/wpa_supplicant/examples/
ieee8021x.conf 9 phase2="auth=MSCHAPV2"
  /external/wpa_supplicant_6/wpa_supplicant/src/radius/
radius_server.h 39 int phase2, struct eap_user *user);
  /external/wpa_supplicant_6/wpa_supplicant/tests/
link_test.c 74 size_t identity_len, int phase2)
  /external/wpa_supplicant_8/src/radius/
radius_server.h 171 * @phase2: Whether this is for Phase 2 identity
181 int phase2, struct eap_user *user);
  /external/wpa_supplicant_8/wpa_supplicant/tests/
link_test.c 74 size_t identity_len, int phase2)
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap.h 41 int phase2; member in struct:eap_user
88 int phase2, struct eap_user *user);
eap_tls_common.h 23 int phase2; member in struct:eap_ssl_data
  /external/wpa_supplicant_8/src/eap_server/
eap.h 41 int phase2; member in struct:eap_user
88 int phase2, struct eap_user *user);
eap_tls_common.h 48 * phase2 - Whether this TLS connection is used in EAP phase 2 (tunnel)
50 int phase2; member in struct:eap_ssl_data
  /external/wpa_supplicant_6/wpa_supplicant/
wpa_supplicant.conf.orig 457 # phase2: Phase2 (inner authentication with TLS tunnel) parameters
460 # Following certificate/private key fields are used in inner Phase2
576 phase2="auth=MSCHAPV2"
603 phase2="auth=MSCHAPV2"
616 phase2="autheap=TLS"
  /external/wpa_supplicant_8/wpa_supplicant/
wpa_supplicant.conf.orig 509 # phase2: Phase2 (inner authentication with TLS tunnel) parameters
512 # Following certificate/private key fields are used in inner Phase2
628 phase2="auth=MSCHAPV2"
655 phase2="auth=MSCHAPV2"
668 phase2="autheap=TLS"
    [all...]
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
AccessPointParserHelper.java 48 * security, eap, phase2, identity, password, anonymousidentity, cacert, usercert,
59 * <phase2>MSCHAP2</phase2>
114 boolean phase2 = false;
142 if (tagName.equalsIgnoreCase("phase2")) {
143 phase2 = true;
215 config.phase2.setValue("");
261 if (phase2) {
263 config.phase2.setValue("auth=" + phase2Value);
264 phase2 = false
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap_config.h 366 * phase2 - Phase2 (inner authentication with TLS tunnel) parameters
371 char *phase2; member in struct:eap_peer_config
479 * key2_id - Key ID for OpenSSL engine (phase2)
487 * cert2_id - Cert ID for OpenSSL engine (phase2)
495 * ca_cert2_id - CA Cert ID for OpenSSL engine (phase2)
eap_tls_common.h 68 * phase2 - Whether this TLS connection is used in EAP phase 2 (tunnel)
70 int phase2; member in struct:eap_ssl_data
  /external/wpa_supplicant_8/src/eap_peer/
eap_config.h 375 * phase2 - Phase2 (inner authentication with TLS tunnel) parameters
380 char *phase2; member in struct:eap_peer_config
488 * key2_id - Key ID for OpenSSL engine (phase2)
496 * cert2_id - Cert ID for OpenSSL engine (phase2)
504 * ca_cert2_id - CA Cert ID for OpenSSL engine (phase2)
eap_tls_common.c 98 eap_tls_params_flags(params, config->phase2);
105 struct eap_peer_config *config, int phase2)
108 if (phase2) {
109 wpa_printf(MSG_DEBUG, "TLS: using phase2 config options");
206 data->phase2 = sm->init_phase2;
207 if (eap_tls_params_from_conf(sm, data, &params, config, data->phase2) <
215 if (data->phase2) {
906 * @prefix: 'phase2' configuration prefix, e.g., "auth="
912 * for Phase2 authentication.
924 if (config == NULL || config->phase2 == NULL
    [all...]
eap_tls_common.h 58 * phase2 - Whether this TLS connection is used in EAP phase 2 (tunnel)
60 int phase2; member in struct:eap_ssl_data
  /external/wpa_supplicant_6/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 298 char phase2[32]; local
299 phase2[0] = '\0';
302 snprintf(phase2, sizeof(phase2), "auth=%s",
307 snprintf(phase2, sizeof(phase2), "autheap=%s",
311 snprintf(phase2, sizeof(phase2), "auth=%s",
316 snprintf(phase2, sizeof(phase2), "auth=%s"
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
networkconfig.cpp 317 char phase2[32]; local
318 phase2[0] = '\0';
321 snprintf(phase2, sizeof(phase2), "auth=%s",
326 snprintf(phase2, sizeof(phase2), "autheap=%s",
330 snprintf(phase2, sizeof(phase2), "auth=%s",
335 snprintf(phase2, sizeof(phase2), "auth=%s"
    [all...]
  /external/wpa_supplicant/
eap_tls_common.h 30 int phase2; member in struct:eap_ssl_data
  /external/wpa_supplicant_8/src/eapol_auth/
eapol_auth_sm.h 69 int phase2, struct eap_user *user);
  /external/webkit/Source/WebCore/platform/audio/
FFTFrame.cpp 133 double phase2 = arg(c2); local
136 double deltaPhase2 = phase2 - lastPhase2;
138 lastPhase2 = phase2;
  /external/wpa_supplicant_8/src/ap/
ap_config.c 578 size_t identity_len, int phase2)
606 if (!phase2 && user->identity == NULL) {
611 if (user->phase2 == !!phase2 && user->wildcard_prefix &&
619 if (user->phase2 == !!phase2 &&

Completed in 330 milliseconds

1 2 3