|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WifiInterface.Capability | |
|---|---|
| com.eurotech.framework.core.net | |
| com.eurotech.framework.linux.net.util | |
| com.eurotech.framework.net.wifi | |
| Uses of WifiInterface.Capability in com.eurotech.framework.core.net |
|---|
| Methods in com.eurotech.framework.core.net that return types with arguments of type WifiInterface.Capability | |
|---|---|
EnumSet<WifiInterface.Capability> |
WifiInterfaceImpl.getCapabilities()
|
| Method parameters in com.eurotech.framework.core.net with type arguments of type WifiInterface.Capability | |
|---|---|
void |
WifiInterfaceImpl.setCapabilities(EnumSet<WifiInterface.Capability> capabilities)
|
| Uses of WifiInterface.Capability in com.eurotech.framework.linux.net.util |
|---|
| Methods in com.eurotech.framework.linux.net.util that return types with arguments of type WifiInterface.Capability | |
|---|---|
static EnumSet<WifiInterface.Capability> |
LinuxNetworkUtil.getWifiCapabilities(String ifaceName)
|
| Uses of WifiInterface.Capability in com.eurotech.framework.net.wifi |
|---|
| Methods in com.eurotech.framework.net.wifi that return WifiInterface.Capability | |
|---|---|
static WifiInterface.Capability |
WifiInterface.Capability.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static WifiInterface.Capability[] |
WifiInterface.Capability.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 WifiInterface.Capability | |
|---|---|
EnumSet<WifiInterface.Capability> |
WifiInterface.getCapabilities()
Returns the the capabilities of the wireless device. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||