| /NextBSD/contrib/wpa/src/ap/ |
| HD | eap_user_db.c | 134 size_t identity_len, int phase2) in eap_user_sqlite_get() argument 170 hapd->tmp_eap_user.phase2 = phase2; in eap_user_sqlite_get() 185 id_str, phase2); in eap_user_sqlite_get() 195 if (user == NULL && !phase2) { in eap_user_sqlite_get() 225 size_t identity_len, int phase2) in hostapd_get_eap_user() argument 254 if (!phase2 && user->identity == NULL) { in hostapd_get_eap_user() 259 if (user->phase2 == !!phase2 && user->wildcard_prefix && in hostapd_get_eap_user() 267 if (user->phase2 == !!phase2 && in hostapd_get_eap_user() 277 phase2); in hostapd_get_eap_user()
|
| HD | 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()
|
| HD | hostapd.h | 484 size_t identity_len, int phase2);
|
| HD | ap_config.h | 150 int phase2; member
|
| HD | ieee802_1x.c | 1934 size_t identity_len, int phase2, in ieee802_1x_get_eap_user() argument 1942 eap_user = hostapd_get_eap_user(hapd, identity, identity_len, phase2); in ieee802_1x_get_eap_user() 1947 user->phase2 = phase2; in ieee802_1x_get_eap_user()
|
| /NextBSD/contrib/wpa/hostapd/ |
| HD | hostapd.eap_user_sqlite | 6 phase2 INTEGER 14 INSERT INTO users(identity,methods,password,phase2) VALUES ('user','TTLS-MSCHAPV2','password',1); 15 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
|
| /NextBSD/tools/regression/net80211/tkip/ |
| HD | 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()
|
| /NextBSD/contrib/wpa/src/eap_peer/ |
| HD | eap_tls_common.c | 128 eap_tls_params_flags(params, config->phase2); in eap_tls_params_from_conf2() 135 struct eap_peer_config *config, int phase2) in eap_tls_params_from_conf() argument 150 if (phase2) { in eap_tls_params_from_conf() 254 data->phase2 = sm->init_phase2; in eap_peer_tls_ssl_init() 257 if (eap_tls_params_from_conf(sm, data, ¶ms, config, data->phase2) < in eap_peer_tls_ssl_init() 265 if (data->phase2) { in eap_peer_tls_ssl_init() 1011 if (config == NULL || config->phase2 == NULL) in eap_peer_select_phase2_methods() 1014 start = buf = os_strdup(config->phase2); in eap_peer_select_phase2_methods()
|
| HD | eap_config.h | 442 char *phase2; member
|
| HD | eap_mschapv2.c | 92 int phase2; member 131 data->phase2 = sm->init_phase2; in eap_mschapv2_init() 476 config && config->phase2 && in eap_mschapv2_failure_txt() 477 os_strstr(config->phase2, "mschapv2_retry=0")) { in eap_mschapv2_failure_txt()
|
| HD | eap_tls_common.h | 54 int phase2; member
|
| HD | eap_ttls.c | 82 if (config && config->phase2) { in eap_ttls_init() 83 if (os_strstr(config->phase2, "autheap=")) { in eap_ttls_init() 86 } else if (os_strstr(config->phase2, "auth=MSCHAPV2")) { in eap_ttls_init() 89 } else if (os_strstr(config->phase2, "auth=MSCHAP")) { in eap_ttls_init() 92 } else if (os_strstr(config->phase2, "auth=PAP")) { in eap_ttls_init() 95 } else if (os_strstr(config->phase2, "auth=CHAP")) { in eap_ttls_init()
|
| /NextBSD/contrib/wpa/wpa_supplicant/ |
| HD | wpa_supplicant.conf | 1225 phase2="auth=MSCHAPV2" 1252 phase2="auth=MSCHAPV2" 1265 phase2="autheap=TLS"
|
| HD | config.h | 247 char *phase2; member
|
| HD | config_file.c | 717 STR(phase2); in wpa_config_write_network() 871 if (cred->phase2) in wpa_config_write_cred() 872 fprintf(f, "\tphase2=\"%s\"\n", cred->phase2); in wpa_config_write_cred()
|
| HD | config.c | 1866 { STRe(phase2) }, 2103 os_free(eap->phase2); in eap_peer_config_free() 2183 os_free(cred->phase2); in wpa_config_free_cred() 2931 os_free(cred->phase2); in wpa_config_set_cred() 2932 cred->phase2 = val; in wpa_config_set_cred() 3244 return alloc_strdup(cred->phase2); in wpa_config_get_cred_no_key()
|
| /NextBSD/contrib/wpa/src/eap_server/ |
| HD | eap.h | 34 int phase2; member 97 int phase2, struct eap_user *user);
|
| HD | eap_tls_common.h | 44 int phase2; member
|
| HD | 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()
|
| HD | eap_i.h | 221 int phase2);
|
| HD | 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()
|
| /NextBSD/contrib/wpa/wpa_supplicant/examples/ |
| HD | ieee8021x.conf | 9 phase2="auth=MSCHAPV2"
|
| /NextBSD/contrib/wpa/src/radius/ |
| HD | radius_server.h | 204 int phase2, struct eap_user *user);
|
| /NextBSD/contrib/wpa/wpa_supplicant/tests/ |
| HD | link_test.c | 74 size_t identity_len, int phase2) in hostapd_get_eap_user() argument
|
| /NextBSD/contrib/wpa/src/eapol_auth/ |
| HD | eapol_auth_sm.h | 71 int phase2, struct eap_user *user);
|