Re: Question about debugging WLAN communication

2014-01-27 Thread David Coppa
On Sun, Jan 26, 2014 at 7:26 PM, wrote: > Eike Lantzsch writes: > > [...] > >> I just wonder why it works with my MACbook. >> The latter sends a lot of "no-data" packets which the Samsung phone >> does not. >> Does the athn driver or hardware "think" that the phone is "sleeping" >> and times out

Re: Question about debugging WLAN communication

2014-01-27 Thread Giancarlo Razzolini
Em 26-01-2014 16:26, j...@wxcvbn.org escreveu: > Eike Lantzsch writes: > > [...] > >> I just wonder why it works with my MACbook. >> The latter sends a lot of "no-data" packets which the Samsung phone >> does not. >> Does the athn driver or hardware "think" that the phone is "sleeping" >> and ti

Re: Question about debugging WLAN communication

2014-01-26 Thread jca
Eike Lantzsch writes: [...] > I just wonder why it works with my MACbook. > The latter sends a lot of "no-data" packets which the Samsung phone > does not. > Does the athn driver or hardware "think" that the phone is "sleeping" > and times out? athn(4) doesn't mention this, but ath(4) does:

Re: Question about debugging WLAN communication

2014-01-26 Thread Eike Lantzsch
On Sunday 26 January 2014 12:37:44 Stefan Sperling wrote: > On Sun, Jan 26, 2014 at 08:06:51AM -0300, Eike Lantzsch wrote: > > Hi! > > > > Does anybody know how to debug WiFi communications other than with > > this little gadget? > > Try something like this: > > tcpdump -y IEEE802_11 -i athn0 >

Re: Question about debugging WLAN communication

2014-01-26 Thread Stefan Sperling
On Sun, Jan 26, 2014 at 08:06:51AM -0300, Eike Lantzsch wrote: > Hi! > > Does anybody know how to debug WiFi communications other than with > this little gadget? > Try something like this: tcpdump -y IEEE802_11 -i athn0 tcpdump -y IEEE802_11_RADIO -i athn0 As usual, see the tcpdump man page f

Question about debugging WLAN communication

2014-01-26 Thread Eike Lantzsch
Hi! Does anybody know how to debug WiFi communications other than with this little gadget? Litepoint IQ2010 http://www.helmut-singer.de/stock/883620923.html Cheers Eike