Home
last modified time | relevance | path

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

/external/wpa_supplicant_8/src/eap_server/
Dtncs.c81 unsigned int last_batchid; member
641 tncs->last_batchid++; in tncs_if_tnccs_start()
642 os_snprintf(buf, 1000, IF_TNCCS_START, tncs->last_batchid); in tncs_if_tnccs_start()
816 if (batch_id != tncs->last_batchid + 1) { in tncs_process_if_tnccs()
819 batch_id, tncs->last_batchid + 1); in tncs_process_if_tnccs()
823 tncs->last_batchid = batch_id; in tncs_process_if_tnccs()
/external/wpa_supplicant_8/src/eap_peer/
Dtncc.c98 unsigned int last_batchid; member
565 tncc->last_batchid++; in tncc_if_tnccs_start()
566 os_snprintf(buf, 1000, IF_TNCCS_START, tncc->last_batchid); in tncc_if_tnccs_start()
727 if (batch_id != tncc->last_batchid + 1) { in tncc_process_if_tnccs()
730 batch_id, tncc->last_batchid + 1); in tncc_process_if_tnccs()
734 tncc->last_batchid = batch_id; in tncc_process_if_tnccs()