Example usage for Java android.net.wifi WifiInfo fields, constructors, methods, implement or subclass
The text is from its open source code.
String | LINK_SPEED_UNITS Link speed in Mbps |
String | FREQUENCY_UNITS Frequency in MHz |
String | getBSSID() Return the basic service set identifier (BSSID) of the current access point. |
DetailedState | getDetailedStateOf(SupplicantState suppState) Map a supplicant state into a fine-grained network connectivity state. |
boolean | getHiddenSSID() |
int | getIpAddress() |
int | getLinkSpeed() Returns the current link speed in #LINK_SPEED_UNITS . |
String | getMacAddress() |
int | getNetworkId() Each configured network has a unique small integer ID, used to identify the network when performing operations on the supplicant. |
int | getRssi() Returns the received signal strength indicator of the current 802.11 network, in dBm. |
String | getSSID() Returns the service set identifier (SSID) of the current 802.11 network. |
SupplicantState | getSupplicantState() Return the detailed state of the supplicant's negotiation with an access point, in the form of a SupplicantState SupplicantState object. |
String | toString() |