OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_batchid
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/eap_peer/
tncc.c
145
unsigned int
last_batchid
;
member in struct:tncc_data
612
tncc->
last_batchid
++;
613
os_snprintf(buf, 1000, IF_TNCCS_START, tncc->
last_batchid
);
774
if (batch_id != tncc->
last_batchid
+ 1) {
777
batch_id, tncc->
last_batchid
+ 1);
781
tncc->
last_batchid
= batch_id;
/external/wpa_supplicant_8/src/eap_server/
tncs.c
147
unsigned int
last_batchid
;
member in struct:tncs_data
707
tncs->
last_batchid
++;
708
os_snprintf(buf, 1000, IF_TNCCS_START, tncs->
last_batchid
);
884
if (batch_id != tncs->
last_batchid
+ 1) {
887
batch_id, tncs->
last_batchid
+ 1);
891
tncs->
last_batchid
= batch_id;
Completed in 51 milliseconds