HomeSort by relevance Sort by last modified time
    Searched defs:phase2 (Results 1 - 17 of 17) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
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
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_mschapv2.c 97 int phase2; member in struct:eap_mschapv2_data
136 data->phase2 = sm->init_phase2;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
eap_tls_common.h 23 int phase2; member in struct:eap_ssl_data
eap.h 41 int phase2; member in struct:eap_user
88 int phase2, struct eap_user *user);
  /external/wpa_supplicant_8/src/eap_peer/
eap_tls_common.h 52 * phase2 - Whether this TLS connection is used in EAP phase 2 (tunnel)
54 int phase2; member in struct:eap_ssl_data
eap_config.h 372 * phase2 - Phase2 (inner authentication with TLS tunnel) parameters
377 char *phase2; member in struct:eap_peer_config
485 * key2_id - Key ID for OpenSSL engine (phase2)
493 * cert2_id - Cert ID for OpenSSL engine (phase2)
501 * ca_cert2_id - CA Cert ID for OpenSSL engine (phase2)
eap_mschapv2.c 92 int phase2; member in struct:eap_mschapv2_data
131 data->phase2 = sm->init_phase2;
  /external/wpa_supplicant_8/src/eap_server/
eap_tls_common.h 42 * phase2 - Whether this TLS connection is used in EAP phase 2 (tunnel)
44 int phase2; member in struct:eap_ssl_data
eap.h 33 int phase2; member in struct:eap_user
80 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_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 311 char phase2[32]; local
312 phase2[0] = '\0';
315 snprintf(phase2, sizeof(phase2), "auth=%s",
320 snprintf(phase2, sizeof(phase2), "autheap=%s",
324 snprintf(phase2, sizeof(phase2), "auth=%s",
329 snprintf(phase2, sizeof(phase2), "auth=%s"
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiConfiguration.java 108 public EnterpriseField phase2 = new EnterpriseField("phase2"); field in class:WifiConfiguration
128 eap, phase2, identity, anonymous_identity, password, client_cert,
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 194 * phase2 - Phase 2 (inner authentication) parameters
198 char *phase2; member in struct:wpa_cred
  /packages/apps/Settings/src/com/android/settings/wifi/
WifiConfigController.java 361 config.phase2.setValue((mPhase2Spinner.getSelectedItemPosition() == 0) ? "" :
541 mPhase2Spinner = (Spinner) mView.findViewById(R.id.phase2);
554 final String phase2Method = config.phase2.value();
  /external/wpa_supplicant_8/src/ap/
ap_config.h 116 int phase2; member in struct:hostapd_eap_user
528 size_t identity_len, int phase2);

Completed in 562 milliseconds