| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WifiMode | |
|---|---|
| com.eurotech.framework.core.net | |
| com.eurotech.framework.linux.net.util | |
| com.eurotech.framework.linux.net.wifi | |
| com.eurotech.framework.net.wifi | |
| Uses of WifiMode in com.eurotech.framework.core.net | 
|---|
| Methods in com.eurotech.framework.core.net that return WifiMode | |
|---|---|
 WifiMode | 
WifiInterfaceAddressImpl.getMode()
 | 
 WifiMode | 
WifiAccessPointImpl.getMode()
 | 
| Methods in com.eurotech.framework.core.net with parameters of type WifiMode | |
|---|---|
 void | 
WifiInterfaceAddressImpl.setMode(WifiMode mode)
 | 
 void | 
WifiAccessPointImpl.setMode(WifiMode mode)
 | 
| Uses of WifiMode in com.eurotech.framework.linux.net.util | 
|---|
| Methods in com.eurotech.framework.linux.net.util that return WifiMode | |
|---|---|
static WifiMode | 
LinuxNetworkUtil.getWifiMode(String ifaceName)
 | 
| Uses of WifiMode in com.eurotech.framework.linux.net.wifi | 
|---|
| Methods in com.eurotech.framework.linux.net.wifi that return WifiMode | |
|---|---|
 WifiMode | 
WpaSupplicant.getMode()
 | 
| Methods in com.eurotech.framework.linux.net.wifi with parameters of type WifiMode | |
|---|---|
static WpaSupplicant | 
WpaSupplicant.getWpaSupplicant(String iface,
                 WifiMode mode,
                 String driver,
                 String essid,
                 WifiSecurity security,
                 WifiCiphers pairwiseCiphers,
                 WifiCiphers groupCiphers,
                 int[] scanChannels,
                 String passwd,
                 WifiBgscan bgscan)
Instantiates WpaSupplicant object  | 
 void | 
WpaSupplicant.setMode(WifiMode mode)
 | 
static void | 
WpaSupplicantManager.start(String interfaceName,
      WifiMode mode,
      String driver)
 | 
| Uses of WifiMode in com.eurotech.framework.net.wifi | 
|---|
| Methods in com.eurotech.framework.net.wifi that return WifiMode | |
|---|---|
 WifiMode | 
WifiInterfaceAddress.getMode()
The operating mode of the wireless device.  | 
 WifiMode | 
WifiConfig.getMode()
 | 
 WifiMode | 
WifiAccessPoint.getMode()
Describes the operating mode of the access point.  | 
static WifiMode | 
WifiMode.parseCode(int code)
 | 
static WifiMode | 
WifiMode.valueOf(String name)
Returns the enum constant of this type with the specified name.  | 
static WifiMode[] | 
WifiMode.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 WifiMode | |
|---|---|
static int | 
WifiMode.getCode(WifiMode wifiMode)
 | 
 void | 
WifiConfig.setMode(WifiMode mode)
 | 
| Constructors in com.eurotech.framework.net.wifi with parameters of type WifiMode | |
|---|---|
WifiConfig(WifiMode mode,
           String ssid,
           int[] channels,
           WifiSecurity security,
           String passkey,
           String hwMode,
           boolean broadcast,
           WifiBgscan bgscan)
 | 
|
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||