Lines Matching defs:phase2_method
42 const struct eap_method *phase2_method;
204 if (data->phase2_priv && data->phase2_method)
205 data->phase2_method->reset(sm, data->phase2_priv);
244 if (data->phase2_method == NULL || data->phase2_priv == NULL) {
248 buf = data->phase2_method->buildReq(sm, data->phase2_priv, id);
258 data->phase2_method->method != EAP_TYPE_TLV) {
639 if (data->phase2_priv && data->phase2_method) {
640 data->phase2_method->reset(sm, data->phase2_priv);
641 data->phase2_method = NULL;
644 data->phase2_method = eap_server_get_eap_method(vendor, eap_type);
645 if (!data->phase2_method)
649 data->phase2_priv = data->phase2_method->init(sm);
1015 if (data->phase2_method->check(sm, data->phase2_priv, in_data)) {
1021 data->phase2_method->process(sm, data->phase2_priv, in_data);
1030 if (!data->phase2_method->isDone(sm, data->phase2_priv))
1033 if (!data->phase2_method->isSuccess(sm, data->phase2_priv)) {
1043 if (data->phase2_method->getKey) {
1044 data->phase2_key = data->phase2_method->getKey(