public static interface NetworkController.AccessPointController
Modifier and Type | Interface and Description |
---|---|
static interface |
NetworkController.AccessPointController.AccessPointCallback |
Modifier and Type | Method and Description |
---|---|
void |
addAccessPointCallback(NetworkController.AccessPointController.AccessPointCallback callback) |
boolean |
canConfigWifi() |
boolean |
connect(AccessPoint ap) |
int |
getIcon(AccessPoint ap) |
void |
removeAccessPointCallback(NetworkController.AccessPointController.AccessPointCallback callback) |
void |
scanForAccessPoints() |
void addAccessPointCallback(NetworkController.AccessPointController.AccessPointCallback callback)
void removeAccessPointCallback(NetworkController.AccessPointController.AccessPointCallback callback)
void scanForAccessPoints()
int getIcon(AccessPoint ap)
boolean connect(AccessPoint ap)
boolean canConfigWifi()