Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_peer/
H A Deap.c438 sm->eapRespData = eap_sm_buildNak(sm, sm->reqId); in SM_STATE()
966 sm->lastId = sm->reqId; in SM_STATE()
1005 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0); in SM_STATE()
1023 sm->eapRespData = eap_sm_buildNotify(sm->reqId); in SM_STATE()
1124 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) in eap_success_workaround() argument
1136 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround()
1137 reqId == ((lastId + 2) & 0xff))) { in eap_success_workaround()
1141 "same)", reqId, lastId); in eap_success_workaround()
1145 "lastId=%d", reqId, lastId); in eap_success_workaround()
1190 duplicate = (sm->reqId == sm->lastId) && sm->rxReq; in eap_peer_req_is_duplicate()
[all …]
H A Deap_i.h324 int reqId; member