public interface WifiScanner
| Modifier and Type | Method and Description |
|---|---|
WifiScanResult |
getConnectedWifi() |
java.util.List<WifiScanResult> |
getWifiScans() |
void |
initAndCheckEligibility() |
boolean |
isWifiScanningEnabled() |
void initAndCheckEligibility()
throws ScannerException
ScannerExceptionWifiScanResult getConnectedWifi() throws ScannerException
ScannerExceptionboolean isWifiScanningEnabled()
java.util.List<WifiScanResult> getWifiScans() throws ScannerException
ScannerException