From 84a30f327bbb3e832f6ef736491aa9bfb8fdb60a Mon Sep 17 00:00:00 2001 From: Reyk Floeter Date: Tue, 27 Jun 2006 22:17:39 +0000 Subject: document the radiotap headers HWQUEUE and RSSI ok jmc@, suggested by jsg@ --- share/man/man9/ieee80211_radiotap.9 | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'share/man/man9') diff --git a/share/man/man9/ieee80211_radiotap.9 b/share/man/man9/ieee80211_radiotap.9 index 021dd1af6ce..ce4d9ce50d5 100644 --- a/share/man/man9/ieee80211_radiotap.9 +++ b/share/man/man9/ieee80211_radiotap.9 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ieee80211_radiotap.9,v 1.7 2006/06/27 04:18:05 jsg Exp $ +.\" $OpenBSD: ieee80211_radiotap.9,v 1.8 2006/06/27 22:17:38 reyk Exp $ .\" .\" Copyright (c) 2004 Bruce M. Simpson , .\" Darron Broad , @@ -27,7 +27,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD: src/share/man/man9/ieee80211_radiotap.9,v 1.3 2004/07/07 12:59:39 ru Exp $ -.\" $Id: ieee80211_radiotap.9,v 1.7 2006/06/27 04:18:05 jsg Exp $ +.\" $Id: ieee80211_radiotap.9,v 1.8 2006/06/27 22:17:38 reyk Exp $ .\" .Dd March 2, 2004 .Dt IEEE80211_RADIOTAP 9 @@ -183,6 +183,15 @@ arbitrary, fixed reference. This field contains a single unsigned 8-bit value, which indicates the RF noise power at the antenna, in decibels difference from an arbitrary, fixed reference. +.It Dv IEEE80211_RADIOTAP_HWQUEUE +This field contains a single unsigned 8-bit value specifying which +hardware queue is being used to transmit the frame. +.It Dv IEEE80211_RADIOTAP_RSSI +This field contains two unsigned 8-bit values. +The first value is the received signal strength index (RSSI) +which indicates the RF signal power at the antenna. +The second value is the relative maximum RSSI value of the RF +interface. .It Dv IEEE80211_RADIOTAP_EXT This bit is reserved for any future extensions to the .Vt radiotap -- cgit v1.2.3