public static interface WifiScanner.BssidListener extends WifiScanner.ActionListener
#setHotlist
Modifier and Type | Method and Description |
---|---|
void |
onFound(ScanResult[] results)
indicates that access points were found by on going scans
|
void |
onLost(ScanResult[] results)
indicates that access points were missed by on going scans
|
onFailure, onSuccess
void onFound(ScanResult[] results)
results
- list of scan results, one for each access point visible currentlyvoid onLost(ScanResult[] results)
results
- list of scan results, for each access point that is not visible anymore