Android.Net.Wifi.WifiManager.ConfiguredNetworks Property
Return a list of all the networks configured in the supplicant.

Syntax

[get: Android.Runtime.Register("getConfiguredNetworks", "()Ljava/util/List;", "GetGetConfiguredNetworksHandler")]
public virtual IList<WifiConfiguration> ConfiguredNetworks { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return a list of all the networks configured in the supplicant. Not all fields of WifiConfiguration are returned. Only the following fields are filled in:

  • networkId
  • SSID
  • BSSID
  • priority
  • allowedProtocols
  • allowedKeyManagement
  • allowedAuthAlgorithms
  • allowedPairwiseCiphers
  • allowedGroupCiphers

[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