diff options
| author | 2017-04-27 17:19:21 +0000 | |
|---|---|---|
| committer | 2017-04-27 17:19:21 +0000 | |
| commit | 4ea763ad8a573900232d553b6e34e2425e68bae6 (patch) | |
| tree | bba0270ece60fb8b979f44318c631c60af525369 | |
| parent | a7012053157d981f831bc9f527fefc1a5950e41e (diff) | |
| parent | b1e3d9ab26b0b00351f1dd3877a5a662020a819f (diff) | |
Merge "documentation fixes" into nyc-mr1-dev am: 14826e5489
am: b1e3d9ab26
Change-Id: I4f2682c11384a9f656054b95cfba56132085634a
| -rw-r--r-- | wifi/java/android/net/wifi/WifiConfiguration.java | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/wifi/java/android/net/wifi/WifiConfiguration.java b/wifi/java/android/net/wifi/WifiConfiguration.java index 33ef483c1cae..e9bd8f548681 100644 --- a/wifi/java/android/net/wifi/WifiConfiguration.java +++ b/wifi/java/android/net/wifi/WifiConfiguration.java @@ -227,9 +227,9 @@ public class WifiConfiguration implements Parcelable { */ public int networkId; + // Fixme We need remove this field to use only Quality network selection status only /** * The current status of this network configuration entry. - * Fixme We need remove this field to use only Quality network selection status only * @see Status */ public int status; @@ -237,8 +237,8 @@ public class WifiConfiguration implements Parcelable { /** * The network's SSID. Can either be an ASCII string, * which must be enclosed in double quotation marks - * (e.g., {@code "MyNetwork"}, or a string of - * hex digits,which are not enclosed in quotes + * (e.g., {@code "MyNetwork"}), or a string of + * hex digits, which are not enclosed in quotes * (e.g., {@code 01a243f405}). */ public String SSID; @@ -287,9 +287,10 @@ public class WifiConfiguration implements Parcelable { * string otherwise. */ public String preSharedKey; + /** * Up to four WEP keys. Either an ASCII string enclosed in double - * quotation marks (e.g., {@code "abcdef"} or a string + * quotation marks (e.g., {@code "abcdef"}) or a string * of hex digits (e.g., {@code 0102030405}). * <p/> * When the value of one of these keys is read, the actual key is |