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

Packages that use WifiSecurity
com.eurotech.framework.core.net   
com.eurotech.framework.linux.net.wifi   
com.eurotech.framework.net.wifi   
 

Uses of WifiSecurity in com.eurotech.framework.core.net
 

Methods in com.eurotech.framework.core.net that return types with arguments of type WifiSecurity
 EnumSet<WifiSecurity> WifiAccessPointImpl.getRsnSecurity()
           
 EnumSet<WifiSecurity> WifiAccessPointImpl.getWpaSecurity()
           
 

Method parameters in com.eurotech.framework.core.net with type arguments of type WifiSecurity
 void WifiAccessPointImpl.setRsnSecurity(EnumSet<WifiSecurity> rsnSecurity)
           
 void WifiAccessPointImpl.setWpaSecurity(EnumSet<WifiSecurity> wpaSecurity)
           
 

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

Methods in com.eurotech.framework.linux.net.wifi that return WifiSecurity
 WifiSecurity Hostapd.getSecurity()
          Get the security type
 WifiSecurity WpaSupplicant.getWifiSecurity()
           
 

Methods in com.eurotech.framework.linux.net.wifi with parameters of type WifiSecurity
static Hostapd Hostapd.getHostapd(String iface, String driver, String essid, WifiRadioMode radioMode, int channel, WifiSecurity security, String password)
          Hostapd constructor
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 Hostapd.setSecurity(WifiSecurity security)
          Set the security type
 void WpaSupplicant.setWifiSecurity(WifiSecurity security)
           
 

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

Methods in com.eurotech.framework.net.wifi that return WifiSecurity
 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)
           
 



Copyright © 2013. All Rights Reserved.