com.eurotech.framework.linux.net.wifi
Class WifiOptions

java.lang.Object
  extended by com.eurotech.framework.linux.net.wifi.WifiOptions

public class WifiOptions
extends Object


Field Summary
static String SERVICE_NAME
          Reports the class name representing this interface.
static String WIFI_MANAGED_DRIVER_ATMEL
           
static String WIFI_MANAGED_DRIVER_HOSTAP
           
static String WIFI_MANAGED_DRIVER_NL80211
           
static String WIFI_MANAGED_DRIVER_WEXT
           
static String WIFI_MANAGED_DRIVER_WIRED
           
 
Constructor Summary
WifiOptions()
           
 
Method Summary
static Collection<String> getSupportedOptions(String ifaceName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SERVICE_NAME

public static final String SERVICE_NAME
Reports the class name representing this interface.


WIFI_MANAGED_DRIVER_WEXT

public static final String WIFI_MANAGED_DRIVER_WEXT
See Also:
Constant Field Values

WIFI_MANAGED_DRIVER_HOSTAP

public static final String WIFI_MANAGED_DRIVER_HOSTAP
See Also:
Constant Field Values

WIFI_MANAGED_DRIVER_ATMEL

public static final String WIFI_MANAGED_DRIVER_ATMEL
See Also:
Constant Field Values

WIFI_MANAGED_DRIVER_WIRED

public static final String WIFI_MANAGED_DRIVER_WIRED
See Also:
Constant Field Values

WIFI_MANAGED_DRIVER_NL80211

public static final String WIFI_MANAGED_DRIVER_NL80211
See Also:
Constant Field Values
Constructor Detail

WifiOptions

public WifiOptions()
Method Detail

getSupportedOptions

public static Collection<String> getSupportedOptions(String ifaceName)
                                              throws EsfException
Throws:
EsfException


Copyright © 2013. All Rights Reserved.