Lines Matching defs:phase2_method
39 const struct eap_method *phase2_method;
342 if (data->phase2_method == NULL || data->phase2_priv == NULL) {
348 if (data->phase2_method->getKey == NULL)
351 if ((key = data->phase2_method->getKey(sm, data->phase2_priv,
502 if (data->phase2_priv && data->phase2_method)
503 data->phase2_method->reset(sm, data->phase2_priv);
578 req = data->phase2_method->buildReq(sm, data->phase2_priv, id);
599 data->phase2_method)
891 if (data->phase2_method) {
940 if (data->phase2_priv && data->phase2_method) {
941 data->phase2_method->reset(sm, data->phase2_priv);
942 data->phase2_method = NULL;
945 data->phase2_method = eap_server_get_eap_method(vendor, eap_type);
946 if (!data->phase2_method)
955 data->phase2_priv = data->phase2_method->init(sm);
974 const struct eap_method *m = data->phase2_method;