diff options
| author | 2018-09-27 21:55:04 +0000 | |
|---|---|---|
| committer | 2018-09-27 21:55:04 +0000 | |
| commit | 61a4d351007d85c15cf9085dd0787edfa805d635 (patch) | |
| tree | a584fb37cb7f9ef076190a15655d8981240d9244 | |
| parent | 9359f3683c73e03c4a775a2aecddb098e06d3158 (diff) | |
| parent | f0d5c5c30a72717b4a82c052e367cff78d0bbbb2 (diff) | |
Merge "docs: Updates the documentation for the wepKeys field." into pi-dev
| -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 2918cf697dee..4a7d7038457e 100644 --- a/wifi/java/android/net/wifi/WifiConfiguration.java +++ b/wifi/java/android/net/wifi/WifiConfiguration.java @@ -328,9 +328,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 |