Merge branch 'master' of git://github.com/illumos/illumos-gate
[unleashed.git] / usr / src / man / man5 / ieee802.11.5
blobd0b28ca0774a77d925e301ca50bb412a07e9d425
1 '\" te
2 .\" Copyright (c) 2006, Sun Microsystems, Inc. All Rights Reserved.
3 .\" The contents of this file are subject to the terms of the Common Development and Distribution License (the "License").  You may not use this file except in compliance with the License.
4 .\" You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE or http://www.opensolaris.org/os/licensing.  See the License for the specific language governing permissions and limitations under the License.
5 .\" When distributing Covered Code, include this CDDL HEADER in each file and include the License file at usr/src/OPENSOLARIS.LICENSE.  If applicable, add the following below this CDDL HEADER, with the fields enclosed by brackets "[]" replaced with your own identifying information: Portions Copyright [yyyy] [name of copyright owner]
6 .TH IEEE802.11 5 "Nov 28, 2006"
7 .SH NAME
8 ieee802.11 \- 802.11 kernel statistics
9 .SH DESCRIPTION
10 .sp
11 .LP
12 This page describes the kernel statistics that can be used to monitor
13 attributes specific to the 802.11 physical layer. These statistics can be
14 retrieved using \fBkstat\fR(1M). Not all 802.11 devices will support all
15 statistics.
16 .sp
17 .ne 2
18 .na
19 \fB\fBtx_frags\fR\fR
20 .ad
21 .RS 16n
22 Count of data and management fragments transmitted.
23 .RE
25 .sp
26 .ne 2
27 .na
28 \fB\fBrx_frags\fR\fR
29 .ad
30 .RS 16n
31 Count of data and management fragments received.
32 .RE
34 .sp
35 .ne 2
36 .na
37 \fB\fBrx_dups\fR\fR
38 .ad
39 .RS 16n
40 Count of duplicate frames received. Duplicates are determined by the sequence
41 control field.
42 .RE
44 .sp
45 .ne 2
46 .na
47 \fB\fBmcast_tx\fR\fR
48 .ad
49 .RS 16n
50 Count of broadcast and multicast frames transmitted.
51 .RE
53 .sp
54 .ne 2
55 .na
56 \fB\fBmcast_rx\fR\fR
57 .ad
58 .RS 16n
59 Count of broadcast and multicast frames received.
60 .RE
62 .sp
63 .ne 2
64 .na
65 \fB\fBtx_failed\fR\fR
66 .ad
67 .RS 16n
68 Count of frames that could not be transmitted due to the retransmission limit
69 being reached.
70 .RE
72 .sp
73 .ne 2
74 .na
75 \fB\fBtx_retrans\fR\fR
76 .ad
77 .RS 16n
78 Count of frames successfully retransmitted after one or more retransmissions.
79 .RE
81 .sp
82 .ne 2
83 .na
84 \fB\fBtx_reretrans\fR\fR
85 .ad
86 .RS 16n
87 Count of frames successfully retransmitted after more than one retransmission.
88 .RE
90 .sp
91 .ne 2
92 .na
93 \fB\fBrts_success\fR\fR
94 .ad
95 .RS 16n
96 Count of times a \fBCTS\fR was received in response to an \fBRTS\fR.
97 .RE
99 .sp
100 .ne 2
102 \fB\fBrts_failure\fR\fR
104 .RS 16n
105  Count of times a \fBCTS\fR was not received in response to an \fBRTS\fR.
109 .ne 2
111 \fB\fBack_failure\fR\fR
113 .RS 16n
114 Count of times an \fBACK\fR was expected but was not received.
118 .ne 2
120 \fB\fBfcs_errors\fR\fR
122 .RS 16n
123 Count of frames received with \fBFCS\fR errors.
127 .ne 2
129 \fB\fBwep_errors\fR\fR
131 .RS 16n
132 Count of frames received with the \fBWEP\fR bit set but that either should not
133 have been encrypted or that were discarded due to \fBWEP\fR not being
134 supported.
137 .SH SEE ALSO
140 \fBkstat\fR(1M)