/freebsd/contrib/wpa/src/ap/ |
H A 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()
|
H A D | authsrv.c | 54 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 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',…
|
/freebsd/contrib/wpa/src/eap_peer/ |
H A 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 …]
|
H A 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()
|
H A D | eap_config.h | 505 char *phase2; member
|
H A D | eap_tls_common.h | 54 int phase2; member
|
H A D | eap_ttls.c | 115 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 D | test_tkip.c | 129 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 D | wpa_supplicant.conf | 1832 phase2="auth=MSCHAPV2" 1859 phase2="auth=MSCHAPV2" 1872 phase2="autheap=TLS" 2143 phase2="auth=PAP"
|
H A D | config.h | 351 char *phase2; member
|
H A D | README-HS20 | 253 # 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 D | eap.h | 36 int phase2; member 100 int phase2, struct eap_user *user);
|
H A 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()
|
H A D | eap_tls_common.h | 44 int phase2; member
|
H A D | eap_i.h | 205 int phase2);
|
H A 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()
|
H A D | eap_server_eke.c | 33 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 D | ieee8021x.conf | 9 phase2="auth=MSCHAPV2"
|
/freebsd/contrib/wpa/src/radius/ |
H A D | radius_server.h | 76 int phase2, struct eap_user *user);
|
/freebsd/contrib/llvm-project/libunwind/src/ |
H A D | Unwind-seh.cpp | 206 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 D | eapol_auth_sm.h | 52 int phase2, struct eap_user *user);
|
H A D | eapol_auth_sm.c | 1028 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 D | wpa_supplicant.conf.sgml | 96 phase2="auth=MSCHAPV2" 118 phase2="auth=MD5"
|
/freebsd/contrib/wpa/hs20/client/ |
H A D | osu_client.c | 1510 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()
|