mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-01-09 00:12:36 +01:00
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:
parent
ef5110869b
commit
5828073cd5
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user