mirror of
https://git.kernel.org/pub/scm/network/wireless/iwd.git
synced 2025-02-01 22:34:07 +01:00
scan: add ssid parameter
ssid – is used for the direct probe requests
This commit is contained in:
parent
5eb043e501
commit
1ffc99c343
@ -70,6 +70,7 @@ struct scan_parameters {
|
||||
struct scan_freq_set *freqs;
|
||||
bool flush : 1;
|
||||
bool randomize_mac_addr_hint : 1;
|
||||
const char *ssid; /* Used for direct probe request */
|
||||
};
|
||||
|
||||
uint32_t scan_passive(uint32_t ifindex, scan_trigger_func_t trigger,
|
||||
|
Loading…
Reference in New Issue
Block a user