scan: add ssid parameter

ssid – is used for the direct probe requests
This commit is contained in:
Tim Kourt 2018-06-28 21:02:56 -07:00 committed by Denis Kenzior
parent 5eb043e501
commit 1ffc99c343
1 changed files with 1 additions and 0 deletions

View File

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