debugging a Wifi association problem
Adrian Chadd
adrian.chadd at gmail.com
Thu Jul 18 06:46:04 UTC 2019
Hi!
So, you don't set the monitor flag like you do on linux. you create a
monitor VAP instead or you just use tcpdump with the right flags.
Try:
tcpdump -ni wlan0 -y IEEE802_11_PROTO
That'll put the NIC into monitor mode on the current channel, even in
station mode, and let you do normalt raffic as well as get promiscuous
traffic into tcpdump.
-adrian
More information about the freebsd-wireless
mailing list