Home
last modified time | relevance | path

Searched refs:scannerImpl (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
DWifiNl80211Manager.java770 IWifiScannerImpl scannerImpl = mWificondScanners.get(ifaceName); in tearDownClientInterface() local
771 if (scannerImpl != null) { in tearDownClientInterface()
772 scannerImpl.unsubscribeScanEvents(); in tearDownClientInterface()
773 scannerImpl.unsubscribePnoScanEvents(); in tearDownClientInterface()
1014 IWifiScannerImpl scannerImpl = getScannerImpl(ifaceName); in getScanResults() local
1015 if (scannerImpl == null) { in getScanResults()
1022 results = Arrays.asList(scannerImpl.getScanResults()); in getScanResults()
1024 results = Arrays.asList(scannerImpl.getPnoScanResults()); in getScanResults()
1045 IWifiScannerImpl scannerImpl = getScannerImpl(ifaceName); in getMaxSsidsPerScan() local
1046 if (scannerImpl == null) { in getMaxSsidsPerScan()
[all …]