java.lang.Object | ||
↳ | java.lang.Enum<E extends java.lang.Enum<E>> | |
↳ | com.htc.net.FourG.FourGSupplicantState |
Enum Values | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
FourGSupplicantState | ASSOCIATED | Association completed. | |||||||||
FourGSupplicantState | ASSOCIATING | Trying to associate with a Base Station. | |||||||||
FourGSupplicantState | COMPLETED | All link setup completed. | |||||||||
FourGSupplicantState | DISCONNECTED | This state indicates that client is not associated, but is likely to start looking for a Base Station. | |||||||||
FourGSupplicantState | DORMANT | An Android-added state that is reported when a client issues an explicit DISCONNECT command. | |||||||||
FourGSupplicantState | HANDSHAKE | Authentication handshake in progress. | |||||||||
FourGSupplicantState | INACTIVE | Inactive state. | |||||||||
FourGSupplicantState | INVALID | A pseudo-state that should normally never be seen. | |||||||||
FourGSupplicantState | SCANNING | Scanning for a BS. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Association completed. For 4G, this indicates that the first steps of a MS-BS link have been established, up to the synchronization and ranging, i.e. basic lower-level data communincations is up, In this state, applications may assume that the next phase of link establishment would be underway, including authorization, registration, DHCP, etc.
Trying to associate with a Base Station. For 4G, this indicates that the first steps of a MS-BS link have been established, up to the synchronization and ranging, etc.
All link setup completed. For 4G, this indicates that a Ms-BS link has been fully established.
This state indicates that client is not associated, but is likely to start looking for a Base Station.
An Android-added state that is reported when a client issues an explicit DISCONNECT command.
Authentication handshake in progress.
A pseudo-state that should normally never be seen.