'\" t .\" Title: struct ieee80211_conf .\" Author: .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: January 2017 .\" Manual: The basic mac80211 driver interface .\" Source: Kernel Hackers Manual 4.8.15 .\" Language: English .\" .TH "STRUCT IEEE80211_CON" "9" "January 2017" "Kernel Hackers Manual 4\&.8\&." "The basic mac80211 driver inte" .\" ----------------------------------------------------------------- .\" * 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_ieee80211_conf \- configuration of the device .SH "SYNOPSIS" .sp .nf struct ieee80211_conf { u32 flags; int power_level; int dynamic_ps_timeout; u16 listen_interval; u8 ps_dtim_period; u8 long_frame_max_tx_count; u8 short_frame_max_tx_count; struct cfg80211_chan_def chandef; bool radar_enabled; enum ieee80211_smps_mode smps_mode; }; .fi .SH "MEMBERS" .PP flags .RS 4 configuration flags defined above .RE .PP power_level .RS 4 requested transmit power (in dBm), backward compatibility value only that is set to the minimum of all interfaces .RE .PP dynamic_ps_timeout .RS 4 The dynamic powersave timeout (in ms), see the powersave documentation below\&. This variable is valid only when the CONF_PS flag is set\&. .RE .PP listen_interval .RS 4 listen interval in units of beacon interval .RE .PP ps_dtim_period .RS 4 The DTIM period of the AP we\*(Aqre connected to, for use in power saving\&. Power saving will not be enabled until a beacon has been received and the DTIM period is known\&. .RE .PP long_frame_max_tx_count .RS 4 Maximum number of transmissions for a \(lqlong\(rq frame (a frame not RTS protected), called \(lqdot11LongRetryLimit\(rq in 802\&.11, but actually means the number of transmissions not the number of retries .RE .PP short_frame_max_tx_count .RS 4 Maximum number of transmissions for a \(lqshort\(rq frame, called \(lqdot11ShortRetryLimit\(rq in 802\&.11, but actually means the number of transmissions not the number of retries .RE .PP chandef .RS 4 the channel definition to tune to .RE .PP radar_enabled .RS 4 whether radar detection is enabled .RE .PP smps_mode .RS 4 spatial multiplexing powersave mode; note that \fBIEEE80211_SMPS_STATIC\fR is used when the device is not configured for an HT channel\&. Note that this is only valid if channel contexts are not used, otherwise each channel context has the number of chains listed\&. .RE .SH "DESCRIPTION" .PP .PP This struct indicates how the driver shall configure the hardware\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br