wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
wpa_event_data::scan_info Struct Reference

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
 

Detailed Description

Optional data for EVENT_SCAN_RESULTS events.

Parameters
abortedWhether the scan was aborted
freqsScanned frequencies in MHz (NULL = all channels scanned)
num_freqsNumber of entries in freqs array
ssidsScanned SSIDs (NULL or zero-length SSID indicates wildcard SSID)
num_ssidsNumber of entries in ssids array

The documentation for this struct was generated from the following file: