hostapd
Public Attributes | List of all members
wpa_event_data::ft_ies Struct Reference

struct ft_ies - FT information elements (EVENT_FT_RESPONSE) More...

#include <driver.h>

Public Attributes

const u8 * ies
 
size_t ies_len
 
int ft_action
 
u8 target_ap [ETH_ALEN]
 
const u8 * ric_ies
 Optional IE(s), e.g., WMM TSPEC(s), for RIC-Request.
 
size_t ric_ies_len
 Length of ric_ies buffer in octets.
 

Detailed Description

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.


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