Public Attributes
wpa_event_data::assoc_info Struct Reference

#include <driver.h>

List of all members.

Public Attributes

const u8 * addr
const u8 * beacon_ies
size_t beacon_ies_len
unsigned int freq
const u8 * req_ies
size_t req_ies_len
const u8 * resp_ies
size_t resp_ies_len

Detailed Description

struct assoc_info - Data for EVENT_ASSOC and EVENT_ASSOCINFO events

This structure is optional for EVENT_ASSOC calls and required for EVENT_ASSOCINFO calls. By using EVENT_ASSOC with this data, the driver interface does not need to generate separate EVENT_ASSOCINFO calls.

Definition at line 2067 of file driver.h.


Member Data Documentation

addr - Station address (for AP mode)

Definition at line 2134 of file driver.h.

beacon_ies - Beacon or Probe Response IEs

Optional Beacon/ProbeResp data: IEs included in Beacon or Probe Response frames from the current AP (i.e., the one that the client just associated with). This information is used to update WPA/RSN IE for the AP. If this field is not set, the results from previous scan will be used. If no data for the new AP is found, scan results will be requested again (without scan request). At this point, the driver is expected to provide WPA/RSN IE for the AP (if WPA/WPA2 is used).

This should start with the first IE (fixed fields before IEs are not included).

Definition at line 2120 of file driver.h.

beacon_ies_len - Length of beacon_ies

Definition at line 2124 of file driver.h.

freq - Frequency of the operational channel in MHz

Definition at line 2129 of file driver.h.

req_ies - (Re)Association Request IEs

If the driver generates WPA/RSN IE, this event data must be returned for WPA handshake to have needed information. If wpa_supplicant-generated WPA/RSN IE is used, this information event is optional.

This should start with the first IE (fixed fields before IEs are not included).

Definition at line 2079 of file driver.h.

req_ies_len - Length of req_ies in bytes

Definition at line 2084 of file driver.h.

resp_ies - (Re)Association Response IEs

Optional association data from the driver. This data is not required WPA, but may be useful for some protocols and as such, should be reported if this is available to the driver interface.

This should start with the first IE (fixed fields before IEs are not included).

Definition at line 2097 of file driver.h.

resp_ies_len - Length of resp_ies in bytes

Definition at line 2102 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