Home
last modified time | relevance | path

Searched refs:phase2 (Results 1 – 25 of 41) 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.c53 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()
/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.c149 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, &params, 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 …]
H A Deap_config.h495 char *phase2; member
H A Deap_mschapv2.c92 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()
H A Deap_tls_common.h54 int phase2; member
H A Deap_ttls.c90 if (config && config->phase2) { in eap_ttls_init()
93 while ((token = cstr_token(config->phase2, " \t", &last))) { in eap_ttls_init()
132 if (os_strstr(config->phase2, "autheap=")) { in eap_ttls_init()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dwpa_supplicant.conf1743 phase2="auth=MSCHAPV2"
1770 phase2="auth=MSCHAPV2"
1783 phase2="autheap=TLS"
2054 phase2="auth=PAP"
H A Dconfig.h316 char *phase2; member
H A DREADME-HS20222 # phase2: Pre-configure Phase 2 (inner authentication) parameters
320 # phase2="auth=MSCHAPV2"
635 phase2="auth=MSCHAPV2"
652 phase2: Credential/UsernamePassword/EAPMethod or NAI Realm list
/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/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.h198 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()
481 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/sys/contrib/device-tree/Bindings/watchdog/
H A Drealtek,otto-wdt.yaml48 - const: phase2
86 interrupt-names = "phase1", "phase2";
/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.h51 int phase2, struct eap_user *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.c1509 const char *phase2 = NULL; in set_pps_cred_eap_method_inner_method() local
1517 phase2 = "auth=PAP"; in set_pps_cred_eap_method_inner_method()
1519 phase2 = "auth=CHAP"; in set_pps_cred_eap_method_inner_method()
1521 phase2 = "auth=MSCHAP"; in set_pps_cred_eap_method_inner_method()
1523 phase2 = "auth=MSCHAPV2"; in set_pps_cred_eap_method_inner_method()
1525 if (!phase2) { in set_pps_cred_eap_method_inner_method()
1530 if (set_cred_quoted(ctx->ifname, id, "phase2", phase2) < 0) in set_pps_cred_eap_method_inner_method()

12