public static interface WifiNative.ScanEventHandler
Modifier and Type | Method and Description |
---|---|
void |
onFullScanResult(ScanResult fullScanResult,
int bucketsScanned)
Called for each AP as it is found with the entire contents of the beacon/probe response.
|
void |
onScanPaused(WifiScanner.ScanData[] data)
Called with the current cached scan results when gscan is paused.
|
void |
onScanRestarted()
Called with the current cached scan results when gscan is resumed.
|
void |
onScanStatus(int event)
Callback on an event during a gscan scan.
|
void onFullScanResult(ScanResult fullScanResult, int bucketsScanned)
void onScanStatus(int event)
void onScanPaused(WifiScanner.ScanData[] data)
void onScanRestarted()