| /freebsd/contrib/wpa/src/ap/ |
| H A D | eap_user_db.c | 134 size_t identity_len, int phase2) in eap_user_sqlite_get() argument 171 hapd->tmp_eap_user.phase2 = phase2; in eap_user_sqlite_get() 187 id_str, phase2); in eap_user_sqlite_get() 200 if (user == NULL && !phase2) { in eap_user_sqlite_get() 231 size_t identity_len, int phase2) in hostapd_get_eap_user() argument 260 if (!phase2 && user->identity == NULL) { in hostapd_get_eap_user() 265 if (user->phase2 == !!phase2 && user->wildcard_prefix && in hostapd_get_eap_user() 273 if (user->phase2 == !!phase2 && in hostapd_get_eap_user() 283 phase2); in hostapd_get_eap_user()
|
| H A D | authsrv.c | 55 size_t identity_len, int phase2, in hostapd_radius_get_eap_user() argument 62 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 | 148 eap_tls_params_flags(params, config->phase2); in eap_tls_params_from_conf2() 163 struct eap_peer_config *config, int phase2) in eap_tls_params_from_conf() argument 205 if (phase2 && sm->use_machine_cred) { in eap_tls_params_from_conf() 208 } else if (phase2) { in eap_tls_params_from_conf() 238 if (!phase2) in eap_tls_params_from_conf() 314 data->phase2 = sm->init_phase2; in eap_peer_tls_ssl_init() 317 if (eap_tls_params_from_conf(sm, data, ¶ms, config, data->phase2) < in eap_peer_tls_ssl_init() 325 if (data->phase2) { in eap_peer_tls_ssl_init() 1102 const char *phase2; in eap_peer_select_phase2_methods() local 1106 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
|
| /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 | 1928 phase2="auth=MSCHAPV2" 1955 phase2="auth=MSCHAPV2" 1968 phase2="autheap=TLS" 2239 phase2="auth=PAP"
|
| H A D | README-HS20 | 253 # phase2: Pre-configure Phase 2 (inner authentication) parameters 351 # phase2="auth=MSCHAPV2" 644 phase2="auth=MSCHAPV2" 661 phase2: Credential/UsernamePassword/EAPMethod or NAI Realm list
|
| H A D | config.h | 351 char *phase2; member
|
| /freebsd/contrib/wpa/src/eap_server/ |
| H A D | eap.h | 36 int phase2; member 99 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() 193 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 | 54 data->phase2 = sm->init_phase2; in eap_server_tls_ssl_init() 86 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 | 78 int phase2, struct eap_user *user);
|
| /freebsd/contrib/llvm-project/libunwind/src/ |
| H A D | Unwind-seh.cpp | 233 bool phase2 = (state & (_UA_SEARCH_PHASE|_UA_CLEANUP_PHASE)) == _UA_CLEANUP_PHASE; in __libunwind_seh_personality() local 273 return phase2 ? _URC_INSTALL_CONTEXT : _URC_HANDLER_FOUND; in __libunwind_seh_personality() 275 return phase2 ? _URC_FATAL_PHASE2_ERROR : _URC_FATAL_PHASE1_ERROR; in __libunwind_seh_personality()
|
| /freebsd/contrib/wpa/hs20/client/ |
| H A D | osu_client.c | 933 const char *phase2 = NULL; in set_pps_cred_eap_method_inner_method() local 941 phase2 = "auth=PAP"; in set_pps_cred_eap_method_inner_method() 943 phase2 = "auth=CHAP"; in set_pps_cred_eap_method_inner_method() 945 phase2 = "auth=MSCHAP"; in set_pps_cred_eap_method_inner_method() 947 phase2 = "auth=MSCHAPV2"; in set_pps_cred_eap_method_inner_method() 949 if (!phase2) { in set_pps_cred_eap_method_inner_method() 954 if (set_cred_quoted(ctx->ifname, id, "phase2", phase2) < 0) in set_pps_cred_eap_method_inner_method()
|
| /freebsd/contrib/wpa/src/eapol_auth/ |
| H A D | eapol_auth_sm.h | 52 int phase2, struct eap_user *user);
|
| /freebsd/sys/contrib/device-tree/src/mips/realtek/ |
| H A D | rtl838x.dtsi | 111 interrupt-names = "phase1", "phase2";
|
| H A D | rtl930x.dtsi | 155 interrupt-names = "phase1", "phase2";
|
| /freebsd/contrib/wpa/wpa_supplicant/doc/docbook/ |
| H A D | wpa_supplicant.conf.sgml | 96 phase2="auth=MSCHAPV2" 118 phase2="auth=MD5"
|