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)
430 sm->lastId = sm->reqId;
466 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0);
484 sm->eapRespData = eap_sm_buildNotify(sm->reqId);
564 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId)
569 * RFC 4137 require that reqId == lastId. In addition, it looks like
576 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
577 reqId == ((lastId + 2) & 0xff)))
    [all...]
eap_i.h 300 int reqId;

Completed in 57 milliseconds