The document summarizes key classes and methods in the Android Wifi API:
WifiManager is the primary class for managing WiFi connectivity and provides methods to get lists of configured networks and scan results, as well as connect to networks and get information about the current connection. WifiConfiguration represents a configured WiFi network. WifiInfo describes the state of an active or connecting WiFi network including signal strength and speed. ScanResult contains information about detected access points like SSID, signal level and encryption support.