Home
last modified time | relevance | path

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

/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
Deap.c429 sm->eapRespData = eap_sm_buildNak(sm, sm->reqId); in SM_STATE()
954 sm->lastId = sm->reqId; in SM_STATE()
993 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0); in SM_STATE()
1011 sm->eapRespData = eap_sm_buildNotify(sm->reqId); in SM_STATE()
1098 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) in eap_success_workaround() argument
1110 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround()
1111 reqId == ((lastId + 2) & 0xff))) { in eap_success_workaround()
1115 "same)", reqId, lastId); in eap_success_workaround()
1119 "lastId=%d", reqId, lastId); in eap_success_workaround()
1164 duplicate = (sm->reqId == sm->lastId) && sm->rxReq; in eap_peer_req_is_duplicate()
[all …]
Deap_i.h324 int reqId; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
Deap.c437 sm->eapRespData = eap_sm_buildNak(sm, sm->reqId); in SM_STATE()
965 sm->lastId = sm->reqId; in SM_STATE()
1004 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0); in SM_STATE()
1022 sm->eapRespData = eap_sm_buildNotify(sm->reqId); in SM_STATE()
1123 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) in eap_success_workaround() argument
1135 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround()
1136 reqId == ((lastId + 2) & 0xff))) { in eap_success_workaround()
1140 "same)", reqId, lastId); in eap_success_workaround()
1144 "lastId=%d", reqId, lastId); in eap_success_workaround()
1189 duplicate = (sm->reqId == sm->lastId) && sm->rxReq; in eap_peer_req_is_duplicate()
[all …]
Deap_i.h324 int reqId; member