Uses of Class
com.eurotech.framework.net.wifi.WifiCiphers

Packages that use WifiCiphers
com.eurotech.framework.linux.net.wifi   
com.eurotech.framework.net.wifi   
 

Uses of WifiCiphers in com.eurotech.framework.linux.net.wifi
 

Methods in com.eurotech.framework.linux.net.wifi that return WifiCiphers
 WifiCiphers WpaSupplicant.getGroupCiphers()
           
 WifiCiphers WpaSupplicant.getPairwiseCiphers()
           
 

Methods in com.eurotech.framework.linux.net.wifi with parameters of type WifiCiphers
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.setGroupCiphers(WifiCiphers ciphers)
           
 void WpaSupplicant.setPairwiseCiphers(WifiCiphers ciphers)
           
 

Uses of WifiCiphers in com.eurotech.framework.net.wifi
 

Methods in com.eurotech.framework.net.wifi that return WifiCiphers
 WifiCiphers WifiConfig.getGroupCiphers()
           
 WifiCiphers WifiConfig.getPairwiseCiphers()
           
static WifiCiphers WifiCiphers.parseCode(int code)
           
static WifiCiphers WifiCiphers.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static WifiCiphers[] WifiCiphers.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 WifiCiphers
static int WifiCiphers.getCode(WifiCiphers ciphers)
           
 void WifiConfig.setGroupCiphers(WifiCiphers group)
           
 void WifiConfig.setPairwiseCiphers(WifiCiphers pairwise)
           
static String WifiCiphers.toString(WifiCiphers ciphers)
           
 



Copyright © 2013. All Rights Reserved.