| /freebsd-12.1/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 | 53 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()
|
| H A D | hostapd.h | 645 size_t identity_len, int phase2);
|
| /freebsd-12.1/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-12.1/tools/regression/net80211/tkip/ |
| H A D | test_tkip.c | 131 const u_int8_t *phase2; member 264 } else if (memcmp(ctx->tx_rc4key, t->phase2, t->phase2_len)) { in runtest() 267 t->phase2, t->phase2_len); in runtest() 294 } else if (memcmp(ctx->rx_rc4key, t->phase2, t->phase2_len)) { in runtest() 297 t->phase2, t->phase2_len); in runtest()
|
| /freebsd-12.1/contrib/wpa/wpa_supplicant/ |
| H A D | wpa_supplicant.conf | 1580 phase2="auth=MSCHAPV2" 1607 phase2="auth=MSCHAPV2" 1620 phase2="autheap=TLS" 1891 phase2="auth=PAP"
|
| H A D | config.h | 288 char *phase2; member
|
| H A D | README-HS20 | 222 # phase2: Pre-configure Phase 2 (inner authentication) parameters 314 # phase2="auth=MSCHAPV2" 629 phase2="auth=MSCHAPV2" 646 phase2: Credential/UsernamePassword/EAPMethod or NAI Realm list
|
| H A D | config_file.c | 801 STR(phase2); in wpa_config_write_network() 988 if (cred->phase2) in wpa_config_write_cred() 989 fprintf(f, "\tphase2=\"%s\"\n", cred->phase2); in wpa_config_write_cred()
|
| /freebsd-12.1/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() 159 struct eap_peer_config *config, int phase2) in eap_tls_params_from_conf() argument 202 if (phase2) { in eap_tls_params_from_conf() 310 data->phase2 = sm->init_phase2; in eap_peer_tls_ssl_init() 313 if (eap_tls_params_from_conf(sm, data, ¶ms, config, data->phase2) < in eap_peer_tls_ssl_init() 321 if (data->phase2) { in eap_peer_tls_ssl_init() 1102 if (config == NULL || config->phase2 == NULL) in eap_peer_select_phase2_methods() 1105 start = buf = os_strdup(config->phase2); in eap_peer_select_phase2_methods()
|
| H A D | eap_mschapv2.c | 92 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 D | eap_config.h | 496 char *phase2; member
|
| H A D | eap_tls_common.h | 54 int phase2; member
|
| H A D | eap_ttls.c | 90 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-12.1/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() 215 data->phase2) < 0) in eap_tls_buildReq()
|
| H A D | eap_tls_common.h | 44 int phase2; member
|
| H A D | eap_server_tls_common.c | 58 data->phase2 = sm->init_phase2; in eap_server_tls_ssl_init() 89 if (data->phase2) { in eap_server_tls_ssl_init()
|
| H A D | eap_i.h | 227 int phase2);
|
| H A D | eap_server_eke.c | 33 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-12.1/contrib/wpa/wpa_supplicant/examples/ |
| H A D | ieee8021x.conf | 9 phase2="auth=MSCHAPV2"
|
| /freebsd-12.1/contrib/libunwind/src/ |
| H A D | Unwind-seh.cpp | 211 bool phase2 = (state & (_UA_SEARCH_PHASE|_UA_CLEANUP_PHASE)) == _UA_CLEANUP_PHASE; in __libunwind_seh_personality() local 226 return phase2 ? _URC_INSTALL_CONTEXT : _URC_HANDLER_FOUND; in __libunwind_seh_personality() 228 return phase2 ? _URC_FATAL_PHASE2_ERROR : _URC_FATAL_PHASE1_ERROR; in __libunwind_seh_personality()
|
| /freebsd-12.1/contrib/wpa/src/radius/ |
| H A D | radius_server.h | 211 int phase2, struct eap_user *user);
|
| /freebsd-12.1/contrib/wpa/src/eapol_auth/ |
| H A D | eapol_auth_sm.h | 75 int phase2, struct eap_user *user);
|
| /freebsd-12.1/contrib/wpa/hs20/client/ |
| H A D | osu_client.c | 1509 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()
|