Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
cfg80211_beacon_data Struct Reference

#include <cfg80211.h>

Data Fields

const u8head
 
const u8tail
 
const u8beacon_ies
 
const u8proberesp_ies
 
const u8assocresp_ies
 
const u8probe_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

struct cfg80211_beacon_data - beacon data : head portion of beacon (before TIM IE) or NULL if not changed : tail portion of beacon (after TIM IE) or NULL if not changed : length of : length of : extra information element(s) to add into Beacon frames or NULL : length of beacon_ies in octets : extra information element(s) to add into Probe Response frames or NULL : length of proberesp_ies in octets : extra information element(s) to add into (Re)Association Response frames or NULL : length of assocresp_ies in octets : length of probe response template () : probe response template (AP mode only)

Definition at line 410 of file cfg80211.h.

Field Documentation

const u8* assocresp_ies

Definition at line 414 of file cfg80211.h.

size_t assocresp_ies_len

Definition at line 420 of file cfg80211.h.

const u8* beacon_ies

Definition at line 412 of file cfg80211.h.

size_t beacon_ies_len

Definition at line 418 of file cfg80211.h.

Definition at line 411 of file cfg80211.h.

size_t head_len

Definition at line 417 of file cfg80211.h.

Definition at line 415 of file cfg80211.h.

size_t probe_resp_len

Definition at line 421 of file cfg80211.h.

const u8* proberesp_ies

Definition at line 413 of file cfg80211.h.

size_t proberesp_ies_len

Definition at line 419 of file cfg80211.h.

const u8 * tail

Definition at line 411 of file cfg80211.h.

size_t tail_len

Definition at line 417 of file cfg80211.h.


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