Lines Matching refs:ScanUtils
49 ScanUtils::ScanUtils(NetlinkManager* netlink_manager) in ScanUtils() function in android::wificond::ScanUtils
56 ScanUtils::~ScanUtils() {} in ~ScanUtils()
58 void ScanUtils::SubscribeScanResultNotification( in SubscribeScanResultNotification()
64 void ScanUtils::UnsubscribeScanResultNotification(uint32_t interface_index) { in UnsubscribeScanResultNotification()
68 void ScanUtils::SubscribeSchedScanResultNotification( in SubscribeSchedScanResultNotification()
75 void ScanUtils::UnsubscribeSchedScanResultNotification( in UnsubscribeSchedScanResultNotification()
80 bool ScanUtils::GetScanResult(uint32_t interface_index, in GetScanResult()
132 bool ScanUtils::ParseScanResult(unique_ptr<const NL80211Packet> packet, in ParseScanResult()
194 bool ScanUtils::GetBssTimestampForTesting( in GetBssTimestampForTesting()
200 bool ScanUtils::GetBssTimestamp(const NL80211NestedAttr& bss, in GetBssTimestamp()
222 bool ScanUtils::ParseRadioChainInfos( in ParseRadioChainInfos()
247 bool ScanUtils::GetSSIDFromInfoElement(const vector<uint8_t>& ie, in GetSSIDFromInfoElement()
278 bool ScanUtils::Scan(uint32_t interface_index, in Scan()
360 bool ScanUtils::StopScheduledScan(uint32_t interface_index) { in StopScheduledScan()
389 bool ScanUtils::AbortScan(uint32_t interface_index) { in AbortScan()
408 bool ScanUtils::StartScheduledScan( in StartScheduledScan()