Home
last modified time | relevance | path

Searched refs:phase2 (Results 1 – 25 of 55) sorted by relevance

123

/hostap-latest/tests/hwsim/
Dtest_eap.py40 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 …]
Dtest_tnc.py24 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",
Dtest_authsrv.py37 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 …]
Dtest_ap_eap.py1729 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 …]
Dtest_erp.py295 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 …]
Dtest_ext_password.py67 ca_cert="auth_serv/ca.pem", phase2="auth=MSCHAPV2",
/hostap-latest/src/ap/
Deap_user_db.c136 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/
Dnetworkconfig.cpp312 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/
Deap_tls_common.c152 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, &params, 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 …]
Deap_mschapv2.c92 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()
Deap_config.h505 char *phase2; member
Deap_tls_common.h54 int phase2; member
/hostap-latest/hostapd/
Dhostapd.eap_user_sqlite6 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/
Dwpa_supplicant.conf1843 phase2="auth=MSCHAPV2"
1870 phase2="auth=MSCHAPV2"
1883 phase2="autheap=TLS"
2154 phase2="auth=PAP"
/hostap-latest/src/eap_server/
Deap.h36 int phase2; member
100 int phase2, struct eap_user *user);
Deap_server_tls.c25 int phase2; member
89 data->phase2 = sm->init_phase2; in eap_tls_init()
216 data->phase2) < 0) in eap_tls_buildReq()
Deap_tls_common.h44 int phase2; member
Deap_i.h205 int phase2);
Deap_server_tls_common.c58 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/
Deap_example_server.c30 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/
Dieee8021x.conf9 phase2="auth=MSCHAPV2"
/hostap-latest/src/radius/
Dradius_server.h76 int phase2, struct eap_user *user);
/hostap-latest/src/eapol_auth/
Deapol_auth_sm.h52 int phase2, struct eap_user *user);
/hostap-latest/hs20/server/
Dsql.txt48 phase2 INTEGER,
Dsql-example.txt15 INSERT INTO users(identity,realm,methods,password,phase2,shared) VALUES('free','example.com','TTLS-…

123