#include <driver.h>
union wpa_event_data - Additional data for wpa_supplicant_event() calls
Definition at line 2056 of file driver.h.
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