|
Android 2.3 Gingerbread | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Class Summary | |
|---|---|
| ScanResult | Describes information about a detected access point. |
| WifiConfiguration | A class representing a configured Wi-Fi network, including the security configuration. |
| WifiConfiguration.AuthAlgorithm | Recognized IEEE 802.11 authentication algorithms. |
| WifiConfiguration.GroupCipher | Recognized group ciphers. |
| WifiConfiguration.KeyMgmt | Recognized key management schemes. |
| WifiConfiguration.PairwiseCipher | Recognized pairwise ciphers for WPA. |
| WifiConfiguration.Protocol | Recognized security protocols. |
| WifiConfiguration.Status | Possible status of a network configuration. |
| WifiInfo | Describes the state of any Wifi connection that is active or is in the process of being set up. |
| WifiManager | This class provides the primary API for managing all aspects of Wi-Fi connectivity. |
| WifiMonitor | Listens for events from the wpa_supplicant server, and passes them on
to the WifiStateTracker for handling. |
| WifiNative | Native calls for sending requests to the supplicant daemon, and for receiving asynchronous events. |
| WifiStateTracker | Track the state of Wifi connectivity. |
| Enum Summary | |
|---|---|
| SupplicantState | From defs.h in wpa_supplicant. |
Provides classes to manage Wi-Fi functionality on the device.
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.
Remember, not all Android devices are guaranteed to have Wi-Fi functionality.
|
Android 2.3 Gingerbread | |||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||