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

struct assoc_reject - Data for EVENT_ASSOC_REJECT events More...

#include <driver.h>

Public Attributes

const u8 * bssid
 bssid - BSSID of the AP that rejected association
 
const u8 * resp_ies
 resp_ies - (Re)Association Response IEs More...
 
size_t resp_ies_len
 resp_ies_len - Length of resp_ies in bytes
 
u16 status_code
 status_code - Status Code from (Re)association Response
 
int timed_out
 timed_out - Whether failure is due to timeout (etc.) rather than explicit rejection response from the AP.
 

Detailed Description

struct assoc_reject - Data for EVENT_ASSOC_REJECT events

Member Data Documentation

§ resp_ies

const u8* wpa_event_data::assoc_reject::resp_ies

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).


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