Android.Net.Wifi.WifiManager.ExtraSupplicantConnected Field
The lookup key for a boolean that indicates whether a connection to the supplicant daemon has been gained or lost.

Syntax

[Android.Runtime.Register("EXTRA_SUPPLICANT_CONNECTED")]
public const string ExtraSupplicantConnected

Remarks

The lookup key for a boolean that indicates whether a connection to the supplicant daemon has been gained or lost. true means a connection now exists. Retrieve it with Android.Content.Intent.GetBooleanExtra(string, System.Boolean).

[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