Convert the station capabilities variablelist into a more readable table.

This commit is contained in:
Warren Block 2012-01-31 05:11:07 +00:00
parent a3e34ae400
commit 07cfa35a28
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=38353

View file

@ -976,62 +976,60 @@ freebsdap 00:11:95:c3:0d:ac 1 54M -83:96 100 EPS WPA</screen>
identifies the type of each network and the capabilities
of the stations operating there:</para>
<variablelist>
<varlistentry>
<term><literal>E</literal></term>
<table frame="none" pgwide="0">
<title>Station Capability Codes</title>
<listitem>
<para>Extended Service Set (ESS). Indicates that the
station is part of an infrastructure network (in
contrast to an IBSS/ad-hoc network).</para>
</listitem>
</varlistentry>
<tgroup cols="2">
<thead>
<row>
<entry>Capability Code</entry>
<entry>Meaning</entry>
</row>
</thead>
<varlistentry>
<term><literal>I</literal></term>
<tbody>
<row>
<entry><literal>E</literal></entry>
<entry>Extended Service Set (ESS). Indicates that
the station is part of an infrastructure network
(in contrast to an IBSS/ad-hoc network).</entry>
</row>
<listitem>
<para>IBSS/ad-hoc network. Indicates that the station
is part of an ad-hoc network (in contrast to an ESS
network).</para>
</listitem>
</varlistentry>
<row>
<entry><literal>I</literal></entry>
<entry>IBSS/ad-hoc network. Indicates that the
station is part of an ad-hoc network (in contrast
to an ESS network).</entry>
</row>
<varlistentry>
<term><literal>P</literal></term>
<row>
<entry><literal>P</literal></entry>
<entry>Privacy. Data confidentiality is required
for all data frames exchanged within the BSS.
This means that this BSS requires the station to
use cryptographic means such as WEP, TKIP or
AES-CCMP to encrypt/decrypt data frames being
exchanged with others.</entry>
</row>
<listitem>
<para>Privacy. Data confidentiality is required for
all data frames exchanged within the BSS. This means
that this BSS requires the station to use
cryptographic means such as WEP, TKIP or AES-CCMP to
encrypt/decrypt data frames being exchanged with
others.</para>
</listitem>
</varlistentry>
<row>
<entry><literal>S</literal></entry>
<entry>Short Preamble. Indicates that the network
is using short preambles (defined in 802.11b High
Rate/DSSS PHY, short preamble utilizes a 56 bit
sync field in contrast to a 128 bit field used in
long preamble mode).</entry>
</row>
<varlistentry>
<term><literal>S</literal></term>
<listitem>
<para>Short Preamble. Indicates that the network is
using short preambles (defined in 802.11b High
Rate/DSSS PHY, short preamble utilizes a 56 bit sync
field in contrast to a 128 bit field used in long
preamble mode).</para>
</listitem>
</varlistentry>
<varlistentry>
<term><literal>s</literal></term>
<listitem>
<para>Short slot time. Indicates that the 802.11g
network is using a short slot time because there are
no legacy (802.11b) stations present.</para>
</listitem>
</varlistentry>
</variablelist>
<row>
<entry><literal>s</literal></entry>
<entry>Short slot time. Indicates that the 802.11g
network is using a short slot time because there
are no legacy (802.11b) stations present.</entry>
</row>
</tbody>
</tgroup>
</table>
<para>One can also display the current list of known
networks with:</para>