'\" t .\" Title: struct bss_parameters .\" 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 BSS_PARAMETER" "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_bss_parameters \- BSS parameters .SH "SYNOPSIS" .sp .nf struct bss_parameters { int use_cts_prot; int use_short_preamble; int use_short_slot_time; const u8 * basic_rates; u8 basic_rates_len; int ap_isolate; int ht_opmode; s8 p2p_ctwindow; s8 p2p_opp_ps; }; .fi .SH "MEMBERS" .PP use_cts_prot .RS 4 Whether to use CTS protection (0 = no, 1 = yes, \-1 = do not change) .RE .PP use_short_preamble .RS 4 Whether the use of short preambles is allowed (0 = no, 1 = yes, \-1 = do not change) .RE .PP use_short_slot_time .RS 4 Whether the use of short slot time is allowed (0 = no, 1 = yes, \-1 = do not change) .RE .PP basic_rates .RS 4 basic rates in IEEE 802\&.11 format (or NULL for no change) .RE .PP basic_rates_len .RS 4 number of basic rates .RE .PP ap_isolate .RS 4 do not forward packets between connected stations .RE .PP ht_opmode .RS 4 HT Operation mode (u16 = opmode, \-1 = do not change) .RE .PP p2p_ctwindow .RS 4 P2P CT Window (\-1 = no change) .RE .PP p2p_opp_ps .RS 4 P2P opportunistic PS (\-1 = no change) .RE .SH "DESCRIPTION" .PP .PP Used to change BSS parameters (mainly for AP mode)\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br