The properties of Android.Net.Wifi.WifiInfo are listed below. For a list of all members, see the WifiInfo Members list.
See Also: Inherited members from Java.Lang.Object
[read-only] | BSSID | string. Return the basic service set identifier (BSSID) of the current access point. |
[read-only] | Frequency | int. Returns the current frequency in WifiInfo.FrequencyUnits. |
[read-only] | HiddenSSID | bool. |
[read-only] | IpAddress | int. |
[read-only] | LinkSpeed | int. Returns the current link speed in WifiInfo.LinkSpeedUnits. |
[read-only] | MacAddress | string. |
[read-only] | NetworkId | int. Each configured network has a unique small integer ID, used to identify the network when performing operations on the supplicant. |
[read-only] | Rssi | int. Returns the received signal strength indicator of the current 802.11 network, in dBm. |
[read-only] | SSID | string. Returns the service set identifier (SSID) of the current 802.11 network. |
[read-only] | SupplicantState | SupplicantState. Return the detailed state of the supplicant's negotiation with an access point, in the form of a Android.Net.Wifi.SupplicantState object. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |