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

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

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

Methods in com.eurotech.framework.linux.net.wifi that return WifiBgscan
 WifiBgscan WpaSupplicant.getBgscan()
           
 

Methods in com.eurotech.framework.linux.net.wifi with parameters of type WifiBgscan
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.setBgscan(WifiBgscan bgscan)
           
 

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

Methods in com.eurotech.framework.net.wifi that return WifiBgscan
 WifiBgscan WifiConfig.getBgscan()
           
 

Methods in com.eurotech.framework.net.wifi with parameters of type WifiBgscan
 void WifiConfig.setBgscan(WifiBgscan m_bgscan)
           
 

Constructors in com.eurotech.framework.net.wifi with parameters of type WifiBgscan
WifiBgscan(WifiBgscan bgscan)
           
WifiConfig(WifiMode mode, String ssid, int[] channels, WifiSecurity security, String passkey, String hwMode, boolean broadcast, WifiBgscan bgscan)
           
 



Copyright © 2013. All Rights Reserved.