Java android.net.wifi WifiInfo fields, constructors, methods, implement or subclass

Example usage for Java android.net.wifi WifiInfo fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.net.wifi WifiInfo.

The text is from its open source code.

Field

StringLINK_SPEED_UNITS
Link speed in Mbps
StringFREQUENCY_UNITS
Frequency in MHz

Method

StringgetBSSID()
Return the basic service set identifier (BSSID) of the current access point.
DetailedStategetDetailedStateOf(SupplicantState suppState)
Map a supplicant state into a fine-grained network connectivity state.
booleangetHiddenSSID()
intgetIpAddress()
intgetLinkSpeed()
Returns the current link speed in #LINK_SPEED_UNITS .
StringgetMacAddress()
intgetNetworkId()
Each configured network has a unique small integer ID, used to identify the network when performing operations on the supplicant.
intgetRssi()
Returns the received signal strength indicator of the current 802.11 network, in dBm.
StringgetSSID()
Returns the service set identifier (SSID) of the current 802.11 network.
SupplicantStategetSupplicantState()
Return the detailed state of the supplicant's negotiation with an access point, in the form of a SupplicantState SupplicantState object.
StringtoString()