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
98
unsigned int
last_batchid
;
member in struct:tncc_data
564
tncc->
last_batchid
++;
565
os_snprintf(buf, 1000, IF_TNCCS_START, tncc->
last_batchid
);
726
if (batch_id != tncc->
last_batchid
+ 1) {
729
batch_id, tncc->
last_batchid
+ 1);
733
tncc->
last_batchid
= batch_id;
/external/wpa_supplicant_8/src/eap_server/
tncs.c
81
unsigned int
last_batchid
;
member in struct:tncs_data
639
tncs->
last_batchid
++;
640
os_snprintf(buf, 1000, IF_TNCCS_START, tncs->
last_batchid
);
814
if (batch_id != tncs->
last_batchid
+ 1) {
817
batch_id, tncs->
last_batchid
+ 1);
821
tncs->
last_batchid
= batch_id;
Completed in 570 milliseconds