Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/scanner/
H A DWificondScannerImpl.java304 if (mLastPnoScanSettings.pnoScanEventHandler != null) { in reportPnoScanFailure()
305 mLastPnoScanSettings.pnoScanEventHandler.onPnoScanFailed(); in reportPnoScanFailure()
336 if (mLastPnoScanSettings.pnoScanEventHandler != null) { in pollLatestScanDataForPno()
339 mLastPnoScanSettings.pnoScanEventHandler.onPnoNetworkFound(pnoScanResultsArray); in pollLatestScanDataForPno()
525 WifiNative.PnoEventHandler pnoScanEventHandler) { in LastPnoScanSettings() argument
528 this.pnoScanEventHandler = pnoScanEventHandler; in LastPnoScanSettings()
533 public WifiNative.PnoEventHandler pnoScanEventHandler; field in WificondScannerImpl.LastPnoScanSettings
/aosp12/frameworks/base/wifi/java/src/android/net/wifi/nl80211/
H A DWifiNl80211Manager.java694 PnoScanEventHandler pnoScanEventHandler = new PnoScanEventHandler(executor, in setupInterfaceForClientMode() local
696 mPnoScanEventHandlers.put(ifaceName, pnoScanEventHandler); in setupInterfaceForClientMode()
697 wificondScanner.subscribePnoScanEvents(pnoScanEventHandler); in setupInterfaceForClientMode()