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

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap.c309 /* parse rxReq, rxSuccess, rxFailure, reqId, reqMethod */
429 sm->eapRespData = eap_sm_buildNak(sm, sm->reqId);
900 * eapRespData = m.buildResp(reqId)
954 sm->lastId = sm->reqId;
993 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0);
1011 sm->eapRespData = eap_sm_buildNotify(sm->reqId);
1098 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
1103 * RFC 4137 require that reqId == lastId. In addition, it looks like
1110 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
1111 reqId
[all...]
H A Deap_i.h324 int reqId; member in struct:eap_sm

Completed in 112 milliseconds