Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jul 2019 23:45:49 -0700
From:      Adrian Chadd <adrian.chadd@gmail.com>
To:        Matthias Apitz <guru@unixarea.de>
Cc:        Vladimir Botka <vbotka@gmail.com>,  "freebsd-wireless@freebsd.org" <freebsd-wireless@freebsd.org>
Subject:   Re: debugging a Wifi association problem
Message-ID:  <CAJ-Vmom-14SoMBH7xD0y=wZCAYqA3GWzOD=1ziGYRq7WsJtZfg@mail.gmail.com>
In-Reply-To: <20190718062033.GA4802@c720-r342378>
References:  <20190717053826.GA3090@c720-r342378> <20190717090543.4e0ac69f@gmail.com> <20190717173532.GA3766@c720-r342378> <20190717202602.397ca542@gmail.com> <20190717185324.GB2379@c720-r342378> <20190717231314.188da633@gmail.com> <20190718062033.GA4802@c720-r342378>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAJ-Vmom-14SoMBH7xD0y=wZCAYqA3GWzOD=1ziGYRq7WsJtZfg>