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

/freebsd-10.1-release/contrib/wpa/src/eap_peer/
H A Dtncc.c145 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;
/freebsd-10.1-release/contrib/wpa/src/eap_server/
H A Dtncs.c147 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 154 milliseconds