Java android.net.wifi SupplicantState fields, constructors, methods, implement or subclass

Example usage for Java android.net.wifi SupplicantState fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.net.wifi SupplicantState.

The text is from its open source code.

Field

SupplicantStateDISCONNECTED
This state indicates that client is not associated, but is likely to start looking for an access point.
SupplicantStateINACTIVE
Inactive state (wpa_supplicant disabled).
SupplicantStateSCANNING
Scanning for a network.
SupplicantStateASSOCIATING
Trying to associate with a BSS/SSID.
SupplicantStateASSOCIATED
Association completed.
SupplicantStateFOUR_WAY_HANDSHAKE
WPA 4-Way Key Handshake in progress.
SupplicantStateGROUP_HANDSHAKE
WPA Group Key Handshake in progress.
SupplicantStateCOMPLETED
All authentication completed.
SupplicantStateDORMANT
An Android-added state that is reported when a client issues an explicit DISCONNECT command.
SupplicantStateUNINITIALIZED
No connection to wpa_supplicant.
SupplicantStateINVALID
A pseudo-state that should normally never be seen.

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
StringtoString()
Returns a string representation of the object.