Searched refs:batch_id (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dtncc.c690 unsigned int batch_id; local
723 batch_id = atoi(pos);
725 batch_id);
726 if (batch_id != tncc->last_batchid + 1) {
729 batch_id, tncc->last_batchid + 1);
733 tncc->last_batchid = batch_id;
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Dtncs.c782 unsigned int batch_id; local
811 batch_id = atoi(pos);
813 batch_id);
814 if (batch_id != tncs->last_batchid + 1) {
817 batch_id, tncs->last_batchid + 1);
821 tncs->last_batchid = batch_id;

Completed in 66 milliseconds