man-pages/man4/wavelan.4.html
2021-03-31 01:06:50 +01:00

245 lines
6.2 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<HTML><HEAD><TITLE>Man page of WAVELAN</TITLE>
</HEAD><BODY>
<H1>WAVELAN</H1>
Section: Linux Programmer's Manual (4)<BR>Updated: 2017-09-15<BR><A HREF="#index">Index</A>
<A HREF="/cgi-bin/man/man2html">Return to Main Contents</A><HR>
<A NAME="lbAB">&nbsp;</A>
<H2>NAME</H2>
wavelan - AT&amp;T GIS WaveLAN ISA device driver
<A NAME="lbAC">&nbsp;</A>
<H2>SYNOPSIS</H2>
<B>insmod wavelan_cs.o [io=</B><I>B,B..</I><B>] [ irq=</B><I>I,I..</I><B>] [name=</B><I>N,N..</I><B>]</B>
<A NAME="lbAD">&nbsp;</A>
<H2>DESCRIPTION</H2>
<I>This driver is obsolete:</I>
it was removed from the kernel in version 2.6.35.
<P>
<I>wavelan</I>
is the low-level device driver for the NCR / AT&amp;T / Lucent
<B>WaveLAN ISA</B>
and Digital (DEC)
<B>RoamAbout DS</B>
wireless ethernet adapter.
This driver is available as a module or
might be compiled in the kernel.
This driver supports multiple cards
in both forms (up to 4) and allocates the next available ethernet
device (eth0..eth#) for each card found, unless a device name is
explicitly specified (see below).
This device name will be reported
in the kernel log file with the MAC address, NWID and frequency used
by the card.
<A NAME="lbAE">&nbsp;</A>
<H3>Parameters</H3>
This section apply to the module form (parameters passed on the
<B><A HREF="/cgi-bin/man/man2html?8+insmod">insmod</A></B>(8)
command line).
If the driver is included in the kernel, use the
<I>ether=IRQ,IO,NAME</I>
syntax on the kernel command line.
<DL COMPACT>
<DT id="1"><B>io</B>
<DD>
Specify the list of base address where to search for wavelan cards
(setting by dip switch on the card).
If you don't specify any io
address, the driver will scan 0x390 and 0x3E0 addresses, which might
conflict with other hardware...
<DT id="2"><B>irq</B>
<DD>
Set the list of irq that each wavelan card should use (the value is
saved in permanent storage for future use).
<DT id="3"><B>name</B>
<DD>
Set the list of name to be used for each wavelan cards device (name
used by
<B><A HREF="/cgi-bin/man/man2html?8+ifconfig">ifconfig</A></B>(8)).
</DL>
<A NAME="lbAF">&nbsp;</A>
<H3>Wireless extensions</H3>
Use
<B><A HREF="/cgi-bin/man/man2html?8+iwconfig">iwconfig</A></B>(8)
to manipulate wireless extensions.
<A NAME="lbAG">&nbsp;</A>
<H3>NWID (or domain)</H3>
Set the network ID
[<I>0</I>
to
<I>FFFF</I>]
or disable it
[<I>off</I>].
As the NWID is stored in the card Permanent Storage Area, it will be
reuse at any further invocation of the driver.
<A NAME="lbAH">&nbsp;</A>
<H3>Frequency &amp; channels</H3>
For the 2.4&nbsp;GHz 2.00 Hardware, you are able to set the frequency by
specifying one of the 10 defined channels
(<I>2.412,</I>
<I>2.422, 2.425, 2.4305, 2.432, 2.442, 2.452, 2.460, 2.462</I>
or
<I>2.484</I>)
or directly by its value.
The frequency is changed immediately and
permanently.
Frequency availability depends on the regulations...
<A NAME="lbAI">&nbsp;</A>
<H3>Statistics spy</H3>
Set a list of MAC addresses in the driver (up to 8) and get the last
quality of link for each of those (see
<B><A HREF="/cgi-bin/man/man2html?8+iwspy">iwspy</A></B>(8)).
<A NAME="lbAJ">&nbsp;</A>
<H3>/proc/net/wireless</H3>
<I>status</I>
is the status reported by the modem.
<I>Link quality</I>
reports the quality of the modulation on the air (direct sequence
spread spectrum) [max = 16].
<I>Level</I>
and
<I>Noise</I>
refer to the signal level and noise level [max = 64].
The
<I>crypt discarded packet</I>
and
<I>misc discarded packet</I>
counters are not implemented.
<A NAME="lbAK">&nbsp;</A>
<H3>Private ioctl</H3>
You may use
<B><A HREF="/cgi-bin/man/man2html?8+iwpriv">iwpriv</A></B>(8)
to manipulate private ioctls.
<A NAME="lbAL">&nbsp;</A>
<H3>Quality and level threshold</H3>
Enable you the define the quality and level threshold used by the
modem (packet below that level are discarded).
<A NAME="lbAM">&nbsp;</A>
<H3>Histogram</H3>
This functionality makes it possible to set a number of
signal level intervals and
to count the number of packets received in each of those defined
intervals.
This distribution might be used to calculate the mean value
and standard deviation of the signal level.
<A NAME="lbAN">&nbsp;</A>
<H3>Specific notes</H3>
This driver fails to detect some
<B>non-NCR/AT&amp;T/Lucent</B>
Wavelan cards.
If this happens for you, you must look in the source code on
how to add your card to the detection routine.
<P>
Some of the mentioned features are optional.
You may enable to disable
them by changing flags in the driver header and recompile.
<A NAME="lbAO">&nbsp;</A>
<H2>SEE ALSO</H2>
<B><A HREF="/cgi-bin/man/man2html?4+wavelan_cs">wavelan_cs</A></B>(4),
<B><A HREF="/cgi-bin/man/man2html?8+ifconfig">ifconfig</A></B>(8),
<B><A HREF="/cgi-bin/man/man2html?8+insmod">insmod</A></B>(8),
<B><A HREF="/cgi-bin/man/man2html?8+iwconfig">iwconfig</A></B>(8),
<B><A HREF="/cgi-bin/man/man2html?8+iwpriv">iwpriv</A></B>(8),
<B><A HREF="/cgi-bin/man/man2html?8+iwspy">iwspy</A></B>(8)
<A NAME="lbAP">&nbsp;</A>
<H2>COLOPHON</H2>
This page is part of release 5.05 of the Linux
<I>man-pages</I>
project.
A description of the project,
information about reporting bugs,
and the latest version of this page,
can be found at
<A HREF="https://www.kernel.org/doc/man-pages/.">https://www.kernel.org/doc/man-pages/.</A>
<P>
<HR>
<A NAME="index">&nbsp;</A><H2>Index</H2>
<DL>
<DT id="4"><A HREF="#lbAB">NAME</A><DD>
<DT id="5"><A HREF="#lbAC">SYNOPSIS</A><DD>
<DT id="6"><A HREF="#lbAD">DESCRIPTION</A><DD>
<DL>
<DT id="7"><A HREF="#lbAE">Parameters</A><DD>
<DT id="8"><A HREF="#lbAF">Wireless extensions</A><DD>
<DT id="9"><A HREF="#lbAG">NWID (or domain)</A><DD>
<DT id="10"><A HREF="#lbAH">Frequency &amp; channels</A><DD>
<DT id="11"><A HREF="#lbAI">Statistics spy</A><DD>
<DT id="12"><A HREF="#lbAJ">/proc/net/wireless</A><DD>
<DT id="13"><A HREF="#lbAK">Private ioctl</A><DD>
<DT id="14"><A HREF="#lbAL">Quality and level threshold</A><DD>
<DT id="15"><A HREF="#lbAM">Histogram</A><DD>
<DT id="16"><A HREF="#lbAN">Specific notes</A><DD>
</DL>
<DT id="17"><A HREF="#lbAO">SEE ALSO</A><DD>
<DT id="18"><A HREF="#lbAP">COLOPHON</A><DD>
</DL>
<HR>
This document was created by
<A HREF="/cgi-bin/man/man2html">man2html</A>,
using the manual pages.<BR>
Time: 00:06:02 GMT, March 31, 2021
</BODY>
</HTML>