]> git.ipfire.org Git - thirdparty/man-pages.git/blame - man4/wavelan.4
random.4: spfix
[thirdparty/man-pages.git] / man4 / wavelan.4
CommitLineData
fea681da
MK
1.\" From jt@hplb.hpl.hp.com Thu Dec 19 18:31:49 1996
2.\" From: Jean Tourrilhes <jt@hplb.hpl.hp.com>
3.\" Address: HP Labs, Filton Road, Stoke Gifford, Bristol BS12 6QZ, U.K.
4.\" Jean II - HPLB - '96
5.\" wavelan.c.4
6.\"
6316126f 7.\" Provenance of this page is unclear. Licensed under the GPL,
c13182ef 8.\" after inquiries with Jean Tourrilhes and Bruce Janson
6316126f 9.\" (mtk, July 2006)
5f444328 10.\"
69289f8a 11.TH WAVELAN 4 1996-10-22 "Linux" "Linux Programmer's Manual"
fea681da
MK
12.SH NAME
13wavelan \- AT&T GIS WaveLAN ISA device driver
fea681da
MK
14.SH SYNOPSIS
15.BI "insmod wavelan_cs.o [io=" B,B.. "] [ irq=" I,I.. "] [name=" N,N.. ]
fea681da
MK
16.SH DESCRIPTION
17.I wavelan
18is the low-level device driver for the NCR / AT&T / Lucent
19.B WaveLAN ISA
20and Digital (DEC)
21.B RoamAbout DS
c13182ef
MK
22wireless ethernet adapter.
23This driver is available as a module or
24might be compiled in the kernel.
25This driver supports multiple cards
fea681da
MK
26in both forms (up to 4) and allocates the next available ethernet
27device (eth0..eth#) for each card found, unless a device name is
c13182ef
MK
28explicitly specified (see below).
29This device name will be reported
fea681da
MK
30in the kernel log file with the MAC address, NWID and frequency used
31by the card.
2b2581ee 32.SS Parameters
fea681da
MK
33This section apply to the module form (parameters passed on the
34.BR insmod (8)
c13182ef
MK
35command line).
36If the driver is included in the kernel, use the
fea681da
MK
37.I ether=IRQ,IO,NAME
38syntax on the kernel command line.
39.TP
40.B io
41Specify the list of base address where to search for wavelan cards
c13182ef
MK
42(setting by dip switch on the card).
43If you don't specify any io
fea681da
MK
44address, the driver will scan 0x390 and 0x3E0 addresses, which might
45conflict with other hardware...
46.TP
47.B irq
48Set the list of irq that each wavelan card should use (the value is
49saved in permanent storage for future use).
50.TP
51.B name
52Set the list of name to be used for each wavelan cards device (name
53used by
54.BR ifconfig (8)).
c634028a 55.SS "Wireless extensions"
fea681da
MK
56Use
57.BR iwconfig (8)
58to manipulate wireless extensions.
fea681da 59.SS NWID (or domain)
c13182ef 60Set the network ID
fea681da
MK
61.RI [ 0
62to
63.IR FFFF ]
64or disable it
65.RI [ off ].
66As the NWID is stored in the card Permanent Storage Area, it will be
67reuse at any further invocation of the driver.
fea681da
MK
68.SS Frequency & channels
69For the 2.4GHz 2.00 Hardware, you are able to set the frequency by
70specifying one of the 10 defined channels
71.RI ( 2.412,
72.I 2.422, 2.425, 2.4305, 2.432, 2.442, 2.452, 2.460, 2.462
73or
74.IR 2.484 )
c13182ef
MK
75or directly by its value.
76The frequency is changed immediately and
17490d2f
MK
77permanently.
78Frequency availability depends on the regulations...
fea681da
MK
79.SS Statistics spy
80Set a list of MAC addresses in the driver (up to 8) and get the last
81quality of link for each of those (see
82.BR iwspy (8)).
fea681da
MK
83.SS /proc/net/wireless
84.I status
85is the status reported by the modem.
86.I Link quality
87reports the quality of the modulation on the air (direct sequence
88spread spectrum) [max = 16].
89.I Level
90and
91.I Noise
92refer to the signal level and noise level [max = 64].
93The
94.I crypt discarded packet
95and
96.I misc discarded packet
97counters are not implemented.
c634028a 98.SS "Private ioctl"
fea681da
MK
99You may use
100.BR iwpriv (8)
101to manipulate private ioctls.
c634028a 102.SS Quality and level threshold
fea681da
MK
103Enable you the define the quality and level threshold used by the
104modem (packet below that level are discarded).
fea681da 105.SS Histogram
75d33b2a
MK
106This functionality makes it possible to set a number of
107signal level intervals and
fea681da 108to count the number of packets received in each of those defined
c13182ef
MK
109intervals.
110This distribution might be used to calculate the mean value
fea681da 111and standard deviation of the signal level.
c634028a 112.SS "Specific notes"
fea681da 113This driver will fail to detect some
c382a365 114.B non-NCR/ATT&T/Lucent
c13182ef 115Wavelan cards.
3758f6da 116If this happens for you, you must look in the source code on
fea681da
MK
117how to add your card to the detection routine.
118.PP
c13182ef
MK
119Some of the mentioned features are optional.
120You may enable to disable
fea681da 121them by changing flags in the driver header and recompile.
d2dc6294
MK
122.\" .SH AUTHOR
123.\" Bruce Janson \(em bruce@cs.usyd.edu.au
124.\" .br
125.\" Jean Tourrilhes \(em jt@hplb.hpl.hp.com
126.\" .br
127.\" (and others; see source code for details)
fea681da
MK
128.\"
129.\" SEE ALSO part
130.\"
131.SH "SEE ALSO"
132.BR wavelan_cs (4),
133.BR ifconfig (8),
134.BR insmod (8),
135.BR iwconfig (8),
f0c34053
MK
136.BR iwpriv (8),
137.BR iwspy (8)