public static interface WifiScanner.PnoScanListener extends WifiScanner.ScanListener
WifiScanner.startDisconnectedPnoScan(android.net.wifi.WifiScanner.ScanSettings, android.net.wifi.WifiScanner.PnoSettings, android.net.wifi.WifiScanner.PnoScanListener)
and
WifiScanner.startConnectedPnoScan(android.net.wifi.WifiScanner.ScanSettings, android.net.wifi.WifiScanner.PnoSettings, android.net.wifi.WifiScanner.PnoScanListener)
.
Modifier and Type | Method and Description |
---|---|
void |
onPnoNetworkFound(ScanResult[] results)
Invoked when one of the PNO networks are found in scan results.
|
onFullResult, onPeriodChanged, onResults
onFailure, onSuccess
void onPnoNetworkFound(ScanResult[] results)