Home | History | Annotate | Download | only in eap_peer

Lines Matching defs:iret

422 	struct eap_method_ret iret;
469 os_memset(&iret, 0, sizeof(iret));
471 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
474 (iret.methodState == METHOD_DONE &&
475 iret.decision == DECISION_FAIL)) {
478 } else if ((iret.methodState == METHOD_DONE ||
479 iret.methodState == METHOD_MAY_CONT) &&
480 (iret.decision == DECISION_UNCOND_SUCC ||
481 iret.decision == DECISION_COND_SUCC)) {