Searched refs:configureScanMonitor (Results 1 – 6 of 6) sorted by relevance
68 bool PlatformWifi::configureScanMonitor(bool enable) { in configureScanMonitor() function in chre::PlatformWifi71 return mWifiApi->configureScanMonitor(enable); in configureScanMonitor()
39 .configureScanMonitor(nanoapp, enable, cookie); in chreWifiConfigureScanMonitorAsync()
56 bool configureScanMonitor(bool enable);
200 bool (*configureScanMonitor)(bool enable); member
72 bool configureScanMonitor(Nanoapp *nanoapp, bool enable, const void *cookie);
48 bool WifiRequestManager::configureScanMonitor(Nanoapp *nanoapp, bool enable, in configureScanMonitor() function in chre::WifiRequestManager66 success = mPlatformWifi.configureScanMonitor(enable); in configureScanMonitor()479 if (mPlatformWifi.configureScanMonitor(stateTransition.enable)) { in handleScanMonitorStateChangeSync()