Lines Matching +full:two +full:- +full:channel
60 layer used by 802.11 drivers includes support for a device-independent
68 Radiotap was designed to balance the desire for a hardware-independent,
78 defines two packed structures that it shares with
93 With radiotap setup, drivers just need to fill in per-packet
105 .Bd -literal -offset indent
115 .Bd -literal -offset indent
129 .Bl -tag -width indent
131 This field contains the unsigned 64-bit value, in microseconds,
138 This field contains a single unsigned 8-bit value, containing one or
140 .Bl -tag -width indent
153 data payload to align the payload to a 32-bit boundary.
160 This field contains a single unsigned 8-bit value that is the data rate.
165 This field contains two unsigned 16-bit values.
166 The first value is the center frequency for the channel
168 The second value is a bitmap containing flags that specify channel properties.
174 .\"This field contains two 8-bit values.
175 .\"This field should be present only for frequency-hopping radios.
179 This field contains a single signed 8-bit value that indicates the
182 This field contains a single signed 8-bit value that indicates the
185 .\"This field contains a single unsigned 16-bit value, indicating the
193 .\"This field contains a single unsigned 16-bit value, expressing transmit
198 .\"This field contains a single unsigned 16-bit value, expressing transmit
204 This field is a single signed 8-bit value.
207 This field contains a single unsigned 8-bit value that specifies
209 Antenna numbering is device-specific but typically the primary antenna has
214 This field contains a single unsigned 8-bit value that indicates the
218 This field contains a single unsigned 8-bit value that indicates the
222 This field contains four values: a 32-bit unsigned bitmap of
223 flags that describe the channel attributes, a 16-bit unsigned
224 frequency in MHz (typically the channel center), an 8-bit
225 unsigned IEEE channel number, and a signed 8-bit value that
228 Channel flags are defined in:
235 channel attributes and the
236 mapping between channel frequency and IEEE channel number.
240 .Bd -literal -offset indent
262 .Bd -literal -offset indent
294 .An -nosplit