Home | History | Annotate | Download | only in eap_peer

Lines Matching defs:iret

340 	struct eap_method_ret iret;
342 os_memset(&iret, 0, sizeof(iret));
344 *resp = data->phase2_method->process(sm, data->phase2_priv, &iret,
346 if ((iret.methodState == METHOD_DONE ||
347 iret.methodState == METHOD_MAY_CONT) &&
348 (iret.decision == DECISION_UNCOND_SUCC ||
349 iret.decision == DECISION_COND_SUCC ||
350 iret.decision == DECISION_FAIL)) {
351 ret->methodState = iret.methodState;
352 ret->decision = iret.decision;