Searched defs:lastId (Results 1 - 13 of 13) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dsub_grph.h117 lastId= startId;
118 endId= lastId;
362 int lastId; member in class:SubGraph
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_i.h293 int lastId; member in struct:eap_sm
H A Deap.c168 sm->lastId = -1; /* new session - make sure this does not match with
432 sm->lastId = sm->reqId;
566 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
570 * EAP-Success/Failure with lastId + 1 even though RFC 3748 and
571 * RFC 4137 require that reqId == lastId. In addition, it looks like
572 * Ringmaster v2.1.2.0 would be using lastId + 2 in EAP-Success.
578 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
579 reqId == ((lastId + 2) & 0xff))) {
582 "reqId=%d lastId=%d (these are supposed to be "
583 "same)", reqId, lastId);
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_i.h293 int lastId; member in struct:eap_sm
H A Deap.c168 sm->lastId = -1; /* new session - make sure this does not match with
432 sm->lastId = sm->reqId;
566 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
570 * EAP-Success/Failure with lastId + 1 even though RFC 3748 and
571 * RFC 4137 require that reqId == lastId. In addition, it looks like
572 * Ringmaster v2.1.2.0 would be using lastId + 2 in EAP-Success.
578 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
579 reqId == ((lastId + 2) & 0xff))) {
582 "reqId=%d lastId=%d (these are supposed to be "
583 "same)", reqId, lastId);
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_i.h293 int lastId; member in struct:eap_sm
H A Deap.c168 sm->lastId = -1; /* new session - make sure this does not match with
432 sm->lastId = sm->reqId;
566 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
570 * EAP-Success/Failure with lastId + 1 even though RFC 3748 and
571 * RFC 4137 require that reqId == lastId. In addition, it looks like
572 * Ringmaster v2.1.2.0 would be using lastId + 2 in EAP-Success.
578 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
579 reqId == ((lastId + 2) & 0xff))) {
582 "reqId=%d lastId=%d (these are supposed to be "
583 "same)", reqId, lastId);
[all...]
/external/eigen/Eigen/src/SuperLUSupport/
H A DSuperLUSupport.h787 int lastId = m_u.outerIndexPtr()[j+1]-1; local
788 eigen_assert(m_u.innerIndexPtr()[lastId]<=j);
789 if (m_u.innerIndexPtr()[lastId]==j)
790 det *= m_u.valuePtr()[lastId];
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_i.h149 int lastId; /* Identifier used in the last EAP-Packet */ member in struct:eap_sm
/external/wpa_supplicant_8/src/eap_server/
H A Deap_i.h149 int lastId; /* Identifier used in the last EAP-Packet */ member in struct:eap_sm
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_i.h149 int lastId; /* Identifier used in the last EAP-Packet */ member in struct:eap_sm
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/closure/
H A Dcompiler.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...

Completed in 164 milliseconds