Linux Kernel
3.7.1
|
#include <cfg80211.h>
Data Fields | |
const u8 * | head |
const u8 * | tail |
const u8 * | beacon_ies |
const u8 * | proberesp_ies |
const u8 * | assocresp_ies |
const 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 |
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.
Definition at line 414 of file cfg80211.h.
size_t assocresp_ies_len |
Definition at line 420 of file cfg80211.h.
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.
Definition at line 413 of file cfg80211.h.
size_t proberesp_ies_len |
Definition at line 419 of file cfg80211.h.
Definition at line 411 of file cfg80211.h.
size_t tail_len |
Definition at line 417 of file cfg80211.h.