The members of Android.Net.Wifi.WifiManager are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
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. |
[read-only] | ConfiguredNetworks | IList<WifiConfiguration>. Return a list of all the networks configured in the supplicant. |
[read-only] | ConnectionInfo | WifiInfo. Return dynamic information about the current Wi-Fi connection, if any is active. |
[read-only] | DhcpInfo | Android.Net.DhcpInfo. Return the DHCP-assigned addresses from the last successful DHCP request, if any. |
[read-only] | IsDeviceToApRttSupported | bool. |
[read-only] | IsEnhancedPowerReportingSupported | bool. |
[read-only] | IsP2pSupported | bool. |
[read-only] | IsPreferredNetworkOffloadSupported | bool. |
[read-only] | IsScanAlwaysAvailable | bool. Check if scanning is always available. |
[read-only] | IsTdlsSupported | bool. |
[read-only] | IsWifiEnabled | bool. Return whether Wi-Fi is enabled or disabled. |
[read-only] | ScanResults | IList<ScanResult>. Return the results of the latest access point scan. |
[read-only] | WifiState | Android.Net.WifiState. Gets the Wi-Fi enabled state. |
[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. |
AddNetwork(WifiConfiguration)Add a new network description to the set of configured networks. | ||
static | CalculateSignalLevel(int, int)Calculates the level of the signal. | |
CancelWps(WifiManager.WpsCallback)Cancel any ongoing Wi-fi Protected Setup | ||
static | CompareSignalLevel(int, int)Compares two signal strengths. | |
CreateMulticastLock(string)Create a new MulticastLock | ||
CreateWifiLock(string)Creates a new WifiLock. | ||
CreateWifiLock(Android.Net.WifiMode, string)Creates a new WifiLock. | ||
DisableNetwork(int)Disable a configured network. | ||
Disconnect()Disassociate from the currently active access point. | ||
EnableNetwork(int, bool)Allow a previously configured network to be associated with. | ||
static | FromContext(Android.Content.Context)Documentation for this section has not yet been entered. | |
Is5GHzBandSupported() | ||
PingSupplicant()Check that the supplicant daemon is responding to requests. | ||
Reassociate()Reconnect to the currently active access point, even if we are already connected. | ||
Reconnect()Reconnect to the currently active access point, if we are currently disconnected. | ||
RemoveNetwork(int)Remove the specified network from the list of configured networks. | ||
SaveConfiguration()Tell the supplicant to persist the current list of configured networks. | ||
SetTdlsEnabled(Java.Net.InetAddress, bool)Enable/Disable TDLS on a specific local route. | ||
SetTdlsEnabledWithMacAddress(string, bool)Similar to WifiManager.SetTdlsEnabled(Java.Net.InetAddress, System.Boolean), except this version allows you to specify remote endpoint with a MAC address. | ||
SetWifiEnabled(bool)Enable or disable Wi-Fi. | ||
StartScan()Request a scan for access points. | ||
StartWps(WpsInfo, WifiManager.WpsCallback)Start Wi-fi Protected Setup | ||
UpdateNetwork(WifiConfiguration)Update the network description of an existing configured network. |