$search

wpa_event_data Union Reference

#include <driver.h>

List of all members.

Classes

struct  assoc_info
struct  assoc_reject
struct  auth_info
struct  deauth_info
struct  disassoc_info
struct  eapol_rx
struct  ft_ies
struct  ft_rrb_rx
struct  ibss_rsn_start
struct  interface_status
struct  michael_mic_failure
struct  mlme_rx
struct  new_sta
struct  pmkid_candidate
struct  remain_on_channel
struct  rx_action
struct  rx_from_unknown
struct  rx_mgmt
struct  rx_probe_req
struct  scan_info
struct  signal_change
struct  stkstart
struct  timeout_event
struct  tx_status

Public Attributes

struct wpa_event_data::assoc_info assoc_info
struct wpa_event_data::assoc_reject assoc_reject
struct wpa_event_data::auth_info auth
struct wpa_event_data::deauth_info deauth_info
struct
wpa_event_data::disassoc_info 
disassoc_info
struct wpa_event_data::eapol_rx eapol_rx
struct wpa_event_data::ft_ies ft_ies
struct wpa_event_data::ft_rrb_rx ft_rrb_rx
struct
wpa_event_data::ibss_rsn_start 
ibss_rsn_start
struct
wpa_event_data::interface_status 
interface_status
struct
wpa_event_data::michael_mic_failure 
michael_mic_failure
struct wpa_event_data::mlme_rx mlme_rx
struct wpa_event_data::new_sta new_sta
struct
wpa_event_data::pmkid_candidate 
pmkid_candidate
struct
wpa_event_data::remain_on_channel 
remain_on_channel
struct wpa_event_data::rx_action rx_action
struct
wpa_event_data::rx_from_unknown 
rx_from_unknown
struct wpa_event_data::rx_mgmt rx_mgmt
struct wpa_event_data::rx_probe_req rx_probe_req
struct wpa_event_data::scan_info scan_info
struct
wpa_event_data::signal_change 
signal_change
struct wpa_event_data::stkstart stkstart
struct
wpa_event_data::timeout_event 
timeout_event
struct wpa_event_data::tx_status tx_status

Detailed Description

union wpa_event_data - Additional data for wpa_supplicant_event() calls

Definition at line 2058 of file driver.h.


Member Data Documentation

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.

struct assoc_reject - Data for EVENT_ASSOC_REJECT events

struct auth_info - Data for EVENT_AUTH events

struct deauth_info - Data for EVENT_DEAUTH events

struct disassoc_info - Data for EVENT_DISASSOC events

struct eapol_rx - Data for EVENT_EAPOL_RX events

struct ft_ies - FT information elements (EVENT_FT_RESPONSE)

During FT (IEEE 802.11r) authentication sequence, the driver is expected to use this event to report received FT IEs (MDIE, FTIE, RSN IE, TIE, possible resource request) to the supplicant. The FT IEs for the next message will be delivered through the struct wpa_driver_ops::update_ft_ies() callback.

struct ft_rrb_rx - Data for EVENT_FT_RRB_RX events

struct ibss_rsn_start - Data for EVENT_IBSS_RSN_START

struct interface_status - Data for EVENT_INTERFACE_STATUS

struct michael_mic_failure - Data for EVENT_MICHAEL_MIC_FAILURE

struct mlme_rx - Data for EVENT_MLME_RX events

struct new_sta - Data for EVENT_NEW_STA events

struct pmkid_candidate - Data for EVENT_PMKID_CANDIDATE

struct remain_on_channel - Data for EVENT_REMAIN_ON_CHANNEL events

This is also used with EVENT_CANCEL_REMAIN_ON_CHANNEL events.

struct rx_action - Data for EVENT_RX_ACTION events

struct rx_from_unknown - Data for EVENT_RX_FROM_UNKNOWN events

struct rx_mgmt - Data for EVENT_RX_MGMT events

struct rx_probe_req - Data for EVENT_RX_PROBE_REQ events

struct scan_info - Optional data for EVENT_SCAN_RESULTS events : Whether the scan was aborted : Scanned frequencies in MHz (NULL = all channels scanned) : Number of entries in freqs array : Scanned SSIDs (NULL or zero-length SSID indicates wildcard SSID) : Number of entries in ssids array

struct signal_change - Data for EVENT_SIGNAL_CHANGE events

struct stkstart - Data for EVENT_STKSTART

struct tx_status - Data for EVENT_TX_STATUS events


The documentation for this union was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


wpa_supplicant_node
Author(s): Package maintained by Blaise Gassend
autogenerated on Fri Mar 1 16:00:55 2013