Home
last modified time | relevance | path

Searched refs:phase2 (Results 1 – 25 of 39) sorted by relevance

12

/external/wpa_supplicant_8/src/ap/
Deap_user_db.c134 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()
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()
Dhostapd.h468 size_t identity_len, int phase2);
/external/wpa_supplicant_8/hostapd/
Dhostapd.eap_user_sqlite6 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',…
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/
Dnetworkconfig.cpp312 char phase2[32]; in addNetwork() local
313 phase2[0] = '\0'; in addNetwork()
316 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
321 snprintf(phase2, sizeof(phase2), "autheap=%s", in addNetwork()
325 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
330 snprintf(phase2, sizeof(phase2), "auth=%s", in addNetwork()
336 snprintf(phase2, sizeof(phase2), in addNetwork()
350 if (phase2[0]) in addNetwork()
351 setNetworkParam(id, "phase2", phase2, true); in addNetwork()
/external/wpa_supplicant_8/src/eap_peer/
Deap_tls_common.c124 eap_tls_params_flags(params, config->phase2); in eap_tls_params_from_conf2()
131 struct eap_peer_config *config, int phase2) in eap_tls_params_from_conf() argument
146 if (phase2) { in eap_tls_params_from_conf()
250 data->phase2 = sm->init_phase2; in eap_peer_tls_ssl_init()
253 if (eap_tls_params_from_conf(sm, data, &params, config, data->phase2) < in eap_peer_tls_ssl_init()
261 if (data->phase2) { in eap_peer_tls_ssl_init()
997 if (config == NULL || config->phase2 == NULL) in eap_peer_select_phase2_methods()
1000 start = buf = os_strdup(config->phase2); in eap_peer_select_phase2_methods()
Deap_config.h442 char *phase2; member
Deap_mschapv2.c92 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()
Deap_tls_common.h54 int phase2; member
Deap_ttls.c82 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()
/external/wpa_supplicant_8/wpa_supplicant/
Dwpa_supplicant.conf1206 phase2="auth=MSCHAPV2"
1233 phase2="auth=MSCHAPV2"
1246 phase2="autheap=TLS"
Dconfig.h242 char *phase2; member
/external/wpa_supplicant_8/src/eap_server/
Deap.h34 int phase2; member
97 int phase2, struct eap_user *user);
Deap_tls_common.h44 int phase2; member
Deap_server_tls_common.c55 data->phase2 = sm->init_phase2; in eap_server_tls_ssl_init()
80 if (data->phase2) { in eap_server_tls_ssl_init()
Deap_i.h220 int phase2);
Deap_server_eke.c33 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()
/external/wpa_supplicant_8/wpa_supplicant/examples/
Dieee8021x.conf9 phase2="auth=MSCHAPV2"
/external/wpa_supplicant_8/src/radius/
Dradius_server.h202 int phase2, struct eap_user *user);
/external/wpa_supplicant_8/wpa_supplicant/tests/
Dlink_test.c74 size_t identity_len, int phase2) in hostapd_get_eap_user() argument
/external/wpa_supplicant_8/hs20/server/
Dsql.txt42 phase2 INTEGER,
Dsql-example.txt15 INSERT INTO users(identity,realm,methods,password,phase2,shared) VALUES('free','example.com','TTLS-…
/external/wpa_supplicant_8/src/eapol_auth/
Deapol_auth_sm.h70 int phase2, struct eap_user *user);
/external/wpa_supplicant_8/wpa_supplicant/doc/docbook/
Dwpa_supplicant.conf.sgml92 phase2="auth=MSCHAPV2"
114 phase2="auth=MD5"
/external/ipsec-tools/src/racoon/samples/
Dracoon.conf.in50 phase2 15 sec;

12