Home
last modified time | relevance | path

Searched refs:reqId (Results 1 – 2 of 2) sorted by relevance

/external/wpa_supplicant/
Deap.c279 sm->eapRespData = eap_sm_buildNak(sm, sm->reqId, &sm->eapRespDataLen); in SM_STATE()
358 sm->lastId = sm->reqId; in SM_STATE()
398 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, in SM_STATE()
416 sm->eapRespData = eap_sm_buildNotify(sm->reqId, &sm->eapRespDataLen); in SM_STATE()
499 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) in eap_success_workaround() argument
511 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround()
512 reqId == ((lastId + 2) & 0xff))) { in eap_success_workaround()
516 "same)", reqId, lastId); in eap_success_workaround()
520 "lastId=%d", reqId, lastId); in eap_success_workaround()
592 duplicate = (sm->reqId == sm->lastId) && sm->rxReq; in SM_STEP()
[all …]
Deap_i.h295 int reqId; member