Searched refs:reqId (Results 1 - 4 of 4) sorted by relevance
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/ |
H A D | eap.c | 309 /* parse rxReq, rxSuccess, rxFailure, reqId, reqMethod */ in SM_STATE() 429 sm->eapRespData = eap_sm_buildNak(sm, sm->reqId); in SM_STATE() 900 * eapRespData = m.buildResp(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 1103 * RFC 4137 require that reqId == lastId. In addition, it looks like in eap_success_workaround() 1110 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround() 1111 reqId in eap_success_workaround() [all...] |
H A D | eap_i.h | 324 int reqId; member
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/ |
H A D | eap.c | 313 /* parse rxReq, rxSuccess, rxFailure, reqId, reqMethod */ in SM_STATE() 437 sm->eapRespData = eap_sm_buildNak(sm, sm->reqId); in SM_STATE() 909 * eapRespData = m.buildResp(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 1128 * RFC 4137 require that reqId == lastId. In addition, it looks like in eap_success_workaround() 1135 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround() 1136 reqId in eap_success_workaround() [all...] |
H A D | eap_i.h | 324 int reqId; member
|
Completed in 7 milliseconds