HomeSort by relevance Sort by last modified time
    Searched full:batch_id (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_server/
tncs.c 856 unsigned int batch_id; local
887 batch_id = atoi(pos);
889 batch_id);
890 if (batch_id != tncs->last_batchid + 1) {
893 batch_id, tncs->last_batchid + 1);
897 tncs->last_batchid = batch_id;
  /external/wpa_supplicant_8/src/eap_server/
tncs.c 850 unsigned int batch_id; local
881 batch_id = atoi(pos);
883 batch_id);
884 if (batch_id != tncs->last_batchid + 1) {
887 batch_id, tncs->last_batchid + 1);
891 tncs->last_batchid = batch_id;
  /external/wpa_supplicant_6/wpa_supplicant/src/eap_peer/
tncc.c 744 unsigned int batch_id; local
777 batch_id = atoi(pos);
779 batch_id);
780 if (batch_id != tncc->last_batchid + 1) {
783 batch_id, tncc->last_batchid + 1);
787 tncc->last_batchid = batch_id;
  /external/wpa_supplicant_8/src/eap_peer/
tncc.c 738 unsigned int batch_id; local
771 batch_id = atoi(pos);
773 batch_id);
774 if (batch_id != tncc->last_batchid + 1) {
777 batch_id, tncc->last_batchid + 1);
781 tncc->last_batchid = batch_id;

Completed in 1043 milliseconds