summaryrefslogtreecommitdiffstats
path: root/wifi/java/android/net/wifi/package.html
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
committerThe Android Open Source Project <initial-contribution@android.com>2008-10-21 07:00:00 -0700
commit54b6cfa9a9e5b861a9930af873580d6dc20f773c (patch)
tree35051494d2af230dce54d6b31c6af8fc24091316 /wifi/java/android/net/wifi/package.html
downloadframeworks_base-54b6cfa9a9e5b861a9930af873580d6dc20f773c.zip
frameworks_base-54b6cfa9a9e5b861a9930af873580d6dc20f773c.tar.gz
frameworks_base-54b6cfa9a9e5b861a9930af873580d6dc20f773c.tar.bz2
Initial Contribution
Diffstat (limited to 'wifi/java/android/net/wifi/package.html')
-rw-r--r--wifi/java/android/net/wifi/package.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/wifi/java/android/net/wifi/package.html b/wifi/java/android/net/wifi/package.html
new file mode 100644
index 0000000..530313d
--- /dev/null
+++ b/wifi/java/android/net/wifi/package.html
@@ -0,0 +1,12 @@
+<HTML>
+<BODY>
+Provides classes to manage Wi-Fi functionality on the device.
+<p>The Wi-Fi APIs provide a means by which applications can communicate
+with the lower-level wireless stack that provides Wi-Fi network access. Almost all
+information from the device supplicant is available, including the connected network's
+link speed, IP address, negotiation state, and more, plus information about other
+networks that are available. Some other API features include the ability to
+scan, add, save, terminate and initiate Wi-Fi connections.</p>
+<p>Remember, not all Android devices are guaranteed to have Wi-Fi functionality.</p>
+</BODY>
+</HTML>