From 5828073cd5094aeb980f24026cb43a0db13f04c1 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 28 Jun 2018 15:40:36 -0500 Subject: [PATCH] scan: Add randomize_mac_addr_hint This will be used by the scanning code to enable mac address randomization if supported by the hardware / kernel. --- src/scan.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/scan.h b/src/scan.h index 1a8cb67b..40ba5caa 100644 --- a/src/scan.h +++ b/src/scan.h @@ -69,6 +69,7 @@ struct scan_parameters { size_t extra_ie_size; struct scan_freq_set *freqs; bool flush : 1; + bool randomize_mac_addr_hint : 1; }; uint32_t scan_passive(uint32_t ifindex, scan_trigger_func_t trigger,