Example usage for Java android.net.wifi SupplicantState fields, constructors, methods, implement or subclass
The text is from its open source code.
SupplicantState | DISCONNECTED This state indicates that client is not associated, but is likely to start looking for an access point. |
SupplicantState | INACTIVE Inactive state (wpa_supplicant disabled). |
SupplicantState | SCANNING Scanning for a network. |
SupplicantState | ASSOCIATING Trying to associate with a BSS/SSID. |
SupplicantState | ASSOCIATED Association completed. |
SupplicantState | FOUR_WAY_HANDSHAKE WPA 4-Way Key Handshake in progress. |
SupplicantState | GROUP_HANDSHAKE WPA Group Key Handshake in progress. |
SupplicantState | COMPLETED All authentication completed. |
SupplicantState | DORMANT An Android-added state that is reported when a client issues an explicit DISCONNECT command. |
SupplicantState | UNINITIALIZED No connection to wpa_supplicant. |
SupplicantState | INVALID A pseudo-state that should normally never be seen. |
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
String | toString() Returns a string representation of the object. |