Re: debugging a Wifi association problem

2019-07-18 Thread Serge Semenenko
-L List the known data link types for the interface and exit. # tcpdump -ni wlan0 -L Data link types for wlan0 (use option -y to set): EN10MB (Ethernet) IEEE802_11_RADIO (802.11 plus radiotap header) чт, 18 июл. 2019 г. в 13:41, Matthias Apitz : > El día jueves, julio 18, 2019 a las

Re: debugging a Wifi association problem

2019-07-18 Thread Matthias Apitz
El día jueves, julio 18, 2019 a las 12:04:27p. m. +0200, Matthias Apitz escribió: > El día miércoles, julio 17, 2019 a las 11:45:49p. m. -0700, Adrian Chadd > escribió: > > > Hi! > > > > So, you don't set the monitor flag like you do on linux. you create a > > monitor VAP instead or you just

Re: debugging a Wifi association problem

2019-07-18 Thread Vladimir Botka
On Thu, 18 Jul 2019 08:20:33 +0200 Matthias Apitz wrote: > El día miércoles, julio 17, 2019 a las 11:13:14p. m. +0200, Vladimir Botka > escribió: > > > > > FreeBSD is not needed to analyse the the problem. > > Use whatever system is able > > to set wifi card into the "monitor" mode and

Re: debugging a Wifi association problem

2019-07-18 Thread Adrian Chadd
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

Re: debugging a Wifi association problem

2019-07-18 Thread Matthias Apitz
El día miércoles, julio 17, 2019 a las 11:13:14p. m. +0200, Vladimir Botka escribió: > > I only have FreeBSD laptops (and an older Ubuntu) and the question was > > not if FreeBSD is needed, but if FreeBSD is *able* to capture Wifi. > > Thanks > > matthias > > Yes. FreeBSD is able to capture