wpa_supplicant / hostapd  2.5
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
beacon_data Struct Reference

Beacon data. More...

#include <driver.h>

Data Fields

u8 * head
 
u8 * tail
 
u8 * beacon_ies
 
u8 * proberesp_ies
 
u8 * assocresp_ies
 
u8 * probe_resp
 
size_t head_len
 
size_t tail_len
 
size_t beacon_ies_len
 
size_t proberesp_ies_len
 
size_t assocresp_ies_len
 
size_t probe_resp_len
 

Detailed Description

Beacon data.

Parameters
headHead portion of Beacon frame (before TIM IE)
tailTail portion of Beacon frame (after TIM IE)
beacon_iesExtra information element(s) to add into Beacon frames or NULL
proberesp_iesExtra information element(s) to add into Probe Response frames or NULL
assocresp_iesExtra information element(s) to add into (Re)Association Response frames or NULL
probe_respProbe Response frame template
head_lenLength of head
tail_lenLength of tail
beacon_ies_lenLength of beacon_ies in octets
proberesp_ies_lenLength of proberesp_ies in octets
proberesp_ies_lenLength of proberesp_ies in octets
probe_resp_lenLength of probe response template (probe_resp)

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