diff options
| author | 2018-09-27 15:15:16 -0700 | |
|---|---|---|
| committer | 2018-09-27 15:15:16 -0700 | |
| commit | 6c758e81cb6b782cc0976eca7bdc18f7dc756c2b (patch) | |
| tree | 1f2ba5bb5af42c5e5ab88dfdcd9f89658e56ae01 | |
| parent | d6b4d9379e3e9d91155e109bd819afab49c8496b (diff) | |
| parent | 61a4d351007d85c15cf9085dd0787edfa805d635 (diff) | |
Merge "docs: Updates the documentation for the wepKeys field." into pi-dev
am: 61a4d35100
Change-Id: I9f5ad3998d97b740e07b8e4345b22108245ee5ae
| -rw-r--r-- | wifi/java/android/net/wifi/WifiConfiguration.java | 7 |
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 |