diff options
Diffstat (limited to 'src/drivers/driver.h')
| -rw-r--r-- | src/drivers/driver.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/drivers/driver.h b/src/drivers/driver.h index 5f3c6ffd..31cb23f1 100644 --- a/src/drivers/driver.h +++ b/src/drivers/driver.h @@ -4387,6 +4387,9 @@ union wpa_event_data { * @ssids: Scanned SSIDs (%NULL or zero-length SSID indicates wildcard * SSID) * @num_ssids: Number of entries in ssids array + * @external_scan: Whether the scan info is for an external scan + * @nl_scan_event: 1 if the source of this scan event is a normal scan, + * 0 if the source of the scan event is a vendor scan */ struct scan_info { int aborted; @@ -4394,6 +4397,8 @@ union wpa_event_data { size_t num_freqs; struct wpa_driver_scan_ssid ssids[WPAS_MAX_SCAN_SSIDS]; size_t num_ssids; + int external_scan; + int nl_scan_event; } scan_info; /** |
