Package | Description |
---|---|
usp.ime.gclib.net.wifi |
Modifier and Type | Method and Description |
---|---|
java.util.List<NetworkAvailable> |
NetworkManager.getAllNetworksAvailable()
This method returns a list of all Networks available that was create
by another device running the same application.
|
Modifier and Type | Method and Description |
---|---|
int |
NetworkManager.connectNetwork(NetworkAvailable net,
java.lang.String password)
Try connect to a network.
|