Android.Net.Wifi.WifiManager: Field Members

The fields of Android.Net.Wifi.WifiManager are listed below. For a list of all members, see the WifiManager Members list.

See Also: Inherited members from Java.Lang.Object

Public Fields

const
ActionPickWifiNetworkstring. Activity Action: Pick a Wi-Fi network to connect to.
const
ActionRequestScanAlwaysAvailablestring. Activity Action: Show a system activity that allows the user to enable scans to be available even with Wi-Fi turned off.
const
ErrorAuthenticatingint (1). The error code if there was a problem authenticating.
const
ExtraBssidstring. The lookup key for a String giving the BSSID of the access point to which we are connected.
const
ExtraNetworkInfostring. The lookup key for a Android.Net.NetworkInfo object associated with the Wi-Fi network.
const
ExtraNewRssistring. The lookup key for an int giving the new RSSI in dBm.
const
ExtraNewStatestring. The lookup key for a Android.Net.Wifi.SupplicantState describing the new state Retrieve with Android.Content.Intent.GetParcelableExtra(string).
const
ExtraPreviousWifiStatestring. The previous Wi-Fi state.
const
ExtraSupplicantConnectedstring. The lookup key for a boolean that indicates whether a connection to the supplicant daemon has been gained or lost.
const
ExtraSupplicantErrorstring. The lookup key for a Android.Net.Wifi.SupplicantState describing the supplicant error code if any Retrieve with Android.Content.Intent.GetIntExtra(string, System.Int32).
const
ExtraWifiInfostring. The lookup key for a Android.Net.Wifi.WifiInfo object giving the information about the access point to which we are connected.
const
ExtraWifiStatestring. The lookup key for an int that indicates whether Wi-Fi is enabled, disabled, enabling, disabling, or unknown.
const
NetworkIdsChangedActionstring. The network IDs of the configured networks could have changed.
const
NetworkStateChangedActionstring. Broadcast intent action indicating that the state of Wi-Fi connectivity has changed.
const
RssiChangedActionstring. The RSSI (signal strength) has changed.
const
ScanResultsAvailableActionstring. An access point scan has completed, and results are available from the supplicant.
const
SupplicantConnectionChangeActionstring. Broadcast intent action indicating that a connection to the supplicant has been established (and it is now possible to perform Wi-Fi operations) or the connection to the supplicant has been lost.
const
SupplicantStateChangedActionstring. Broadcast intent action indicating that the state of establishing a connection to an access point has changed.
const
WifiStateChangedActionstring. Broadcast intent action indicating that Wi-Fi has been enabled, disabled, enabling, disabling, or unknown.