OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reqId
(Results
1 - 7
of
7
) sorted by null
/external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
eap.c
206
/* parse rxReq, rxSuccess, rxFailure,
reqId
, reqMethod */
308
sm->eapRespData = eap_sm_buildNak(sm, sm->
reqId
);
341
* eapRespData = m.buildResp(
reqId
)
385
sm->lastId = sm->
reqId
;
419
sm->eapRespData = eap_sm_buildIdentity(sm, sm->
reqId
, 0);
435
sm->eapRespData = eap_sm_buildNotify(sm->
reqId
);
515
static int eap_success_workaround(struct eap_sm *sm, int
reqId
, int lastId)
520
* RFC 4137 require that
reqId
== lastId. In addition, it looks like
527
if (sm->workaround && (
reqId
== ((lastId + 1) & 0xff) ||
528
reqId
== ((lastId + 2) & 0xff)))
[
all
...]
eap_i.h
293
int
reqId
;
/packages/apps/Mms/src/com/android/mms/transaction/
SendTransaction.java
131
byte[]
reqId
= sendReq.getTransactionId();
133
if (!Arrays.equals(
reqId
, confId)) {
135
+ new String(
reqId
) + ", conf=" + new String(confId));
/external/wpa_supplicant/
eap.c
177
/* parse rxReq, rxSuccess, rxFailure,
reqId
, reqMethod */
279
sm->eapRespData = eap_sm_buildNak(sm, sm->
reqId
, &sm->eapRespDataLen);
313
* eapRespData = m.buildResp(
reqId
)
358
sm->lastId = sm->
reqId
;
398
sm->eapRespData = eap_sm_buildIdentity(sm, sm->
reqId
,
416
sm->eapRespData = eap_sm_buildNotify(sm->
reqId
, &sm->eapRespDataLen);
499
static int eap_success_workaround(struct eap_sm *sm, int
reqId
, int lastId)
504
* RFC 4137 require that
reqId
== lastId. In addition, it looks like
511
if (sm->workaround && (
reqId
== ((lastId + 1) & 0xff) ||
512
reqId
== ((lastId + 2) & 0xff)))
[
all
...]
eap_i.h
295
int
reqId
;
/external/wpa_supplicant_8/src/eap_peer/
eap.c
207
/* parse rxReq, rxSuccess, rxFailure,
reqId
, reqMethod */
317
sm->eapRespData = eap_sm_buildNak(sm, sm->
reqId
);
350
* eapRespData = m.buildResp(
reqId
)
394
sm->lastId = sm->
reqId
;
428
sm->eapRespData = eap_sm_buildIdentity(sm, sm->
reqId
, 0);
444
sm->eapRespData = eap_sm_buildNotify(sm->
reqId
);
524
static int eap_success_workaround(struct eap_sm *sm, int
reqId
, int lastId)
529
* RFC 4137 require that
reqId
== lastId. In addition, it looks like
536
if (sm->workaround && (
reqId
== ((lastId + 1) & 0xff) ||
537
reqId
== ((lastId + 2) & 0xff)))
[
all
...]
eap_i.h
293
int
reqId
;
Completed in 42 milliseconds