Searched refs:supplicant_size (Results 1 – 1 of 1) sorted by relevance
495 int supplicant_size = in.readInt(); in onRestoreFile() local496 if (DEBUG_BACKUP) Log.d(TAG, supplicant_size + " bytes of wifi supplicant data"); in onRestoreFile()497 byte[] supplicant_buffer = new byte[supplicant_size]; in onRestoreFile()498 in.readFully(supplicant_buffer, 0, supplicant_size); in onRestoreFile()