Searched refs:lastId (Results 1 - 23 of 23) sorted by relevance

/external/srec/tools/grxmlcompile/
H A Dsub_grph.cpp57 opStack[popOp++]= lastId;
71 lastId= opStack[--popOp];
98 lastId= startId;
102 lastId= endId;
114 lastId= ConnectLastScope (startId, closeId);
123 endId= lastId;
144 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeId);
145 lastId= NewVertexId();
146 (void) CreateArc (endLabel, endOutLabel, endScopeId, lastId);
153 (void) CreateArc (begLabel, begOutLabel, lastId, beginScopeI
[all...]
H A Dsub_base.cpp40 lastId= baseG->lastId;
145 printf ("Graph %s (%d %d)\n", title, startId, lastId);
158 printf ("Graph %s (%d %d)\n", title, startId, lastId);
H A Dsub_grph.h117 lastId= startId;
118 endId= lastId;
362 int lastId; member in class:SubGraph
H A Dsub_supp.cpp408 if (lastId >= 0)
409 lastId= mapList[lastId];
414 lastId= -1;
H A Dnetw_dump.cpp345 printf ("Graph %s (%d %d)\n", title, startId, lastId);
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
H A Deap.c156 sm->lastId = -1; /* new session - make sure this does not match with
385 sm->lastId = sm->reqId;
515 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
519 * EAP-Success/Failure with lastId + 1 even though RFC 3748 and
520 * RFC 4137 require that reqId == lastId. In addition, it looks like
521 * Ringmaster v2.1.2.0 would be using lastId + 2 in EAP-Success.
527 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
528 reqId == ((lastId + 2) & 0xff))) {
531 "reqId=%d lastId=%d (these are supposed to be "
532 "same)", reqId, lastId);
[all...]
H A Deap_i.h286 int lastId; member in struct:eap_sm
/external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
H A Deap_i.h155 int lastId; /* Identifier used in the last EAP-Packet */ member in struct:eap_sm
H A Deap.c288 sm->lastId = sm->currentId;
962 if (id != sm->lastId)
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_i.h155 int lastId; /* Identifier used in the last EAP-Packet */ member in struct:eap_sm
H A Deap_server.c295 sm->lastId = sm->currentId;
978 if (id != sm->lastId)
/external/wpa_supplicant_8/src/eap_server/
H A Deap_i.h155 int lastId; /* Identifier used in the last EAP-Packet */ member in struct:eap_sm
H A Deap_server.c295 sm->lastId = sm->currentId;
978 if (id != sm->lastId)
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_i.h155 int lastId; /* Identifier used in the last EAP-Packet */ member in struct:eap_sm
H A Deap_server.c295 sm->lastId = sm->currentId;
978 if (id != sm->lastId)
/external/wpa_supplicant/
H A Deap.c127 sm->lastId = -1; /* new session - make sure this does not match with
358 sm->lastId = sm->reqId;
499 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
503 * EAP-Success/Failure with lastId + 1 even though RFC 3748 and
504 * RFC 4137 require that reqId == lastId. In addition, it looks like
505 * Ringmaster v2.1.2.0 would be using lastId + 2 in EAP-Success.
511 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
512 reqId == ((lastId + 2) & 0xff))) {
515 "reqId=%d lastId=%d (these are supposed to be "
516 "same)", reqId, lastId);
[all...]
H A Deap_i.h287 int lastId; member in struct:eap_sm
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap.c157 sm->lastId = -1; /* new session - make sure this does not match with
394 sm->lastId = sm->reqId;
524 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
528 * EAP-Success/Failure with lastId + 1 even though RFC 3748 and
529 * RFC 4137 require that reqId == lastId. In addition, it looks like
530 * Ringmaster v2.1.2.0 would be using lastId + 2 in EAP-Success.
536 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
537 reqId == ((lastId + 2) & 0xff))) {
540 "reqId=%d lastId=%d (these are supposed to be "
541 "same)", reqId, lastId);
[all...]
H A Deap_i.h286 int lastId; member in struct:eap_sm
/external/wpa_supplicant_8/src/eap_peer/
H A Deap.c157 sm->lastId = -1; /* new session - make sure this does not match with
394 sm->lastId = sm->reqId;
524 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
528 * EAP-Success/Failure with lastId + 1 even though RFC 3748 and
529 * RFC 4137 require that reqId == lastId. In addition, it looks like
530 * Ringmaster v2.1.2.0 would be using lastId + 2 in EAP-Success.
536 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
537 reqId == ((lastId + 2) & 0xff))) {
540 "reqId=%d lastId=%d (these are supposed to be "
541 "same)", reqId, lastId);
[all...]
H A Deap_i.h286 int lastId; member in struct:eap_sm
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap.c157 sm->lastId = -1; /* new session - make sure this does not match with
394 sm->lastId = sm->reqId;
524 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) argument
528 * EAP-Success/Failure with lastId + 1 even though RFC 3748 and
529 * RFC 4137 require that reqId == lastId. In addition, it looks like
530 * Ringmaster v2.1.2.0 would be using lastId + 2 in EAP-Success.
536 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
537 reqId == ((lastId + 2) & 0xff))) {
540 "reqId=%d lastId=%d (these are supposed to be "
541 "same)", reqId, lastId);
[all...]
H A Deap_i.h286 int lastId; member in struct:eap_sm

Completed in 211 milliseconds