enum monitor_flags {
MONITOR_FLAG_FCSFAIL,
MONITOR_FLAG_PLCPFAIL,
MONITOR_FLAG_CONTROL,
MONITOR_FLAG_OTHER_BSS,
MONITOR_FLAG_COOK_FRAMES
};
MONITOR_FLAG_FCSFAIL
MONITOR_FLAG_PLCPFAIL
MONITOR_FLAG_CONTROL
MONITOR_FLAG_OTHER_BSS
MONITOR_FLAG_COOK_FRAMES
Monitor interface configuration flags. Note that these must be the bits according to the nl80211 flags.
Johannes Berg <johannes@sipsolutions.net>