Lines Matching defs:phase2
152 eap_tls_params_flags(params, config->phase2);
167 struct eap_peer_config *config, int phase2)
212 if (phase2 && sm->use_machine_cred) {
215 } else if (phase2) {
216 wpa_printf(MSG_DEBUG, "TLS: using phase2 config options");
245 if (!phase2)
321 data->phase2 = sm->init_phase2;
324 if (eap_tls_params_from_conf(sm, data, ¶ms, config, data->phase2) <
332 if (data->phase2) {
1096 * @prefix: 'phase2' configuration prefix, e.g., "auth="
1113 const char *phase2;
1117 phase2 = use_machine_cred ? config->machine_phase2 : config->phase2;
1118 if (!phase2)
1121 start = buf = os_strdup(phase2);