public final enum

FourGSupplicantState

extends Enum<E extends Enum<E>>
implements Serializable Comparable<T>
java.lang.Object
   ↳ java.lang.Enum<E extends java.lang.Enum<E>>
     ↳ com.htc.net.FourG.FourGSupplicantState

Summary

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
static FourGSupplicantState valueOf(String name)
final static FourGSupplicantState[] values()
[Expand]
Inherited Methods
From class java.lang.Enum
From class java.lang.Object
From interface java.lang.Comparable

Enum Values

public static final FourGSupplicantState ASSOCIATED

Since: API Level

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.

public static final FourGSupplicantState ASSOCIATING

Since: API Level

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.

public static final FourGSupplicantState COMPLETED

Since: API Level

All link setup completed. For 4G, this indicates that a Ms-BS link has been fully established.

public static final FourGSupplicantState DISCONNECTED

Since: API Level

This state indicates that client is not associated, but is likely to start looking for a Base Station.

public static final FourGSupplicantState DORMANT

Since: API Level

An Android-added state that is reported when a client issues an explicit DISCONNECT command.

public static final FourGSupplicantState HANDSHAKE

Since: API Level

Authentication handshake in progress.

public static final FourGSupplicantState INACTIVE

Since: API Level

Inactive state.

public static final FourGSupplicantState INVALID

Since: API Level

A pseudo-state that should normally never be seen.

public static final FourGSupplicantState SCANNING

Since: API Level

Scanning for a BS.

Public Methods

public static FourGSupplicantState valueOf (String name)

public static final FourGSupplicantState[] values ()