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

  /hardware/qcom/wlan/qcwcn/wifi_hal/
gscan_event_handler.cpp 412 wifi_request_id reqId;
428 reqId = nla_get_u32(
432 if (reqId != mRequestId) {
434 __func__, reqId, mRequestId);
639 (*mHandler.on_full_scan_result)(reqId, result);
800 wifi_request_id reqId;
817 reqId = nla_get_u32(
821 if (reqId != mRequestId) {
823 __func__, reqId, mRequestId);
    [all...]
llstats.cpp 95 void LLStatsCommand::initGetContext(u32 reqId)
97 mRequestId = reqId;
    [all...]
  /packages/apps/Mms/src/com/android/mms/transaction/
SendTransaction.java 130 byte[] reqId = sendReq.getTransactionId();
132 if (!Arrays.equals(reqId, confId)) {
134 + new String(reqId) + ", conf=" + new String(confId));
  /external/wpa_supplicant_8/src/eap_peer/
eap.c 235 /* 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)
585 * RFC 4137 require that reqId == lastId. In addition, it looks like
592 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) ||
593 reqId == ((lastId + 2) & 0xff)))
    [all...]
eap_i.h 300 int reqId;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winsnmp.h 235 SNMPAPI_STATUS WINAPI SnmpCancelMsg(HSNMP_SESSION session,smiINT32 reqId);

Completed in 1738 milliseconds