Implement monitor mode support for iwm(4).
authorstsp <stsp@openbsd.org>
Mon, 24 Apr 2017 09:48:42 +0000 (09:48 +0000)
committerstsp <stsp@openbsd.org>
Mon, 24 Apr 2017 09:48:42 +0000 (09:48 +0000)
commit8be22d9ed44ac756ff549236ee7277658f62e21e
tree2385fc6c82cec745c6a699e4871253b1a6a11353
parent902860fcc1ee3f633911ae04c962cdfdff4d273b
Implement monitor mode support for iwm(4).

The magic commands to capture raw 802.11 frames on e.g. channel 1 are:
ifconfig iwm0 mediaopt monitor chan 1
tcpdump -n -i iwm0 -y IEEE802_11_RADIO -s 4096 -w /tmp/iwm.pcap
ifconfig iwm0 -mediaopt monitor -chan
sys/dev/pci/if_iwm.c