HomeSort by relevance Sort by last modified time
    Searched defs:phase2 (Results 1 - 13 of 13) 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 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);
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)) {
  /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 134 double phase2 = arg(c2); local
137 double deltaPhase2 = phase2 - lastPhase2;
139 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...]
  /external/wpa_supplicant_8/wpa_supplicant/
config.h 195 * phase2 - Phase 2 (inner authentication) parameters
199 char *phase2; member in struct:wpa_cred
  /frameworks/base/wifi/java/android/net/wifi/
WifiEnterpriseConfig.java 81 private static final String PHASE2_KEY = "phase2";
237 public static final class Phase2 {
252 private Phase2() {}
300 * @param phase2Method is the inner authentication method and can be one of {@link Phase2#NONE},
301 * {@link Phase2#PAP}, {@link Phase2#MSCHAP}, {@link Phase2#MSCHAPV2},
302 * {@link Phase2#GTC}
303 * @throws IllegalArgumentException on an invalid phase2 method
308 case Phase2.NONE
642 String phase2 = mFields.get(PHASE2_KEY); local
    [all...]
  /external/wpa_supplicant_8/src/ap/
ap_config.h 121 int phase2; member in struct:hostapd_eap_user

Completed in 168 milliseconds