OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:batch_id
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/eap_server/
tncs.c
784
unsigned int
batch_id
;
local
813
batch_id
= atoi(pos);
815
batch_id
);
816
if (
batch_id
!= tncs->last_batchid + 1) {
819
batch_id
, tncs->last_batchid + 1);
823
tncs->last_batchid =
batch_id
;
/external/wpa_supplicant_8/src/eap_peer/
tncc.c
692
unsigned int
batch_id
;
local
725
batch_id
= atoi(pos);
727
batch_id
);
728
if (
batch_id
!= tncc->last_batchid + 1) {
731
batch_id
, tncc->last_batchid + 1);
735
tncc->last_batchid =
batch_id
;
Completed in 95 milliseconds