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