| /hostap-latest/tests/hwsim/ |
| D | test_eap.py | 40 ca_cert="auth_serv/ca.pem", phase2="auth=MSCHAPV2", 52 ca_cert="auth_serv/ca.pem", phase2="auth=PWD", 63 ca_cert="auth_serv/ca.pem", phase2="auth=EKE", 193 ca_cert="auth_serv/ca.pem", phase2="auth=MSCHAPV2", 205 ca_cert="auth_serv/ca.pem", phase2="auth=MSCHAPV2", 220 ca_cert="auth_serv/ca.pem", phase2="auth=MSCHAPV2", 234 ca_cert="auth_serv/ca.pem", phase2="auth=MSCHAPV2", 246 phase2="auth=MSCHAPV2", 279 ca_cert="auth_serv/ca.pem", phase2="auth=MSCHAPV2", 292 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 | 1729 ca_cert="auth_serv/ca.pem", phase2="auth=PAP") 1743 ca_cert="auth_serv/ca.pem", phase2="auth=PAP", 1765 ca_cert="auth_serv/ca.pem", phase2="auth=PAP", 1787 ca_cert="auth_serv/ca.pem", phase2="auth=PAP", 1799 ca_cert="auth_serv/ca.pem", phase2="auth=PAP", 1803 ca_cert="auth_serv/ca.pem", phase2="auth=PAP", 1813 ca_cert="auth_serv/ca.der", phase2="auth=CHAP") 1825 ca_cert="auth_serv/ca.der", phase2="auth=CHAP", 1836 ca_cert="auth_serv/ca.pem", phase2="auth=CHAP", 1840 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-latest/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()
|
| /hostap-latest/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-latest/src/eap_peer/ |
| D | eap_tls_common.c | 152 eap_tls_params_flags(params, config->phase2); in eap_tls_params_from_conf2() 167 struct eap_peer_config *config, int phase2) in eap_tls_params_from_conf() argument 212 if (phase2 && sm->use_machine_cred) { in eap_tls_params_from_conf() 215 } else if (phase2) { in eap_tls_params_from_conf() 245 if (!phase2) in eap_tls_params_from_conf() 321 data->phase2 = sm->init_phase2; in eap_peer_tls_ssl_init() 324 if (eap_tls_params_from_conf(sm, data, ¶ms, config, data->phase2) < in eap_peer_tls_ssl_init() 332 if (data->phase2) { in eap_peer_tls_ssl_init() 1113 const char *phase2; in eap_peer_select_phase2_methods() local 1117 phase2 = use_machine_cred ? config->machine_phase2 : config->phase2; in eap_peer_select_phase2_methods() [all …]
|
| D | eap_mschapv2.c | 92 int phase2; member 135 data->phase2 = sm->init_phase2; in eap_mschapv2_init() 480 config && config->phase2 && in eap_mschapv2_failure_txt() 481 os_strstr(config->phase2, "mschapv2_retry=0")) { in eap_mschapv2_failure_txt()
|
| D | eap_config.h | 505 char *phase2; member
|
| D | eap_tls_common.h | 54 int phase2; member
|
| /hostap-latest/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-latest/wpa_supplicant/ |
| D | wpa_supplicant.conf | 1843 phase2="auth=MSCHAPV2" 1870 phase2="auth=MSCHAPV2" 1883 phase2="autheap=TLS" 2154 phase2="auth=PAP"
|
| /hostap-latest/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 | 205 int phase2);
|
| D | eap_server_tls_common.c | 58 data->phase2 = sm->init_phase2; in eap_server_tls_ssl_init() 90 if (data->phase2) { in eap_server_tls_ssl_init()
|
| /hostap-latest/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-latest/wpa_supplicant/examples/ |
| D | ieee8021x.conf | 9 phase2="auth=MSCHAPV2"
|
| /hostap-latest/src/radius/ |
| D | radius_server.h | 76 int phase2, struct eap_user *user);
|
| /hostap-latest/src/eapol_auth/ |
| D | eapol_auth_sm.h | 52 int phase2, struct eap_user *user);
|
| /hostap-latest/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-…
|