|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WifiSecurity | |
|---|---|
| com.eurotech.framework.net.wifi | Provides interfaces for instances and configurations of wifi devices. |
| Uses of WifiSecurity in com.eurotech.framework.net.wifi |
|---|
| Methods in com.eurotech.framework.net.wifi that return WifiSecurity | |
|---|---|
WifiSecurity |
WifiHotspotInfo.getSecurity()
|
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. |
| Methods in com.eurotech.framework.net.wifi that return types with arguments of type WifiSecurity | |
|---|---|
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). |
| Methods in com.eurotech.framework.net.wifi with parameters of type WifiSecurity | |
|---|---|
static int |
WifiSecurity.getCode(WifiSecurity security)
|
void |
WifiConfig.setSecurity(WifiSecurity security)
|
| Constructors in com.eurotech.framework.net.wifi with parameters of type WifiSecurity | |
|---|---|
WifiConfig(WifiMode mode,
String ssid,
int[] channels,
WifiSecurity security,
String passkey,
String hwMode,
boolean broadcast,
WifiBgscan bgscan)
|
|
WifiHotspotInfo(String ssid,
String macAddress,
int signalLevel,
int channel,
int frequency,
WifiSecurity security)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||