HomeSort by relevance Sort by last modified time
    Searched refs:reqId (Results 1 - 3 of 3) sorted by null

  /packages/apps/Mms/src/com/android/mms/transaction/
SendTransaction.java 129 byte[] reqId = sendReq.getTransactionId();
131 if (!Arrays.equals(reqId, confId)) {
133 + new String(reqId) + ", conf=" + new String(confId));
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 224 /* parse rxReq, rxSuccess, rxFailure, reqId, reqMethod */
341 sm->eapRespData = eap_sm_buildNak(sm, sm->reqId);
379 * eapRespData = m.buildResp(reqId)
432 sm->lastId = sm->reqId;
468 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0);
486 sm->eapRespData = eap_sm_buildNotify(sm->reqId);
566 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId)
571 * RFC 4137 require that reqId == lastId. In addition, it looks like
578 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
579 reqId == ((lastId + 2) & 0xff)))
    [all...]
eap_i.h 300 int reqId;

Completed in 35 milliseconds