2

The following is an excerpt from iw's help page:

dev <devname> set monitor *
        Set monitor flags. Valid flags are:
        none:     no special flags
        fcsfail:  show frames with FCS errors
        control:  show control frames
        otherbss: show frames from other BSSes
        cook:     use cooked mode
        active:   use active mode (ACK incoming unicast packets)
        mumimo-groupid : use MUMIMO according to a group id
        mumimo-follow-mac : use MUMIMO according to a MAC address

What is "cooked mode" wifi monitoring?

Jeff Schaller
  • 66,199
  • 35
  • 114
  • 250
voices
  • 1,252
  • 3
  • 15
  • 30
  • 1
    In general, Cooked mode means preprocessing of data before giving it to some program or system. So, iw must be activating some setting which gonna process first . Thoughe no idea, what exactly iw gonna processes here in this setting. – dgfjxcv May 15 '18 at 11:26

1 Answers1

0

I was searching for a detailed information about these flags and I came across this information in Aircrack-ng blog

cook: Refer to a mode for HostAPd where authentication frames that mac80211 didn't actually look at. It is only for ancient versions of HostAPd.