Lines Matching defs:phase2_method
35 const struct eap_method *phase2_method;
364 if (data->phase2_priv && data->phase2_method)
365 data->phase2_method->reset(sm, data->phase2_priv);
400 buf = data->phase2_method->buildReq(sm, data->phase2_priv, id);
834 if (data->phase2_priv && data->phase2_method) {
835 data->phase2_method->reset(sm, data->phase2_priv);
836 data->phase2_method = NULL;
839 data->phase2_method = eap_server_get_eap_method(vendor, eap_type);
840 if (!data->phase2_method)
844 data->phase2_priv = data->phase2_method->init(sm);
860 const struct eap_method *m = data->phase2_method;