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

  /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 398 * phase2 - Phase2 (inner authentication with TLS tunnel) parameters
403 char *phase2; member in struct:eap_peer_config
511 * key2_id - Key ID for OpenSSL engine (phase2)
519 * cert2_id - Cert ID for OpenSSL engine (phase2)
527 * 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
83 int phase2, struct eap_user *user);
eap_server_eke.c 33 int phase2; member in struct:eap_eke_data
95 data->phase2 = sm->init_phase2;
482 if (eap_user_get(sm, data->peerid, data->peerid_len, data->phase2)) {
  /frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
WifiConfigurationHelper.java 111 * @param phase2 The phase 2 method or null
119 Integer phase2, String identity, String anonymousIdentity, String caCert,
128 if (phase2 == null) phase2 = WifiEnterpriseConfig.Phase2.NONE;
136 config.enterpriseConfig.setPhase2Method(phase2);
161 * "password" must also be provided. If EAP is selected, then the fiels "eap", "phase2",
212 Integer phase2 = null; local
213 if (jsonConfig.has("phase2")) {
214 phase2 = getPhase2(jsonConfig.getString("phase2"))
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
filecmp.py 138 def phase2(self): # Distinguish files, directories, funnies member in class:dircmp
231 common_dirs = phase2, common_files=phase2, common_funny=phase2,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
filecmp.py 138 def phase2(self): # Distinguish files, directories, funnies member in class:dircmp
231 common_dirs = phase2, common_files=phase2, common_funny=phase2,
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
FFTFrame.cpp 135 double phase2 = arg(c2); local
138 double deltaPhase2 = phase2 - lastPhase2;
140 lastPhase2 = phase2;
  /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/
WifiEnterpriseConfig.java 47 public static final String PHASE2_KEY = "phase2";
239 public static final class Phase2 {
255 private Phase2() {}
275 setPhase2Method(Phase2.NONE);
302 * @param phase2Method is the inner authentication method and can be one of {@link Phase2#NONE},
303 * {@link Phase2#PAP}, {@link Phase2#MSCHAP}, {@link Phase2#MSCHAPV2},
304 * {@link Phase2#GTC}
305 * @throws IllegalArgumentException on an invalid phase2 metho
552 String phase2 = mFields.get(PHASE2_KEY); local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 231 * phase2 - Phase 2 (inner authentication) parameters
235 char *phase2; member in struct:wpa_cred
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 124 int phase2; member in struct:hostapd_eap_user
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 

Completed in 387 milliseconds