Home | History | Annotate | Download | only in eap_peer

Lines Matching defs:iret

279 	struct eap_method_ret iret;
281 os_memset(&iret, 0, sizeof(iret));
283 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
285 if ((iret.methodState == METHOD_DONE ||
286 iret.methodState == METHOD_MAY_CONT) &&
287 (iret.decision == DECISION_UNCOND_SUCC ||
288 iret.decision == DECISION_COND_SUCC ||
289 iret.decision == DECISION_FAIL)) {
290 ret->methodState = iret.methodState;
291 ret->decision = iret.decision;