Searched refs:reqId (Results 1 - 6 of 6) sorted by last modified time

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c235 /* parse rxReq, rxSuccess, rxFailure, reqId, reqMethod */
352 sm->eapRespData = eap_sm_buildNak(sm, sm->reqId);
390 * eapRespData = m.buildResp(reqId)
444 sm->lastId = sm->reqId;
482 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0);
500 sm->eapRespData = eap_sm_buildNotify(sm->reqId);
580 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
585 * RFC 4137 require that reqId == lastId. In addition, it looks like
592 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
593 reqId
[all...]
H A Deap_i.h300 int reqId; member in struct:eap_sm
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c235 /* parse rxReq, rxSuccess, rxFailure, reqId, reqMethod */
352 sm->eapRespData = eap_sm_buildNak(sm, sm->reqId);
390 * eapRespData = m.buildResp(reqId)
444 sm->lastId = sm->reqId;
482 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0);
500 sm->eapRespData = eap_sm_buildNotify(sm->reqId);
580 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
585 * RFC 4137 require that reqId == lastId. In addition, it looks like
592 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
593 reqId
[all...]
H A Deap_i.h300 int reqId; member in struct:eap_sm
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.c235 /* parse rxReq, rxSuccess, rxFailure, reqId, reqMethod */
352 sm->eapRespData = eap_sm_buildNak(sm, sm->reqId);
390 * eapRespData = m.buildResp(reqId)
444 sm->lastId = sm->reqId;
482 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0);
500 sm->eapRespData = eap_sm_buildNotify(sm->reqId);
580 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
585 * RFC 4137 require that reqId == lastId. In addition, it looks like
592 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
593 reqId
[all...]
H A Deap_i.h300 int reqId; member in struct:eap_sm

Completed in 5160 milliseconds