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

/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Dtncc.c98 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;
/freebsd-11-stable/contrib/wpa/src/eap_server/
H A Dtncs.c81 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 62 milliseconds