|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use WifiAccessPoint | |
|---|---|
| com.eurotech.framework.net | Contains interfaces and event model to manage and configure network interfaces on a given system. |
| com.eurotech.framework.net.wifi | Provides interfaces for instances and configurations of wifi devices. |
| 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.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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||