OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:last_batchid
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/eap_server/
tncs.c
81
unsigned int
last_batchid
;
member in struct:tncs_data
641
tncs->
last_batchid
++;
642
os_snprintf(buf, 1000, IF_TNCCS_START, tncs->
last_batchid
);
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
98
unsigned int
last_batchid
;
member in struct:tncc_data
565
tncc->
last_batchid
++;
566
os_snprintf(buf, 1000, IF_TNCCS_START, tncc->
last_batchid
);
727
if (batch_id != tncc->
last_batchid
+ 1) {
730
batch_id, tncc->
last_batchid
+ 1);
734
tncc->
last_batchid
= batch_id;
Completed in 44 milliseconds