Uses of Interface
com.eurotech.framework.net.wifi.WifiAccessPoint

Packages that use WifiAccessPoint
com.eurotech.framework.core.net   
com.eurotech.framework.emulator.net   
com.eurotech.framework.linux.net.rh   
com.eurotech.framework.linux.net.util   
com.eurotech.framework.linux.util   
com.eurotech.framework.net   
com.eurotech.framework.net.admin   
com.eurotech.framework.net.wifi   
 

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

Classes in com.eurotech.framework.core.net that implement WifiAccessPoint
 class WifiAccessPointImpl
           
 

Methods in com.eurotech.framework.core.net that return WifiAccessPoint
 WifiAccessPoint WifiInterfaceAddressImpl.getWifiAccessPoint()
           
 

Methods in com.eurotech.framework.core.net with parameters of type WifiAccessPoint
 void WifiInterfaceAddressImpl.setWifiAccessPoint(WifiAccessPoint wifiAccessPoint)
           
 

Uses of WifiAccessPoint in com.eurotech.framework.emulator.net
 

Methods in com.eurotech.framework.emulator.net that return types with arguments of type WifiAccessPoint
 List<WifiAccessPoint> EmulatedNetworkServiceImpl.getAllWifiAccessPoints()
           
 List<WifiAccessPoint> EmulatedNetworkServiceImpl.getWifiAccessPoints(String wifiInterfaceName)
           
 

Uses of WifiAccessPoint in com.eurotech.framework.linux.net.rh
 

Methods in com.eurotech.framework.linux.net.rh that return types with arguments of type WifiAccessPoint
 List<WifiAccessPoint> NetworkServiceImpl.getAllWifiAccessPoints()
           
 List<WifiAccessPoint> NetworkServiceImpl.getWifiAccessPoints(String wifiInterfaceName)
           
 

Uses of WifiAccessPoint in com.eurotech.framework.linux.net.util
 

Methods in com.eurotech.framework.linux.net.util that return types with arguments of type WifiAccessPoint
static List<WifiAccessPoint> LinuxNetworkUtil.getAvailableAccessPoints(String interfaceName)
           
 

Uses of WifiAccessPoint in com.eurotech.framework.linux.util
 

Methods in com.eurotech.framework.linux.util that return WifiAccessPoint
static WifiAccessPoint DbusUtil.getWifiAccessPointFromMap(Map<?,?> apMap)
           
 

Method parameters in com.eurotech.framework.linux.util with type arguments of type WifiAccessPoint
static void DbusUtil.displayAPs(Map<String,Map<String,WifiAccessPoint>> wifiAccessPoints)
           
static void DbusUtil.displayState(Map<String,NetInterface<? extends NetInterfaceAddress>> networkInterfaces, Map<String,Map<String,WifiAccessPoint>> wifiAccessPoints)
           
 

Uses of WifiAccessPoint in com.eurotech.framework.net
 

Methods in com.eurotech.framework.net that return types with arguments of type WifiAccessPoint
 List<WifiAccessPoint> NetworkService.getAllWifiAccessPoints()
          Returns the list of all available WifiAccessPoints as seen from the system.
 List<WifiAccessPoint> NetworkService.getWifiAccessPoints(String wifiInterfaceName)
          Returns the list of the WifiAccessPoints visible from the specified wifi network interface.
 

Methods in com.eurotech.framework.net with parameters of type WifiAccessPoint
 void NetworkAdminService.updateWifiInterfaceConfig(String interfaceName, boolean autoConnect, WifiAccessPoint accessPoint, List<NetConfig> netConfigs)
          Updates the configuration of the specified WifiInterface.
 

Uses of WifiAccessPoint in com.eurotech.framework.net.admin
 

Methods in com.eurotech.framework.net.admin with parameters of type WifiAccessPoint
 void NetworkAdminServiceImpl.updateWifiInterfaceConfig(String interfaceName, boolean autoConnect, WifiAccessPoint accessPoint, List<NetConfig> netConfigs)
           
 

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

Methods in com.eurotech.framework.net.wifi that return WifiAccessPoint
 WifiAccessPoint WifiAccessPointRemovedEvent.getAccessPoint()
          Returns the name of the removed access point.
 WifiAccessPoint WifiAccessPointAddedEvent.getAccessPoint()
          Returns the name of the added access point.
 WifiAccessPoint WifiInterfaceAddress.getWifiAccessPoint()
          Returns the WifiAccessPoint that this InterfaceAddress was acquired from when in managed mode.
 



Copyright © 2013. All Rights Reserved.