scan_info struct
struct scan_info - Optional data for EVENT_SCAN_RESULTS events @aborted: Whether the scan was aborted @freqs: Scanned frequencies in MHz (%NULL = all channels scanned) @num_freqs: Number of entries in freqs array @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 @scan_start_tsf: Time when the scan started in terms of TSF of the BSS that the interface that requested the scan is connected to (if available). @scan_start_tsf_bssid: The BSSID according to which %scan_start_tsf is set.
Fields