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
);
772
if (batch_id != tncc->
last_batchid
+ 1) {
775
batch_id, tncc->
last_batchid
+ 1);
779
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
);
882
if (batch_id != tncs->
last_batchid
+ 1) {
885
batch_id, tncs->
last_batchid
+ 1);
889
tncs->
last_batchid
= batch_id;
Completed in 26 milliseconds