HomeSort by: relevance | last modified time | path
    Searched defs:batch_id (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/wpa/dist/src/eap_server/
tncs.c 781 unsigned int batch_id; local
810 batch_id = atoi(pos);
812 batch_id);
813 if (batch_id != tncs->last_batchid + 1) {
816 batch_id, tncs->last_batchid + 1);
820 tncs->last_batchid = batch_id;
  /src/external/bsd/wpa/dist/src/eap_peer/
tncc.c 689 unsigned int batch_id; local
722 batch_id = atoi(pos);
724 batch_id);
725 if (batch_id != tncc->last_batchid + 1) {
728 batch_id, tncc->last_batchid + 1);
732 tncc->last_batchid = batch_id;

Completed in 30 milliseconds