summaryrefslogtreecommitdiff
path: root/scanning/scan_utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'scanning/scan_utils.h')
-rw-r--r--scanning/scan_utils.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/scanning/scan_utils.h b/scanning/scan_utils.h
index 3ac7f4a..2d4cfe3 100644
--- a/scanning/scan_utils.h
+++ b/scanning/scan_utils.h
@@ -94,6 +94,7 @@ class ScanUtils {
// If |ssids| contains an empty string, it will a scan for all ssids.
// - |freqs| is a vector of frequencies we request to scan.
// If |freqs| is an empty vector, it will scan all supported frequencies.
+ // - |vendor_ies| is a vector of vendor ies we add it in probe req.
// - |error_code| contains the errno kernel replied when this returns false.
// Returns true on success.
virtual bool Scan(uint32_t interface_index,
@@ -102,6 +103,7 @@ class ScanUtils {
bool enable_6ghz_rnr,
const std::vector<std::vector<uint8_t>>& ssids,
const std::vector<uint32_t>& freqs,
+ const std::vector<uint8_t>& vendor_ies,
int* error_code);
// Send scan request to kernel for interface with index |interface_index|.