Searched refs:mEncryptedPreSharedKey (Results 1 – 1 of 1) sorted by relevance
1081 private byte[] mEncryptedPreSharedKey; field in WifiConfiguration3382 mEncryptedPreSharedKey = new byte[0]; in WifiConfiguration()4164 mEncryptedPreSharedKey = source.mEncryptedPreSharedKey != null in WifiConfiguration()4165 ? source.mEncryptedPreSharedKey.clone() : new byte[0]; in WifiConfiguration()4266 dest.writeByteArray(mEncryptedPreSharedKey); in writeToParcel()4386 config.mEncryptedPreSharedKey = in.createByteArray();4387 if (config.mEncryptedPreSharedKey == null) {4388 config.mEncryptedPreSharedKey = new byte[0];4486 if (mEncryptedPreSharedKey == null || mEncryptedPreSharedKeyIv == null) return false; in hasEncryptedPreSharedKey()4487 return !(mEncryptedPreSharedKey.length == 0 && mEncryptedPreSharedKeyIv.length == 0); in hasEncryptedPreSharedKey()[all …]