| ENUM MONITOR_FLAGS(9) | Actions and configuration | ENUM MONITOR_FLAGS(9) | 
NAME¶
enum_monitor_flags - monitor flags
SYNOPSIS¶
enum monitor_flags {
  MONITOR_FLAG_CHANGED,
  MONITOR_FLAG_FCSFAIL,
  MONITOR_FLAG_PLCPFAIL,
  MONITOR_FLAG_CONTROL,
  MONITOR_FLAG_OTHER_BSS,
  MONITOR_FLAG_COOK_FRAMES,
  MONITOR_FLAG_ACTIVE
};  
CONSTANTS¶
MONITOR_FLAG_CHANGED
set if the flags were changed
MONITOR_FLAG_FCSFAIL
pass frames with bad FCS
MONITOR_FLAG_PLCPFAIL
pass frames with bad PLCP
MONITOR_FLAG_CONTROL
pass control frames
MONITOR_FLAG_OTHER_BSS
disable BSSID filtering
MONITOR_FLAG_COOK_FRAMES
report frames after processing
MONITOR_FLAG_ACTIVE
active monitor, ACKs frames on its MAC address
DESCRIPTION¶
Monitor interface configuration flags. Note that these must be the bits according to the nl80211 flags.
AUTHOR¶
Johannes Berg <johannes@sipsolutions.net>
Author.
COPYRIGHT¶
| June 2024 | Kernel Hackers Manual 3.10 |