Home
last modified time | relevance | path

Searched refs:reqId (Results 1 - 6 of 6) sorted by relevance

/test/xts/hats/distributedhardware/distributedcameratest/
H A Ddcameratest.h26 int32_t OnRegisterNotify(const std::string& devId, const std::string& dhId, const std::string& reqId, in OnRegisterNotify() argument
32 int32_t OnUnregisterNotify(const std::string& devId, const std::string& dhId, const std::string& reqId, in OnUnregisterNotify() argument
/test/xts/hats/distributedhardware/distributedcameratest_additional/
H A Ddcameratest.h29 int32_t OnRegisterNotify(const std::string &devId, const std::string &dhId, const std::string &reqId, in OnRegisterNotify() argument
35 int32_t OnUnregisterNotify(const std::string &devId, const std::string &dhId, const std::string &reqId, in OnUnregisterNotify() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_peer/
H A Deap.c309 /* parse rxReq, rxSuccess, rxFailure, reqId, reqMethod */ in SM_STATE()
429 sm->eapRespData = eap_sm_buildNak(sm, sm->reqId); in SM_STATE()
900 * eapRespData = m.buildResp(reqId) in SM_STATE()
954 sm->lastId = sm->reqId; in SM_STATE()
993 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0); in SM_STATE()
1011 sm->eapRespData = eap_sm_buildNotify(sm->reqId); in SM_STATE()
1098 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) in eap_success_workaround() argument
1103 * RFC 4137 require that reqId == lastId. In addition, it looks like in eap_success_workaround()
1110 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround()
1111 reqId in eap_success_workaround()
[all...]
H A Deap_i.h324 int reqId; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_peer/
H A Deap.c313 /* parse rxReq, rxSuccess, rxFailure, reqId, reqMethod */ in SM_STATE()
437 sm->eapRespData = eap_sm_buildNak(sm, sm->reqId); in SM_STATE()
909 * eapRespData = m.buildResp(reqId) in SM_STATE()
965 sm->lastId = sm->reqId; in SM_STATE()
1004 sm->eapRespData = eap_sm_buildIdentity(sm, sm->reqId, 0); in SM_STATE()
1022 sm->eapRespData = eap_sm_buildNotify(sm->reqId); in SM_STATE()
1123 static int eap_success_workaround(struct eap_sm *sm, int reqId, int lastId) in eap_success_workaround() argument
1128 * RFC 4137 require that reqId == lastId. In addition, it looks like in eap_success_workaround()
1135 if (sm->workaround && (reqId == ((lastId + 1) & 0xff) || in eap_success_workaround()
1136 reqId in eap_success_workaround()
[all...]
H A Deap_i.h324 int reqId; member

Completed in 7 milliseconds