|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use WifiCiphers | |
---|---|
com.eurotech.framework.net.wifi | Provides interfaces for instances and configurations of wifi devices. |
Uses of WifiCiphers in com.eurotech.framework.net.wifi |
---|
Methods in com.eurotech.framework.net.wifi that return WifiCiphers | |
---|---|
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. |
Methods in com.eurotech.framework.net.wifi with parameters of type WifiCiphers | |
---|---|
static int |
WifiCiphers.getCode(WifiCiphers ciphers)
|
void |
WifiConfig.setGroupCiphers(WifiCiphers group)
|
void |
WifiConfig.setPairwiseCiphers(WifiCiphers pairwise)
|
static String |
WifiCiphers.toString(WifiCiphers ciphers)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |