Android.Net.Wifi.WifiManager.SupplicantConnectionChangeAction Field
Broadcast intent action indicating that a connection to the supplicant has been established (and it is now possible to perform Wi-Fi operations) or the connection to the supplicant has been lost.

Syntax

[Android.Runtime.Register("SUPPLICANT_CONNECTION_CHANGE_ACTION")]
public const string SupplicantConnectionChangeAction

See Also

WifiManager.ExtraSupplicantConnected

Remarks

Broadcast intent action indicating that a connection to the supplicant has been established (and it is now possible to perform Wi-Fi operations) or the connection to the supplicant has been lost. One extra provides the connection state as a boolean, where true means CONNECTED.

[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