'\" t .\" Title: enum ieee80211_conf_flags .\" 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 "ENUM IEEE80211_CONF_" "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" enum_ieee80211_conf_flags \- configuration flags .SH "SYNOPSIS" .sp .nf enum ieee80211_conf_flags { IEEE80211_CONF_MONITOR, IEEE80211_CONF_PS, IEEE80211_CONF_IDLE, IEEE80211_CONF_OFFCHANNEL }; .fi .SH "CONSTANTS" .PP IEEE80211_CONF_MONITOR .RS 4 there\*(Aqs a monitor interface present \-\- use this to determine for example whether to calculate timestamps for packets or not, do not use instead of filter flags! .RE .PP IEEE80211_CONF_PS .RS 4 Enable 802\&.11 power save mode (managed mode only)\&. This is the power save mode defined by IEEE 802\&.11\-2007 section 11\&.2, meaning that the hardware still wakes up for beacons, is able to transmit frames and receive the possible acknowledgment frames\&. Not to be confused with hardware specific wakeup/sleep states, driver is responsible for that\&. See the section \(lqPowersave support\(rq for more\&. .RE .PP IEEE80211_CONF_IDLE .RS 4 The device is running, but idle; if the flag is set the driver should be prepared to handle configuration requests but may turn the device off as much as possible\&. Typically, this flag will be set when an interface is set UP but not associated or scanning, but it can also be unset in that case when monitor interfaces are active\&. .RE .PP IEEE80211_CONF_OFFCHANNEL .RS 4 The device is currently not on its main operating channel\&. .RE .SH "DESCRIPTION" .PP .PP Flags to define PHY configuration options .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br