CVSROOT: /cvs Module name: src Changes by: [email protected] 2017/04/24 03:48:42
Modified files:
sys/dev/pci : if_iwm.c
Log message:
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
