The members of Android.Net.Wifi.SupplicantState are listed below.
See Also: Inherited members from Java.Lang.Enum
[read-only] static | Associated | SupplicantState. Association completed. |
[read-only] static | Associating | SupplicantState. Trying to associate with a BSS/SSID. |
[read-only] static | Authenticating | SupplicantState. Trying to authenticate with a BSS/SSID |
[read-only] static | Completed | SupplicantState. All authentication completed. |
[read-only] static | Disconnected | SupplicantState. This state indicates that client is not associated, but is likely to start looking for an access point. |
[read-only] static | Dormant | SupplicantState. An Android-added state that is reported when a client issues an explicit DISCONNECT command. |
[read-only] static | FourWayHandshake | SupplicantState. WPA 4-Way Key Handshake in progress. |
[read-only] static | GroupHandshake | SupplicantState. WPA Group Key Handshake in progress. |
[read-only] static | Inactive | SupplicantState. Inactive state (wpa_supplicant disabled). |
[read-only] static | InterfaceDisabled | SupplicantState. Interface is disabled |
[read-only] static | Invalid | SupplicantState. A pseudo-state that should normally never be seen. |
[read-only] static | Scanning | SupplicantState. Scanning for a network. |
[read-only] static | Uninitialized | SupplicantState. No connection to wpa_supplicant. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
DescribeContents()Documentation for this section has not yet been entered. | ||
static | IsValidState(SupplicantState)Returns true if the supplicant state is valid and false otherwise. | |
static | ValueOf(string) | |
static | Values() | |
WriteToParcel(Android.OS.Parcel, Android.OS.ParcelableWriteFlags)Documentation for this section has not yet been entered. |