Home
last modified time | relevance | path

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

/freebsd/contrib/wpa/src/eap_server/
H A Dtncs.c781 unsigned int batch_id; in tncs_process_if_tnccs() local
810 batch_id = atoi(pos); in tncs_process_if_tnccs()
812 batch_id); in tncs_process_if_tnccs()
813 if (batch_id != tncs->last_batchid + 1) { in tncs_process_if_tnccs()
816 batch_id, tncs->last_batchid + 1); in tncs_process_if_tnccs()
820 tncs->last_batchid = batch_id; in tncs_process_if_tnccs()
/freebsd/contrib/wpa/src/eap_peer/
H A Dtncc.c689 unsigned int batch_id; in tncc_process_if_tnccs() local
722 batch_id = atoi(pos); in tncc_process_if_tnccs()
724 batch_id); in tncc_process_if_tnccs()
725 if (batch_id != tncc->last_batchid + 1) { in tncc_process_if_tnccs()
728 batch_id, tncc->last_batchid + 1); in tncc_process_if_tnccs()
732 tncc->last_batchid = batch_id; in tncc_process_if_tnccs()