Package | Description |
---|---|
com.eurotech.framework.net.wifi |
Provides interfaces for instances and configurations of wifi devices.
|
Modifier and Type | Method and Description |
---|---|
WifiSecurity |
WifiConfig.getSecurity() |
static WifiSecurity |
WifiSecurity.parseCode(int code) |
static WifiSecurity |
WifiSecurity.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WifiSecurity[] |
WifiSecurity.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EnumSet<WifiSecurity> |
WifiAccessPoint.getRsnSecurity()
Describes the access point's capabilities according to the RSN (Robust Secure Network) protocol.
|
EnumSet<WifiSecurity> |
WifiAccessPoint.getWpaSecurity()
Describes the access point's capabilities according to WPA (Wifi Protected Access).
|
Modifier and Type | Method and Description |
---|---|
static int |
WifiSecurity.getCode(WifiSecurity security) |
void |
WifiConfig.setSecurity(WifiSecurity security) |
Constructor and Description |
---|
WifiConfig(WifiMode mode,
String ssid,
int[] channels,
WifiSecurity security,
String passkey,
String hwMode,
boolean broadcast,
WifiBgscan bgscan) |
Copyright © 2013. All Rights Reserved.