Package | Description |
---|---|
com.eurotech.framework.net.wifi |
Provides interfaces for instances and configurations of wifi devices.
|
Modifier and Type | Method and Description |
---|---|
WifiCiphers |
WifiConfig.getGroupCiphers() |
WifiCiphers |
WifiConfig.getPairwiseCiphers() |
static WifiCiphers |
WifiCiphers.parseCode(int code) |
static WifiCiphers |
WifiCiphers.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WifiCiphers[] |
WifiCiphers.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static int |
WifiCiphers.getCode(WifiCiphers ciphers) |
void |
WifiConfig.setGroupCiphers(WifiCiphers group) |
void |
WifiConfig.setPairwiseCiphers(WifiCiphers pairwise) |
static String |
WifiCiphers.toString(WifiCiphers ciphers) |
Copyright © 2013. All Rights Reserved.