Android.Net.Wifi.WifiManager: Method Members

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

Public Methods

AddNetwork(WifiConfiguration) : int
Add a new network description to the set of configured networks.
static
CalculateSignalLevel(int, int) : int
Calculates the level of the signal.
CancelWps(WifiManager.WpsCallback)
Cancel any ongoing Wi-fi Protected Setup
static
CompareSignalLevel(int, int) : int
Compares two signal strengths.
CreateMulticastLock(string) : WifiManager.MulticastLock
Create a new MulticastLock
CreateWifiLock(string) : WifiManager.WifiLock
Creates a new WifiLock.
CreateWifiLock(Android.Net.WifiMode, string) : WifiManager.WifiLock
Creates a new WifiLock.
DisableNetwork(int) : bool
Disable a configured network.
Disconnect() : bool
Disassociate from the currently active access point.
EnableNetwork(int, bool) : bool
Allow a previously configured network to be associated with.
static
FromContext(Android.Content.Context) : WifiManager
Documentation for this section has not yet been entered.
Is5GHzBandSupported() : bool
PingSupplicant() : bool
Check that the supplicant daemon is responding to requests.
Reassociate() : bool
Reconnect to the currently active access point, even if we are already connected.
Reconnect() : bool
Reconnect to the currently active access point, if we are currently disconnected.
RemoveNetwork(int) : bool
Remove the specified network from the list of configured networks.
SaveConfiguration() : bool
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) : bool
Enable or disable Wi-Fi.
StartScan() : bool
Request a scan for access points.
StartWps(WpsInfo, WifiManager.WpsCallback)
Start Wi-fi Protected Setup
UpdateNetwork(WifiConfiguration) : int
Update the network description of an existing configured network.