summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author David Castro <logophile@google.com> 2018-09-27 15:25:29 -0700
committer android-build-merger <android-build-merger@google.com> 2018-09-27 15:25:29 -0700
commit48af76d641c36e6aebfe7fd5fb9054f3087b321c (patch)
treefc7a9a02fed7eee5e6de1221a9d457d0ee490441
parent496ebb02ded18257fc130a95fa89427cf2fc18e8 (diff)
parent6c758e81cb6b782cc0976eca7bdc18f7dc756c2b (diff)
Merge "docs: Updates the documentation for the wepKeys field." into pi-dev am: 61a4d35100
am: 6c758e81cb Change-Id: I76be81d65473f1e6d01b793bb29448152dabf78b
-rw-r--r--wifi/java/android/net/wifi/WifiConfiguration.java7
1 files changed, 4 insertions, 3 deletions
diff --git a/wifi/java/android/net/wifi/WifiConfiguration.java b/wifi/java/android/net/wifi/WifiConfiguration.java
index ce8d71d7ed2a..58c130017024 100644
--- a/wifi/java/android/net/wifi/WifiConfiguration.java
+++ b/wifi/java/android/net/wifi/WifiConfiguration.java
@@ -332,9 +332,10 @@ public class WifiConfiguration implements Parcelable {
public String preSharedKey;
/**
- * Up to four WEP keys. Either an ASCII string enclosed in double
- * quotation marks (e.g., {@code "abcdef"}) or a string
- * of hex digits (e.g., {@code 0102030405}).
+ * Four WEP keys. For each of the four values, provide either an ASCII
+ * string enclosed in double quotation marks (e.g., {@code "abcdef"}),
+ * a string of hex digits (e.g., {@code 0102030405}), or an empty string
+ * (e.g., {@code ""}).
* <p/>
* When the value of one of these keys is read, the actual key is
* not returned, just a "*" if the key has a value, or the null