radiotap.netbsd.org archive mirror
 help / color / mirror / Atom feed
* Plans for an online meeting regarding Radiotap
@ 2009-08-21 14:31 Gábor Stefanik
       [not found] ` <4A8EAFA6.9010608-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
  0 siblings, 1 reply; 15+ messages in thread
From: Gábor Stefanik @ 2009-08-21 14:31 UTC (permalink / raw)
  To: Johannes Berg, Richard Farina, Mike Kershaw, Sam Leffler, Rafael Laufer
  Cc: radiotap, linux-wireless, freebsd-mobile, misc-openbsd,
	tech-openbsd, netbsd-net, wireshark-dev

Radiotap is a de-facto standard for 802.11 frame injection and reception.
Up to field ID 13, it can truly considered a standard (all current 
implementations
agree on fields 1-13), but after that, implementations diverge widely.

Here is a map of how current implementations define field IDs 14 and up:

Linux (both mac80211 & madwifi, not sure about libertas) & NetBSD:
Field 14: RX flags (standardized field)
Field 15: TX flags
Field 16: RTS retries
Field 17: Data retries

FreeBSD:
Fields 14...17 skipped (incliding standardized field 14), field 18: 
Extended channel

OpenBSD:
Field 14: FCS of the frame (clashes with standard - field 14 is defined 
as RX flags!)
Field 15: Hardware queue
Field 16: RSSI

DragonFly BSD: No fields above 13 implemented.

Aircrack-ng:
Field 14: RX flags (as in the standard)
Field 15: TX flags

CACE AirPcap software:
Field 14: FCS of the frame (clashes with standard; the FCS is also appended
to the end of the packet, so this usage is unneeded)

Wireshark:
Field 14: RX flags, with option to decode FCS instead
Fields 15...17 skipped
Field 18: Extended channel

Radiotap fields 14 and up need to be sorted out to allow further 
advancements
of the standard. In the current state, essentially no fields can be 
added without
risking a collision between implementations. To remedy this, I would 
like to propose
an online mini-summit to be held on Freenode, with the goal of defining 
a standard
way to use fields 14 and up.
The summit is to be held in IRC channel #radiotap, where interested 
parties can join
the discussion and propose changes. My preferred time for this event is
August 25, 2009, 18:00 GMT; please let me know if this date is 
unsuitable for any of
you, and I will try to find a better time for the summit when everyone 
interested can attend.

My current proposal for the future standard field ordering beyond field 14:

Field 14: RX flags (as defined by the standard)
Field 15: TX flags (as used by Linux, NetBSD and aircrack-ng)
Field 16: RTS retry count (as used by Linux and NetBSD)
Field 17: Data retry count (as used by Linux and NetBSD)
Field 18: Extended channel (as used by FreeBSD and Wireshark)
Field 19: RSSI (OpenBSD's field 16 moved to field ID 19 to avoid collisions)

In addition, the following new fields may be worth addition to the standard:
RTS threshold, Fragmentation threshold, Extended rate (with MCS index 
support).
I'm deliberately not assigning field numbers to these proposed fields 
yet to prevent
early, divergent implementations of them; the field IDs for these should 
be decided
during the summit.

I'm for dropping the following fields, please let me know during the summit
if there are any use cases for them:
-FCS of the frame (if we have FCS data, then it should be appended to the
end of the frame, not put into the header)
-Hardware queue (I don't see the point of this... maybe a full QoS 
control field
would be needed instead)

Hope to see you on Freenode at the set date. Again, if the time is a 
problem,
respond, and I will try to find a better time.

Sincerely,
Gábor Stefanik <netrolller.3d-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>

--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2009-08-24 19:02 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-08-21 14:31 Plans for an online meeting regarding Radiotap Gábor Stefanik
     [not found] ` <4A8EAFA6.9010608-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2009-08-21 14:34   ` Johannes Berg
     [not found]     ` <1250865255.4600.6.camel-YfaajirXv2244ywRPIzf9A@public.gmane.org>
2009-08-21 14:41       ` Gábor Stefanik
     [not found]         ` <69e28c910908210741wd3bc391x311523f5b55fd4f1-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-08-21 14:45           ` Johannes Berg
     [not found]             ` <1250865918.4600.9.camel-YfaajirXv2244ywRPIzf9A@public.gmane.org>
2009-08-21 15:04               ` Gábor Stefanik
     [not found]                 ` <69e28c910908210804h6181aab1w4a864392239aa1ac-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-08-21 15:11                   ` Johannes Berg
     [not found]                     ` <1250867479.4600.11.camel-YfaajirXv2244ywRPIzf9A@public.gmane.org>
2009-08-21 21:55                       ` Gábor Stefanik
     [not found]                         ` <69e28c910908211455u5dcd70f0u94eab510ab91a69a-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-08-21 22:35                           ` RTS/CTS + CTS-to-self David Young
     [not found]                             ` <20090821223519.GE1436-eZodSLrBbDpBDgjK7y7TUQ@public.gmane.org>
2009-08-21 22:47                               ` Gábor Stefanik
     [not found]                                 ` <69e28c910908211547k7c48551aj4d9ac2d06ceeb6da-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2009-08-22  4:37                                   ` Dave Young
2009-08-24 18:17                                   ` David Young
2009-08-22  4:38                           ` Plans for an online meeting regarding Radiotap Dave Young
2009-08-23 14:27                   ` Mike Kershaw
2009-08-24 18:55   ` Guy Harris
     [not found]     ` <EE141467-6B64-48B1-AC4C-EA5BD08BDB00-FrUbXkNCsVf2fBVCVOL8/A@public.gmane.org>
2009-08-24 19:02       ` Guy Harris

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).