Lines Matching full:phase2
115 if (config && config->phase2) { in eap_ttls_init()
118 while ((token = cstr_token(config->phase2, " \t", &last))) { in eap_ttls_init()
141 "EAP-TTLS: Unsupported Phase2 type '%s'", in eap_ttls_init()
149 "EAP-TTLS: Only one Phase2 type can be specified"); in eap_ttls_init()
157 if (os_strstr(config->phase2, "autheap=")) { in eap_ttls_init()
169 wpa_printf(MSG_DEBUG, "EAP-TTLS: Phase2 type: %s", selected); in eap_ttls_init()
719 * notification, so assume that Phase2 succeeds. */ in eap_ttls_phase2_request_mschap()
774 * so assume that Phase2 succeeds. */ in eap_ttls_phase2_request_pap()
854 * notification, so assume that Phase2 succeeds. */ in eap_ttls_phase2_request_chap()
1182 wpa_printf(MSG_INFO, "EAP-TTLS: Phase2 Request " in eap_ttls_process_phase2_eap()
1223 "received for Phase2 MSCHAPV2"); in eap_ttls_process_phase2_mschapv2()
1383 wpa_printf(MSG_INFO, "EAP-TTLS: Phase2 Request " in eap_ttls_implicit_identity_request()
1425 * EAP-TTLS does not use Phase2 on fast re-auth; this must be done only in eap_ttls_phase2_start()
1785 "EAP-TTLSv%d Phase2 method=", in eap_ttls_get_status()