Home
last modified time | relevance | path

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

/netbsd/external/bsd/wpa/dist/src/eap_server/
H A Dtncs.c81 unsigned int last_batchid; member
639 tncs->last_batchid++; in tncs_if_tnccs_start()
640 os_snprintf(buf, 1000, IF_TNCCS_START, tncs->last_batchid); in tncs_if_tnccs_start()
814 if (batch_id != tncs->last_batchid + 1) { in tncs_process_if_tnccs()
817 batch_id, tncs->last_batchid + 1); in tncs_process_if_tnccs()
821 tncs->last_batchid = batch_id; in tncs_process_if_tnccs()
/netbsd/external/bsd/wpa/dist/src/eap_peer/
H A Dtncc.c98 unsigned int last_batchid; member
564 tncc->last_batchid++; in tncc_if_tnccs_start()
565 os_snprintf(buf, 1000, IF_TNCCS_START, tncc->last_batchid); in tncc_if_tnccs_start()
726 if (batch_id != tncc->last_batchid + 1) { in tncc_process_if_tnccs()
729 batch_id, tncc->last_batchid + 1); in tncc_process_if_tnccs()
733 tncc->last_batchid = batch_id; in tncc_process_if_tnccs()