wpa_scan_res Struct Reference
#include <driver.h>
List of all members.
Detailed Description
struct wpa_scan_res - Scan result for an BSS/IBSS : information flags about the BSS/IBSS (WPA_SCAN_*) : BSSID : frequency of the channel in MHz (e.g., 2412 = channel 1) : beacon interval in TUs (host byte order) : capability information field in host byte order : signal quality : noise level : signal level : Timestamp : Age of the information in milliseconds (i.e., how many milliseconds ago the last Beacon or Probe Response frame was received) : length of the following IE field in octets : length of the following Beacon IE field in octets
This structure is used as a generic format for scan results from the driver. Each driver interface implementation is responsible for converting the driver or OS specific scan results into this format.
If the driver does not support reporting all IEs, the IE data structure is constructed of the IEs that are available. This field will also need to include SSID in IE format. All drivers are encouraged to be extended to report all IEs to make it easier to support future additions.
Definition at line 146 of file driver.h.
Member Data Documentation
The documentation for this struct was generated from the following file: