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.
This commit is contained in:
Denis Kenzior 2018-06-28 15:40:36 -05:00
parent ef5110869b
commit 5828073cd5
1 changed files with 1 additions and 0 deletions

View File

@ -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,