Searched defs:batch_id (Results 1 - 6 of 6) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Dtncc.c691 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;
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Dtncs.c784 unsigned int batch_id; local
813 batch_id = atoi(pos);
815 batch_id);
816 if (batch_id != tncs->last_batchid + 1) {
819 batch_id, tncs->last_batchid + 1);
823 tncs->last_batchid = batch_id;
/external/wpa_supplicant_8/src/eap_peer/
H A Dtncc.c691 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;
/external/wpa_supplicant_8/src/eap_server/
H A Dtncs.c784 unsigned int batch_id; local
813 batch_id = atoi(pos);
815 batch_id);
816 if (batch_id != tncs->last_batchid + 1) {
819 batch_id, tncs->last_batchid + 1);
823 tncs->last_batchid = batch_id;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Dtncc.c691 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;
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Dtncs.c784 unsigned int batch_id; local
813 batch_id = atoi(pos);
815 batch_id);
816 if (batch_id != tncs->last_batchid + 1) {
819 batch_id, tncs->last_batchid + 1);
823 tncs->last_batchid = batch_id;

Completed in 313 milliseconds