|
hostapd
|
struct scan_info - Optional data for EVENT_SCAN_RESULTS events : Whether the scan was aborted : Scanned frequencies in MHz (NULL = all channels scanned) : Number of entries in freqs array : Scanned SSIDs (NULL or zero-length SSID indicates wildcard SSID) : Number of entries in ssids array : Whether the scan info is for an external scan : 1 if the source of this scan event is a normal scan, 0 if the source of the scan event is a vendor scan : Time when the scan started in terms of TSF of the BSS that the interface that requested the scan is connected to (if available). More...
#include <driver.h>
Public Attributes | |
| int | aborted |
| const int * | freqs |
| 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 |
| u64 | scan_start_tsf |
| u8 | scan_start_tsf_bssid [ETH_ALEN] |
struct scan_info - Optional data for EVENT_SCAN_RESULTS events : Whether the scan was aborted : Scanned frequencies in MHz (NULL = all channels scanned) : Number of entries in freqs array : Scanned SSIDs (NULL or zero-length SSID indicates wildcard SSID) : Number of entries in ssids array : Whether the scan info is for an external scan : 1 if the source of this scan event is a normal scan, 0 if the source of the scan event is a vendor scan : Time when the scan started in terms of TSF of the BSS that the interface that requested the scan is connected to (if available).
: The BSSID according to which scan_start_tsf is set.
1.8.12