#include <driver.h>
Public Attributes | |
int | aborted |
const int * | freqs |
size_t | num_freqs |
size_t | num_ssids |
struct wpa_driver_scan_ssid | ssids [WPAS_MAX_SCAN_SSIDS] |
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
const int* wpa_event_data::scan_info::freqs |