Android.Net.Wifi.WifiManager Class
This class provides the primary API for managing all aspects of Wi-Fi connectivity.

See Also: WifiManager Members

Syntax

[Android.Runtime.Register("android/net/wifi/WifiManager", DoNotGenerateAcw=true)]
public class WifiManager : Java.Lang.Object

Remarks

This class provides the primary API for managing all aspects of Wi-Fi connectivity. Get an instance of this class by calling Android.Content.Context.GetSystemService(string). It deals with several categories of items:

This is the API to use when performing Wi-Fi specific operations. To perform operations that pertain to network connectivity at an abstract level, use Android.Net.ConnectivityManager.

[Android Documentation]

Requirements

Namespace: Android.Net.Wifi
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1