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
const | ActionPickWifiNetwork | string. Activity Action: Pick a Wi-Fi network to connect to. |
const | ActionRequestScanAlwaysAvailable | string. Activity Action: Show a system activity that allows the user to enable scans to be available even with Wi-Fi turned off. |
const | ErrorAuthenticating | int (1). The error code if there was a problem authenticating. |
const | ExtraBssid | string. The lookup key for a String giving the BSSID of the access point to which we are connected. |
const | ExtraNetworkInfo | string. The lookup key for a Android.Net.NetworkInfo object associated with the Wi-Fi network. |
const | ExtraNewRssi | string. The lookup key for an int giving the new RSSI in dBm. |
const | ExtraNewState | string. The lookup key for a Android.Net.Wifi.SupplicantState describing the new state Retrieve with Android.Content.Intent.GetParcelableExtra(string). |
const | ExtraPreviousWifiState | string. The previous Wi-Fi state. |
const | ExtraSupplicantConnected | string. The lookup key for a boolean that indicates whether a connection to the supplicant daemon has been gained or lost. |
const | ExtraSupplicantError | string. 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 | ExtraWifiInfo | string. The lookup key for a Android.Net.Wifi.WifiInfo object giving the information about the access point to which we are connected. |
const | ExtraWifiState | string. The lookup key for an int that indicates whether Wi-Fi is enabled, disabled, enabling, disabling, or unknown. |
const | NetworkIdsChangedAction | string. The network IDs of the configured networks could have changed. |
const | NetworkStateChangedAction | string. Broadcast intent action indicating that the state of Wi-Fi connectivity has changed. |
const | RssiChangedAction | string. The RSSI (signal strength) has changed. |
const | ScanResultsAvailableAction | string. An access point scan has completed, and results are available from the supplicant. |
const | SupplicantConnectionChangeAction | string. 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 | SupplicantStateChangedAction | string. Broadcast intent action indicating that the state of establishing a connection to an access point has changed. |
const | WifiStateChangedAction | string. Broadcast intent action indicating that Wi-Fi has been enabled, disabled, enabling, disabling, or unknown. |