Package | Description |
---|---|
org.eclipse.kura.net |
Contains interfaces and event model to manage and configure network interfaces on a given system.
|
org.eclipse.kura.net.wifi |
Provides interfaces for instances and configurations of wifi devices.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
NetworkAdminService.updateWifiInterfaceConfig(String interfaceName,
boolean autoConnect,
WifiAccessPoint accessPoint,
List<NetConfig> netConfigs)
Updates the configuration of the specified WifiInterface.
|
Modifier and Type | Method and Description |
---|---|
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 © 2014. All Rights Reserved.