1
This is what I currently do to capture 802.11 packets with Wireshark on my Macbook Pro
- From my AP, I set the channel to 40 and channel bandwidth to 20MHz.
- From Terminal, I set the Airport channel using: "airport --channel=40".
- From Wireshark, I set my wireless interface to monitor mode.
- Start Wireshark capture.
"airport -I" does not display any information about channel bandwidth, so I'm not sure if it knows how wide of a channel to listen on. This is why I set the AP's channel bandwidth to 20MHz - to give the Macbook Pro a better chance of capturing the packets. So, how can I set the channel bandwidth (using, I presume, the 'airport' tool)?