The methods 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
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. |