|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<WifiInterface.Capability>
com.eurotech.framework.net.wifi.WifiInterface.Capability
public static enum WifiInterface.Capability
Flags describing the capabilities of a wireless device.
| Enum Constant Summary | |
|---|---|
CIPHER_CCMP
The device supports the CCMP cipher. |
|
CIPHER_TKIP
The device supports the TKIP cipher. |
|
CIPHER_WEP104
The device supports the 104-bit WEP cipher. |
|
CIPHER_WEP40
The device supports the 40-bit WEP cipher. |
|
NONE
no capabilities supported |
|
RSN
The device supports the RSN encryption/authentication protocol. |
|
WPA
The device supports the WPA encryption/authentication protocol. |
|
| Method Summary | |
|---|---|
static WifiInterface.Capability |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WifiInterface.Capability[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final WifiInterface.Capability NONE
public static final WifiInterface.Capability CIPHER_WEP40
public static final WifiInterface.Capability CIPHER_WEP104
public static final WifiInterface.Capability CIPHER_TKIP
public static final WifiInterface.Capability CIPHER_CCMP
public static final WifiInterface.Capability WPA
public static final WifiInterface.Capability RSN
| Method Detail |
|---|
public static WifiInterface.Capability[] values()
for (WifiInterface.Capability c : WifiInterface.Capability.values()) System.out.println(c);
public static WifiInterface.Capability valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||