All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexandre Becholey <alexandre@shockfish.com>
To: linux-wireless@vger.kernel.org
Subject: IEEE80211 Acknowledgement
Date: Mon, 04 May 2009 17:16:11 +0200	[thread overview]
Message-ID: <49FF06BB.2090106@shockfish.com> (raw)

Hi,

I'm trying to catch Acknowlegement frames in the mac80211, but I don't 
managed to. Thus I'm wondering if they follow another path than the 
frames that aren't control ones?
First I grab the header from the skb:
struct ieee80211_hdr *hdr = (struct ieee80211_hdr *) skb->data;

then I run tests on the frame control. I can see frames like probe 
request or association request (ieee80211_is_probe_req, 
ieee80211_is_assoc_req,...) but there are never any ack ones. I did this 
in functions __ieee80211_rx and ieee80211_rx_irqsafe in rx.c

I'm doing this with a ralink chip (rt73usb) on the wireless-testing kernel.

Alexandre Becholey

             reply	other threads:[~2009-05-04 15:21 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-04 15:16 Alexandre Becholey [this message]
2009-05-04 15:29 ` IEEE80211 Acknowledgement Ivo van Doorn
2009-05-04 15:32   ` Johannes Berg
2009-05-04 16:35     ` Ivo van Doorn
2009-05-04 16:39       ` Johannes Berg
2009-05-04 16:55         ` Ivo van Doorn
2009-05-04 17:02           ` Johannes Berg
2009-05-04 17:05             ` Ivo van Doorn
2009-05-05  7:44               ` Alexandre Becholey
2009-05-05  8:34                 ` Ivo van Doorn

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=49FF06BB.2090106@shockfish.com \
    --to=alexandre@shockfish.com \
    --cc=linux-wireless@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.