1ENUM MONITOR_FLAGS(9) Actions and configuration ENUM MONITOR_FLAGS(9)
2
3
4
6 enum_monitor_flags - monitor flags
7
9 enum monitor_flags {
10 MONITOR_FLAG_CHANGED,
11 MONITOR_FLAG_FCSFAIL,
12 MONITOR_FLAG_PLCPFAIL,
13 MONITOR_FLAG_CONTROL,
14 MONITOR_FLAG_OTHER_BSS,
15 MONITOR_FLAG_COOK_FRAMES,
16 MONITOR_FLAG_ACTIVE
17 };
18
20 MONITOR_FLAG_CHANGED
21 set if the flags were changed
22
23 MONITOR_FLAG_FCSFAIL
24 pass frames with bad FCS
25
26 MONITOR_FLAG_PLCPFAIL
27 pass frames with bad PLCP
28
29 MONITOR_FLAG_CONTROL
30 pass control frames
31
32 MONITOR_FLAG_OTHER_BSS
33 disable BSSID filtering
34
35 MONITOR_FLAG_COOK_FRAMES
36 report frames after processing
37
38 MONITOR_FLAG_ACTIVE
39 active monitor, ACKs frames on its MAC address
40
42 Monitor interface configuration flags. Note that these must be the bits
43 according to the nl80211 flags.
44
46 Johannes Berg <johannes@sipsolutions.net>
47 Author.
48
50Kernel Hackers Manual 3.10 June 2019 ENUM MONITOR_FLAGS(9)