wpa_supplicant / hostapd
2.5
|
Optional data for EVENT_SCAN_RESULTS events. More...
#include <driver.h>
Data Fields | |
int | aborted |
const int * | freqs |
size_t | num_freqs |
struct wpa_driver_scan_ssid | ssids [WPAS_MAX_SCAN_SSIDS] |
size_t | num_ssids |
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 |