Android.Net.Wifi.SupplicantState Members

The members of Android.Net.Wifi.SupplicantState are listed below.

See Also: Inherited members from Java.Lang.Enum

Public Properties

[read-only]
static
AssociatedSupplicantState. Association completed.
[read-only]
static
AssociatingSupplicantState. Trying to associate with a BSS/SSID.
[read-only]
static
AuthenticatingSupplicantState. Trying to authenticate with a BSS/SSID
[read-only]
static
CompletedSupplicantState. All authentication completed.
[read-only]
static
DisconnectedSupplicantState. This state indicates that client is not associated, but is likely to start looking for an access point.
[read-only]
static
DormantSupplicantState. An Android-added state that is reported when a client issues an explicit DISCONNECT command.
[read-only]
static
FourWayHandshakeSupplicantState. WPA 4-Way Key Handshake in progress.
[read-only]
static
GroupHandshakeSupplicantState. WPA Group Key Handshake in progress.
[read-only]
static
InactiveSupplicantState. Inactive state (wpa_supplicant disabled).
[read-only]
static
InterfaceDisabledSupplicantState. Interface is disabled
[read-only]
static
InvalidSupplicantState. A pseudo-state that should normally never be seen.
[read-only]
static
ScanningSupplicantState. Scanning for a network.
[read-only]
static
UninitializedSupplicantState. No connection to wpa_supplicant.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

DescribeContents() : int
Documentation for this section has not yet been entered.
static
IsValidState(SupplicantState) : bool
Returns true if the supplicant state is valid and false otherwise.
static
ValueOf(string) : SupplicantState
static
Values() : SupplicantState[]
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)
Documentation for this section has not yet been entered.