Home | History | Annotate | Download | only in eap_peer

Lines Matching refs:phase2

122 	eap_tls_params_flags(params, config->phase2);
129 struct eap_peer_config *config, int phase2)
144 if (phase2) {
145 wpa_printf(MSG_DEBUG, "TLS: using phase2 config options");
247 data->phase2 = sm->init_phase2;
250 if (eap_tls_params_from_conf(sm, data, &params, config, data->phase2) <
258 if (data->phase2) {
1016 * @prefix: 'phase2' configuration prefix, e.g., "auth="
1022 * for Phase2 authentication.
1034 if (config == NULL || config->phase2 == NULL)
1037 start = buf = os_strdup(config->phase2);
1059 wpa_printf(MSG_ERROR, "TLS: Unsupported Phase2 EAP "
1085 wpa_printf(MSG_ERROR, "TLS: No Phase2 EAP methods available");
1088 wpa_hexdump(MSG_DEBUG, "TLS: Phase2 EAP types",
1115 wpa_hexdump(MSG_DEBUG, "TLS: Allowed Phase2 EAP types",