radiotap.netbsd.org archive mirror
 help / color / mirror / Atom feed
* IEEE80211_RADIOTAP_DATA_RETRIES  for tx frames?
@ 2007-11-28  2:27 bruno randolf
       [not found] ` <200711281127.59233.bruno-L9ZBdB2wSWtl57MIdRCFDg@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: bruno randolf @ 2007-11-28  2:27 UTC (permalink / raw)
  To: radiotap-rN9S6JXhQ+WXmMXjJBpWqg

hello!

while working on packet injection for madwifi i came across the following 
question:

can we use the IEEE80211_RADIOTAP_DATA_RETRIES for injected TX frames to 
specifiy the number of retries to be used? 

this usage seems to be slighty different from the strict specification of 
radiotap for this field (at least the version of the header we have included 
in madwifi now) because it was concerned with received data frames only, and 
we apply it to all kinds of frames to be TXed:

/*
 * IEEE80211_RADIOTAP_DATA_RETRIES      u_int8_t        data
 *
 *     Number of unicast retries a transmitted frame used.
 */

could we extend the meaning of this field to be applicable to transmit frames 
too?

bruno

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

* Re: IEEE80211_RADIOTAP_DATA_RETRIES  for tx frames?
       [not found] ` <200711281127.59233.bruno-L9ZBdB2wSWtl57MIdRCFDg@public.gmane.org>
@ 2007-11-28  3:15   ` David Young
       [not found]     ` <20071128031558.GQ3568-eZ+MEZF6i8Dc+919tysfdA@public.gmane.org>
  0 siblings, 1 reply; 3+ messages in thread
From: David Young @ 2007-11-28  3:15 UTC (permalink / raw)
  To: radiotap-rN9S6JXhQ+WXmMXjJBpWqg

On Wed, Nov 28, 2007 at 11:27:59AM +0900, bruno randolf wrote:
> hello!
> 
> while working on packet injection for madwifi i came across the following 
> question:
> 
> can we use the IEEE80211_RADIOTAP_DATA_RETRIES for injected TX frames to 
> specifiy the number of retries to be used? 
> 
> this usage seems to be slighty different from the strict specification of 
> radiotap for this field (at least the version of the header we have included 
> in madwifi now) because it was concerned with received data frames only, and 
> we apply it to all kinds of frames to be TXed:
> 
> /*
>  * IEEE80211_RADIOTAP_DATA_RETRIES      u_int8_t        data
>  *
>  *     Number of unicast retries a transmitted frame used.
>  */
> 
> could we extend the meaning of this field to be applicable to transmit frames 
> too?

I think that we should.  I intend to use it that way, myself.

Dave

-- 
David Young             OJC Technologies
dyoung-eZodSLrBbDpBDgjK7y7TUQ@public.gmane.org      Urbana, IL * (217) 278-3933 ext 24

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

* Re: IEEE80211_RADIOTAP_DATA_RETRIES  for tx frames?
       [not found]     ` <20071128031558.GQ3568-eZ+MEZF6i8Dc+919tysfdA@public.gmane.org>
@ 2007-11-29  3:48       ` bruno randolf
  0 siblings, 0 replies; 3+ messages in thread
From: bruno randolf @ 2007-11-29  3:48 UTC (permalink / raw)
  To: radiotap-rN9S6JXhQ+WXmMXjJBpWqg; +Cc: David Young

On Wednesday 28 November 2007 12:15:58 David Young wrote:
> On Wed, Nov 28, 2007 at 11:27:59AM +0900, bruno randolf wrote:
> > hello!
> >
> > while working on packet injection for madwifi i came across the following
> > question:
> >
> > can we use the IEEE80211_RADIOTAP_DATA_RETRIES for injected TX frames to
> > specifiy the number of retries to be used?
> >
> > this usage seems to be slighty different from the strict specification of
> > radiotap for this field (at least the version of the header we have
> > included in madwifi now) because it was concerned with received data
> > frames only, and we apply it to all kinds of frames to be TXed:
> >
> > /*
> >  * IEEE80211_RADIOTAP_DATA_RETRIES      u_int8_t        data
> >  *
> >  *     Number of unicast retries a transmitted frame used.
> >  */
> >
> > could we extend the meaning of this field to be applicable to transmit
> > frames too?
>
> I think that we should.  I intend to use it that way, myself.

thanks dave!

i commited code to the madwifi svn which does that now.

bruno

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

end of thread, other threads:[~2007-11-29  3:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-28  2:27 IEEE80211_RADIOTAP_DATA_RETRIES for tx frames? bruno randolf
     [not found] ` <200711281127.59233.bruno-L9ZBdB2wSWtl57MIdRCFDg@public.gmane.org>
2007-11-28  3:15   ` David Young
     [not found]     ` <20071128031558.GQ3568-eZ+MEZF6i8Dc+919tysfdA@public.gmane.org>
2007-11-29  3:48       ` bruno randolf

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).