Home | History | Annotate | Download | only in scanning

Lines Matching refs:ScanUtils

42 ScanUtils::ScanUtils(NetlinkManager* netlink_manager)
49 ScanUtils::~ScanUtils() {}
51 void ScanUtils::SubscribeScanResultNotification(
57 void ScanUtils::UnsubscribeScanResultNotification(uint32_t interface_index) {
61 void ScanUtils::SubscribeSchedScanResultNotification(
68 void ScanUtils::UnsubscribeSchedScanResultNotification(
73 bool ScanUtils::GetScanResult(uint32_t interface_index,
125 bool ScanUtils::ParseScanResult(unique_ptr<const NL80211Packet> packet,
189 bool ScanUtils::GetSSIDFromInfoElement(const vector<uint8_t>& ie,
220 bool ScanUtils::Scan(uint32_t interface_index,
271 bool ScanUtils::StopScheduledScan(uint32_t interface_index) {
300 bool ScanUtils::AbortScan(uint32_t interface_index) {
319 bool ScanUtils::StartScheduledScan(