Lines Matching defs:iret
427 struct eap_method_ret iret;
490 os_memset(&iret, 0, sizeof(iret));
492 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
495 (iret.methodState == METHOD_DONE &&
496 iret.decision == DECISION_FAIL)) {
499 } else if ((iret.methodState == METHOD_DONE ||
500 iret.methodState == METHOD_MAY_CONT) &&
501 (iret.decision == DECISION_UNCOND_SUCC ||
502 iret.decision == DECISION_COND_SUCC)) {