/frameworks/base/core/tests/ConnectivityManagerTest/assets/ |
accesspoints.xml | 30 <phase2>MSCHAPV2</phase2>
|
/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_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);
|
/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(""); 263 if (phase2) { 265 config.phase2.setValue("auth=" + phase2Value); 266 phase2 = false [all...] |
/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_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_tls_common.c | 92 eap_tls_params_flags(params, config->phase2); 99 struct eap_peer_config *config, int phase2) 102 if (phase2) { 103 wpa_printf(MSG_DEBUG, "TLS: using phase2 config options"); 199 data->phase2 = sm->init_phase2; 200 if (eap_tls_params_from_conf(sm, data, ¶ms, config, data->phase2) < 208 if (data->phase2) { 899 * @prefix: 'phase2' configuration prefix, e.g., "auth=" 905 * for Phase2 authentication. 917 if (config == NULL || config->phase2 == NULL [all...] |
eap_ttls.c | 80 if (config && config->phase2) { 81 if (os_strstr(config->phase2, "autheap=")) { 84 } else if (os_strstr(config->phase2, "auth=MSCHAPV2")) { 87 } else if (os_strstr(config->phase2, "auth=MSCHAP")) { 90 } else if (os_strstr(config->phase2, "auth=PAP")) { 93 } else if (os_strstr(config->phase2, "auth=CHAP")) { 98 wpa_printf(MSG_DEBUG, "EAP-TTLS: Phase2 type: %s", selected); 561 * notification, so assume that Phase2 succeeds. */ 615 * so assume that Phase2 succeeds. */ 691 * notification, so assume that Phase2 succeeds. * [all...] |
/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...] |
/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/wpa_supplicant/tests/ |
link_test.c | 74 size_t identity_len, int phase2)
|
/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_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"); 202 data->phase2 = sm->init_phase2; 203 if (eap_tls_params_from_conf(sm, data, ¶ms, config, data->phase2) < 211 if (data->phase2) { 949 * @prefix: 'phase2' configuration prefix, e.g., "auth=" 955 * for Phase2 authentication. 967 if (config == NULL || config->phase2 == NULL [all...] |
/external/wpa_supplicant_8/src/eapol_auth/ |
eapol_auth_sm.h | 63 int phase2, struct eap_user *user);
|
/external/wpa_supplicant_8/src/ap/ |
ap_config.c | 583 size_t identity_len, int phase2) 611 if (!phase2 && user->identity == NULL) { 616 if (user->phase2 == !!phase2 && user->wildcard_prefix && 624 if (user->phase2 == !!phase2 &&
|
authsrv.c | 53 size_t identity_len, int phase2, 59 eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2);
|
/external/webkit/Source/WebCore/platform/audio/ |
FFTFrame.cpp | 133 double phase2 = arg(c2); local 136 double deltaPhase2 = phase2 - lastPhase2; 138 lastPhase2 = phase2;
|
/external/ipsec-tools/src/racoon/samples/ |
racoon.conf.in | 50 phase2 15 sec;
|
/external/llvm/utils/release/ |
test-release.sh | 360 llvmCore_phase2_objdir=$BuildDir/Phase2/$Flavor/llvmCore-$Release-$RC.obj 361 llvmCore_phase2_installdir=$BuildDir/Phase2/$Flavor/llvmCore-$Release-$RC.install 362 llvmCore_de_phase2_objdir=$BuildDir/Phase2/$Flavor/llvmCore-DragonEgg-$Release-$RC.obj 363 llvmCore_de_phase2_installdir=$BuildDir/Phase2/$Flavor/llvmCore-DragonEgg-$Release-$RC.install 364 dragonegg_phase2_objdir=$BuildDir/Phase2/$Flavor/DragonEgg-$Release-$RC.obj 440 # Compare .o files between Phase2 and Phase3 and report which ones 446 p3=`echo $o | sed -e 's,Phase2,Phase3,'` 494 # Compare .o files between Phase2 and Phase3 and report which ones differ. 499 p3=`echo $o | sed -e 's,Phase2,Phase3,'`
|
/external/wpa_supplicant_8/src/radius/ |
radius_server.h | 165 * @phase2: Whether this is for Phase 2 identity 175 int phase2, struct eap_user *user);
|