'\" t .\" Title: enum monitor_flags .\" 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 "ENUM MONITOR_FLAGS" "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" enum_monitor_flags \- monitor flags .SH "SYNOPSIS" .sp .nf enum monitor_flags { MONITOR_FLAG_FCSFAIL, MONITOR_FLAG_PLCPFAIL, MONITOR_FLAG_CONTROL, MONITOR_FLAG_OTHER_BSS, MONITOR_FLAG_COOK_FRAMES, MONITOR_FLAG_ACTIVE }; .fi .SH "CONSTANTS" .PP MONITOR_FLAG_FCSFAIL .RS 4 pass frames with bad FCS .RE .PP MONITOR_FLAG_PLCPFAIL .RS 4 pass frames with bad PLCP .RE .PP MONITOR_FLAG_CONTROL .RS 4 pass control frames .RE .PP MONITOR_FLAG_OTHER_BSS .RS 4 disable BSSID filtering .RE .PP MONITOR_FLAG_COOK_FRAMES .RS 4 report frames after processing .RE .PP MONITOR_FLAG_ACTIVE .RS 4 active monitor, ACKs frames on its MAC address .RE .SH "DESCRIPTION" .PP .PP Monitor interface configuration flags\&. Note that these must be the bits according to the nl80211 flags\&. .SH "AUTHOR" .PP \fBJohannes Berg\fR <\&johannes@sipsolutions.net\&> .RS 4 Author. .RE .SH "COPYRIGHT" .br