Public Attributes
wpa_scan_res Struct Reference

#include <driver.h>

List of all members.

Public Attributes

unsigned int age
size_t beacon_ie_len
u16 beacon_int
u8 bssid [ETH_ALEN]
u16 caps
unsigned int flags
int freq
size_t ie_len
int level
int noise
int qual
u64 tsf

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

unsigned int wpa_scan_res::age

Definition at line 156 of file driver.h.

Definition at line 158 of file driver.h.

Definition at line 150 of file driver.h.

u8 wpa_scan_res::bssid[ETH_ALEN]

Definition at line 148 of file driver.h.

Definition at line 151 of file driver.h.

unsigned int wpa_scan_res::flags

Definition at line 147 of file driver.h.

Definition at line 149 of file driver.h.

Definition at line 157 of file driver.h.

Definition at line 154 of file driver.h.

Definition at line 153 of file driver.h.

Definition at line 152 of file driver.h.

Definition at line 155 of file driver.h.


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


wpa_supplicant_node
Author(s): Package maintained by Blaise Gassend
autogenerated on Thu Apr 24 2014 15:33:26