Home
last modified time | relevance | path

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

12

/freebsd/contrib/wpa/src/ap/
H A 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()
H A Dauthsrv.c54 size_t identity_len, int phase2, in hostapd_radius_get_eap_user() argument
61 eap_user = hostapd_get_eap_user(ctx, identity, identity_len, phase2); in hostapd_radius_get_eap_user()
/freebsd/contrib/wpa/hostapd/
H A 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',…
/freebsd/contrib/wpa/src/eap_peer/
H A 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 …]
H A 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()
H A Deap_config.h505 char *phase2; member
H A Deap_tls_common.h54 int phase2; member
H A Deap_ttls.c115 if (config && config->phase2) { in eap_ttls_init()
118 while ((token = cstr_token(config->phase2, " \t", &last))) { in eap_ttls_init()
157 if (os_strstr(config->phase2, "autheap=")) { in eap_ttls_init()
/freebsd/tools/regression/net80211/tkip/
H A Dtest_tkip.c129 const u_int8_t *phase2; member
262 } else if (memcmp(ctx->tx_rc4key, t->phase2, t->phase2_len)) { in runtest()
265 t->phase2, t->phase2_len); in runtest()
292 } else if (memcmp(ctx->rx_rc4key, t->phase2, t->phase2_len)) { in runtest()
295 t->phase2, t->phase2_len); in runtest()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf1832 phase2="auth=MSCHAPV2"
1859 phase2="auth=MSCHAPV2"
1872 phase2="autheap=TLS"
2143 phase2="auth=PAP"
H A Dconfig.h351 char *phase2; member
H A DREADME-HS20253 # phase2: Pre-configure Phase 2 (inner authentication) parameters
351 # phase2="auth=MSCHAPV2"
666 phase2="auth=MSCHAPV2"
683 phase2: Credential/UsernamePassword/EAPMethod or NAI Realm list
/freebsd/contrib/wpa/src/eap_server/
H A Deap.h36 int phase2; member
100 int phase2, struct eap_user *user);
H A 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()
H A Deap_tls_common.h44 int phase2; member
H A Deap_i.h205 int phase2);
H A 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()
H A Deap_server_eke.c33 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()
/freebsd/contrib/wpa/wpa_supplicant/examples/
H A Dieee8021x.conf9 phase2="auth=MSCHAPV2"
/freebsd/contrib/wpa/src/radius/
H A Dradius_server.h76 int phase2, struct eap_user *user);
/freebsd/contrib/llvm-project/libunwind/src/
H A DUnwind-seh.cpp206 bool phase2 = (state & (_UA_SEARCH_PHASE|_UA_CLEANUP_PHASE)) == _UA_CLEANUP_PHASE; in __libunwind_seh_personality() local
231 return phase2 ? _URC_INSTALL_CONTEXT : _URC_HANDLER_FOUND; in __libunwind_seh_personality()
233 return phase2 ? _URC_FATAL_PHASE2_ERROR : _URC_FATAL_PHASE1_ERROR; in __libunwind_seh_personality()
/freebsd/contrib/wpa/src/eapol_auth/
H A Deapol_auth_sm.h52 int phase2, struct eap_user *user);
H A Deapol_auth_sm.c1028 size_t identity_len, int phase2, in eapol_sm_get_eap_user() argument
1035 identity_len, phase2, user); in eapol_sm_get_eap_user()
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_supplicant.conf.sgml96 phase2="auth=MSCHAPV2"
118 phase2="auth=MD5"
/freebsd/contrib/wpa/hs20/client/
H A Dosu_client.c1510 const char *phase2 = NULL; in set_pps_cred_eap_method_inner_method() local
1518 phase2 = "auth=PAP"; in set_pps_cred_eap_method_inner_method()
1520 phase2 = "auth=CHAP"; in set_pps_cred_eap_method_inner_method()
1522 phase2 = "auth=MSCHAP"; in set_pps_cred_eap_method_inner_method()
1524 phase2 = "auth=MSCHAPV2"; in set_pps_cred_eap_method_inner_method()
1526 if (!phase2) { in set_pps_cred_eap_method_inner_method()
1531 if (set_cred_quoted(ctx->ifname, id, "phase2", phase2) < 0) in set_pps_cred_eap_method_inner_method()

12