/hostap-3.7.0/tests/hwsim/ |
D | test_eap.py | 37 ca_cert="auth_serv/ca.pem", phase2="auth=MSCHAPV2", 49 ca_cert="auth_serv/ca.pem", phase2="auth=PWD", 60 ca_cert="auth_serv/ca.pem", phase2="auth=EKE", 190 ca_cert="auth_serv/ca.pem", phase2="auth=MSCHAPV2", 202 ca_cert="auth_serv/ca.pem", phase2="auth=MSCHAPV2", 217 ca_cert="auth_serv/ca.pem", phase2="auth=MSCHAPV2", 231 ca_cert="auth_serv/ca.pem", phase2="auth=MSCHAPV2", 243 phase2="auth=MSCHAPV2", 276 ca_cert="auth_serv/ca.pem", phase2="auth=MSCHAPV2", 289 ca_cert="auth_serv/ca.pem", phase2="auth=MSCHAPV2", [all …]
|
D | test_tnc.py | 24 phase2="auth=MSCHAPV2", 32 phase2="auth=MSCHAPV2", 40 phase2="auth=MSCHAPV2", 58 phase2="auth=MSCHAPV2", 69 phase2="auth=MSCHAPV2", 88 phase2="auth=MSCHAPV2", 107 phase2="auth=MSCHAPV2", 154 for count, func, identity, phase2 in tests: 160 ca_cert="auth_serv/ca.pem", phase2=phase2, 189 phase2="auth=GTC",
|
D | test_authsrv.py | 37 ca_cert="auth_serv/ca.pem", phase2="autheap=GTC", 50 ca_cert="auth_serv/ca.pem", phase2="autheap=GTC", 60 ca_cert="auth_serv/ca.pem", phase2="autheap=GTC", 71 ca_cert="auth_serv/ca.pem", phase2="autheap=GTC", 81 ca_cert="auth_serv/ca.pem", phase2="autheap=GTC", 94 ca_cert="auth_serv/ca.pem", phase2="autheap=GTC", 109 ca_cert="auth_serv/ca.pem", phase2="autheap=GTC", 121 ca_cert="auth_serv/ca.pem", phase2="autheap=GTC", 134 ca_cert="auth_serv/ca.pem", phase2="autheap=GTC", 220 ca_cert="auth_serv/ca.pem", phase2="autheap=GTC", [all …]
|
D | test_ap_eap.py | 1373 ca_cert="auth_serv/ca.pem", phase2="auth=PAP") 1387 ca_cert="auth_serv/ca.pem", phase2="auth=PAP", 1409 ca_cert="auth_serv/ca.pem", phase2="auth=PAP", 1431 ca_cert="auth_serv/ca.pem", phase2="auth=PAP", 1443 ca_cert="auth_serv/ca.pem", phase2="auth=PAP", 1447 ca_cert="auth_serv/ca.pem", phase2="auth=PAP", 1457 ca_cert="auth_serv/ca.der", phase2="auth=CHAP") 1469 ca_cert="auth_serv/ca.der", phase2="auth=CHAP", 1480 ca_cert="auth_serv/ca.pem", phase2="auth=CHAP", 1484 ca_cert="auth_serv/ca.pem", phase2="auth=CHAP", [all …]
|
D | test_erp.py | 295 phase2="auth=GTC", 307 phase2="auth=MSCHAPV2") 310 phase2="auth=MSCHAPV2", pac_file="blob://teap_pac") 327 password="password", ca_cert="auth_serv/ca.pem", phase2="auth=PAP") 364 ca_cert="auth_serv/ca.pem", phase2="auth=PAP", 552 ca_cert="auth_serv/ca.pem", phase2="auth=PAP", 582 ca_cert="auth_serv/ca.pem", phase2="auth=PAP", 596 ca_cert="auth_serv/ca.pem", phase2="auth=PAP", 609 ca_cert="auth_serv/ca.pem", phase2="auth=PAP", 638 ca_cert="auth_serv/ca.pem", phase2="auth=PAP", [all …]
|
D | test_ext_password.py | 67 ca_cert="auth_serv/ca.pem", phase2="auth=MSCHAPV2",
|
/hostap-3.7.0/src/ap/ |
D | eap_user_db.c | 136 size_t identity_len, int phase2) in eap_user_sqlite_get() argument 173 hapd->tmp_eap_user.phase2 = phase2; in eap_user_sqlite_get() 189 id_str, phase2); in eap_user_sqlite_get() 202 if (user == NULL && !phase2) { in eap_user_sqlite_get() 233 size_t identity_len, int phase2) in hostapd_get_eap_user() argument 262 if (!phase2 && user->identity == NULL) { in hostapd_get_eap_user() 267 if (user->phase2 == !!phase2 && user->wildcard_prefix && in hostapd_get_eap_user() 275 if (user->phase2 == !!phase2 && in hostapd_get_eap_user() 285 phase2); in hostapd_get_eap_user()
|
D | authsrv.c | 53 size_t identity_len, int phase2, in hostapd_radius_get_eap_user() argument 60 eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2); in hostapd_radius_get_eap_user()
|
/hostap-3.7.0/wpa_supplicant/wpa_gui-qt4/ |
D | networkconfig.cpp | 312 char phase2[32]; in addNetwork() local 313 phase2[0] = '\0'; in addNetwork() 316 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork() 321 snprintf(phase2, sizeof(phase2), "autheap=%s", in addNetwork() 325 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork() 330 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork() 336 snprintf(phase2, sizeof(phase2), in addNetwork() 350 if (phase2[0]) in addNetwork() 351 setNetworkParam(id, "phase2", phase2, true); in addNetwork()
|
/hostap-3.7.0/hostapd/ |
D | hostapd.eap_user_sqlite | 6 phase2 INTEGER, 15 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1); 16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
|
/hostap-3.7.0/src/eap_peer/ |
D | eap_tls_common.c | 149 eap_tls_params_flags(params, config->phase2); in eap_tls_params_from_conf2() 164 struct eap_peer_config *config, int phase2) in eap_tls_params_from_conf() argument 207 if (phase2 && sm->use_machine_cred) { in eap_tls_params_from_conf() 210 } else if (phase2) { in eap_tls_params_from_conf() 312 data->phase2 = sm->init_phase2; in eap_peer_tls_ssl_init() 315 if (eap_tls_params_from_conf(sm, data, ¶ms, config, data->phase2) < in eap_peer_tls_ssl_init() 323 if (data->phase2) { in eap_peer_tls_ssl_init() 1104 const char *phase2; in eap_peer_select_phase2_methods() local 1108 phase2 = use_machine_cred ? config->machine_phase2 : config->phase2; in eap_peer_select_phase2_methods() 1109 if (!phase2) in eap_peer_select_phase2_methods() [all …]
|
D | eap_mschapv2.c | 92 int phase2; member 129 data->phase2 = sm->init_phase2; in eap_mschapv2_init() 474 config && config->phase2 && in eap_mschapv2_failure_txt() 475 os_strstr(config->phase2, "mschapv2_retry=0")) { in eap_mschapv2_failure_txt()
|
D | eap_config.h | 495 char *phase2; member
|
D | eap_tls_common.h | 54 int phase2; member
|
/hostap-3.7.0/wpa_supplicant/ |
D | wpa_supplicant.conf | 1743 phase2="auth=MSCHAPV2" 1770 phase2="auth=MSCHAPV2" 1783 phase2="autheap=TLS" 2054 phase2="auth=PAP"
|
/hostap-3.7.0/src/eap_server/ |
D | eap.h | 36 int phase2; member 100 int phase2, struct eap_user *user);
|
D | eap_server_tls.c | 25 int phase2; member 89 data->phase2 = sm->init_phase2; in eap_tls_init() 216 data->phase2) < 0) in eap_tls_buildReq()
|
D | eap_tls_common.h | 44 int phase2; member
|
D | eap_i.h | 198 int phase2);
|
/hostap-3.7.0/eap_example/ |
D | eap_example_server.c | 30 size_t identity_len, int phase2, in server_get_eap_user() argument 35 if (!phase2) { in server_get_eap_user()
|
/hostap-3.7.0/wpa_supplicant/examples/ |
D | ieee8021x.conf | 9 phase2="auth=MSCHAPV2"
|
/hostap-3.7.0/src/radius/ |
D | radius_server.h | 76 int phase2, struct eap_user *user);
|
/hostap-3.7.0/src/eapol_auth/ |
D | eapol_auth_sm.h | 51 int phase2, struct eap_user *user);
|
/hostap-3.7.0/hs20/server/ |
D | sql.txt | 48 phase2 INTEGER,
|
D | sql-example.txt | 15 INSERT INTO users(identity,realm,methods,password,phase2,shared) VALUES('free','example.com','TTLS-…
|