Home
last modified time | relevance | path

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

/system/connectivity/wificond/scanning/
Dscan_utils.h107 virtual bool StopScheduledScan(uint32_t interface_index);
Dscan_utils.cpp271 bool ScanUtils::StopScheduledScan(uint32_t interface_index) { in StopScheduledScan() function in android::wificond::ScanUtils
Dscanner_impl.cpp275 if (!scan_utils_->StopScheduledScan(interface_index_)) { in stopPnoScan()