Home | History | Annotate | Download | only in eap_peer

Lines Matching defs:iret

407 	struct eap_method_ret iret;
454 os_memset(&iret, 0, sizeof(iret));
456 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
459 (iret.methodState == METHOD_DONE &&
460 iret.decision == DECISION_FAIL)) {
463 } else if ((iret.methodState == METHOD_DONE ||
464 iret.methodState == METHOD_MAY_CONT) &&
465 (iret.decision == DECISION_UNCOND_SUCC ||
466 iret.decision == DECISION_COND_SUCC)) {