'\" t .\" Title: struct cfg80211_beacon_data .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: Actions and configuration .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT CFG80211_BEAC" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "Actions and configuration" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" struct_cfg80211_beacon_data \- beacon data .SH "SYNOPSIS" .sp .nf struct cfg80211_beacon_data { 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; }; .fi .SH "MEMBERS" .PP head .RS 4 head portion of beacon (before TIM IE) or \fBNULL\fR if not changed .RE .PP tail .RS 4 tail portion of beacon (after TIM IE) or \fBNULL\fR if not changed .RE .PP beacon_ies .RS 4 extra information element(s) to add into Beacon frames or \fBNULL\fR .RE .PP proberesp_ies .RS 4 extra information element(s) to add into Probe Response frames or \fBNULL\fR .RE .PP assocresp_ies .RS 4 extra information element(s) to add into (Re)Association Response frames or \fBNULL\fR .RE .PP probe_resp .RS 4 probe response template (AP mode only) .RE .PP head_len .RS 4 length of \fIhead\fR .RE .PP tail_len .RS 4 length of \fItail\fR .RE .PP beacon_ies_len .RS 4 length of beacon_ies in octets .RE .PP proberesp_ies_len .RS 4 length of proberesp_ies in octets .RE .PP assocresp_ies_len .RS 4 length of assocresp_ies in octets .RE .PP probe_resp_len .RS 4 length of probe response template (\fIprobe_resp\fR) .RE .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br