Android.Net.Wifi.WifiManager.SupplicantStateChangedAction Field
Broadcast intent action indicating that the state of establishing a connection to an access point has changed.

Syntax

[Android.Runtime.Register("SUPPLICANT_STATE_CHANGED_ACTION")]
public const string SupplicantStateChangedAction

See Also

WifiManager.ExtraNewState
WifiManager.ExtraSupplicantError

Remarks

Broadcast intent action indicating that the state of establishing a connection to an access point has changed.One extra provides the new Android.Net.Wifi.SupplicantState. Note that the supplicant state is Wi-Fi specific, and is not generally the most useful thing to look at if you are just interested in the overall state of connectivity.

[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