/external/wpa_supplicant_8/src/ap/ |
D | eap_user_db.c | 134 size_t identity_len, int phase2) in eap_user_sqlite_get() argument 166 hapd->tmp_eap_user.phase2 = phase2; in eap_user_sqlite_get() 181 id_str, phase2); in eap_user_sqlite_get() 189 if (user == NULL && !phase2) { in eap_user_sqlite_get() 217 size_t identity_len, int phase2) in hostapd_get_eap_user() argument 246 if (!phase2 && user->identity == NULL) { in hostapd_get_eap_user() 251 if (user->phase2 == !!phase2 && user->wildcard_prefix && in hostapd_get_eap_user() 259 if (user->phase2 == !!phase2 && in hostapd_get_eap_user() 269 phase2); in hostapd_get_eap_user()
|
D | authsrv.c | 53 size_t identity_len, int phase2, in hostapd_radius_get_eap_user() argument 59 eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2); in hostapd_radius_get_eap_user()
|
/external/wpa_supplicant_8/hostapd/ |
D | hostapd.eap_user_sqlite | 6 phase2 INTEGER 14 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1); 15 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
D | networkconfig.cpp | 311 char phase2[32]; in addNetwork() local 312 phase2[0] = '\0'; in addNetwork() 315 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork() 320 snprintf(phase2, sizeof(phase2), "autheap=%s", in addNetwork() 324 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork() 329 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork() 335 snprintf(phase2, sizeof(phase2), in addNetwork() 349 if (phase2[0]) in addNetwork() 350 setNetworkParam(id, "phase2", phase2, true); in addNetwork()
|
/external/wpa_supplicant_8/wpa_supplicant/ |
D | wpa_supplicant.conf | 1110 phase2="auth=MSCHAPV2" 1137 phase2="auth=MSCHAPV2" 1150 phase2="autheap=TLS"
|
D | config.h | 235 char *phase2; member
|
/external/wpa_supplicant_8/src/eap_server/ |
D | eap.h | 33 int phase2; member 83 int phase2, struct eap_user *user);
|
D | eap_tls_common.h | 44 int phase2; member
|
D | eap_i.h | 201 int phase2);
|
D | eap_server_tls_common.c | 55 data->phase2 = sm->init_phase2; in eap_server_tls_ssl_init() 80 if (data->phase2) { in eap_server_tls_ssl_init()
|
D | eap_server_eke.c | 33 int phase2; member 95 data->phase2 = sm->init_phase2; in eap_eke_init() 482 if (eap_user_get(sm, data->peerid, data->peerid_len, data->phase2)) { in eap_eke_process_identity()
|
/external/wpa_supplicant_8/src/eap_peer/ |
D | eap_tls_common.c | 122 eap_tls_params_flags(params, config->phase2); in eap_tls_params_from_conf2() 129 struct eap_peer_config *config, int phase2) in eap_tls_params_from_conf() argument 144 if (phase2) { in eap_tls_params_from_conf() 247 data->phase2 = sm->init_phase2; in eap_peer_tls_ssl_init() 250 if (eap_tls_params_from_conf(sm, data, ¶ms, config, data->phase2) < in eap_peer_tls_ssl_init() 258 if (data->phase2) { in eap_peer_tls_ssl_init() 1034 if (config == NULL || config->phase2 == NULL) in eap_peer_select_phase2_methods() 1037 start = buf = os_strdup(config->phase2); in eap_peer_select_phase2_methods()
|
D | eap_config.h | 403 char *phase2; member
|
D | eap_tls_common.h | 54 int phase2; member
|
D | eap_ttls.c | 82 if (config && config->phase2) { in eap_ttls_init() 83 if (os_strstr(config->phase2, "autheap=")) { in eap_ttls_init() 86 } else if (os_strstr(config->phase2, "auth=MSCHAPV2")) { in eap_ttls_init() 89 } else if (os_strstr(config->phase2, "auth=MSCHAP")) { in eap_ttls_init() 92 } else if (os_strstr(config->phase2, "auth=PAP")) { in eap_ttls_init() 95 } else if (os_strstr(config->phase2, "auth=CHAP")) { in eap_ttls_init()
|
D | eap_mschapv2.c | 92 int phase2; member 131 data->phase2 = sm->init_phase2; in eap_mschapv2_init()
|
/external/chromium_org/third_party/WebKit/Source/platform/audio/ |
D | FFTFrame.cpp | 135 double phase2 = arg(c2); in interpolateFrequencyComponents() local 138 double deltaPhase2 = phase2 - lastPhase2; in interpolateFrequencyComponents() 140 lastPhase2 = phase2; in interpolateFrequencyComponents()
|
/external/wpa_supplicant_8/wpa_supplicant/examples/ |
D | ieee8021x.conf | 9 phase2="auth=MSCHAPV2"
|
/external/wpa_supplicant_8/src/radius/ |
D | radius_server.h | 190 int phase2, struct eap_user *user);
|
/external/wpa_supplicant_8/wpa_supplicant/tests/ |
D | link_test.c | 74 size_t identity_len, int phase2) in hostapd_get_eap_user() argument
|
/external/wpa_supplicant_8/hs20/server/ |
D | sql.txt | 42 phase2 INTEGER,
|
D | sql-example.txt | 15 INSERT INTO users(identity,realm,methods,password,phase2,shared) VALUES('free','example.com','TTLS-…
|
/external/wpa_supplicant_8/src/eapol_auth/ |
D | eapol_auth_sm.h | 66 int phase2, struct eap_user *user);
|
/external/ipsec-tools/src/racoon/samples/ |
D | racoon.conf.in | 50 phase2 15 sec;
|
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/ |
D | wpa_supplicant.conf.sgml | 92 phase2="auth=MSCHAPV2" 114 phase2="auth=MD5"
|