Home | History | Annotate | Download | only in eap_server

Lines Matching full:currentid

138 	sm->currentId = -1;
165 sm->currentId = sm->respId;
285 sm->currentId = eap_sm_nextId(sm, sm->currentId);
287 sm->currentId);
288 sm->lastId = sm->currentId;
291 sm->currentId);
409 sm->eap_if.eapReqData = eap_sm_buildFailure(sm, sm->currentId);
421 sm->eap_if.eapReqData = eap_sm_buildSuccess(sm, sm->currentId);
526 sm->currentId = eap_sm_getId(sm->eap_if.eapReqData);
641 if (sm->rxResp && (sm->respId == sm->currentId) &&
648 else if (sm->rxResp && (sm->respId == sm->currentId) &&
656 "rxResp=%d respId=%d currentId=%d "
658 sm->rxResp, sm->respId, sm->currentId,
743 if (sm->currentId == -1)
761 if (sm->rxResp && (sm->respId == sm->currentId))
1056 * Re-auth sets currentId == -1, so that can be used here to select
1058 if (sm->identity == NULL || sm->currentId == -1) {
1141 if (sm->identity == NULL || sm->currentId == -1) {