summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/an.4 3.html
blob: 361c037f12031fdff08bfca8651c364eb4001336 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
<table class="head">
  <tr>
    <td class="head-ltitle">AN(4)</td>
    <td class="head-vol">Device Drivers Manual</td>
    <td class="head-rtitle">AN(4)</td>
  </tr>
</table>
<div class="manual-text">
<section class="Sh">
<h1 class="Sh" id="NAME"><a class="permalink" href="#NAME">NAME</a></h1>
<p class="Pp"><code class="Nm">an</code> &#x2014; <span class="Nd">Aironet
    4500/4800 and Cisco 340/350 series wireless network driver</span></p>
</section>
<section class="Sh">
<h1 class="Sh" id="SYNOPSIS"><a class="permalink" href="#SYNOPSIS">SYNOPSIS</a></h1>
<p class="Pp"><code class="Cd">an* at pcmcia? function ?</code>
  <br/>
  <code class="Cd">an* at pci? dev ? function ?</code>
  <br/>
  <code class="Cd">an* at isapnp?</code></p>
</section>
<section class="Sh">
<h1 class="Sh" id="DESCRIPTION"><a class="permalink" href="#DESCRIPTION">DESCRIPTION</a></h1>
<p class="Pp">The <code class="Nm">an</code> driver provides support for Aironet
    Communications 4500/4800 and Cisco Aironet 340/350 series wireless network
    adapters. This includes the ISA, PCI and PCMCIA varieties. The 4500 series
    adapters operate at 1 and 2Mbps while the 4800 series and 340/350 series can
    operate at 1, 2, 5.5 and 11Mbps. The ISA, PCI and PCMCIA devices are all
    based on the same core PCMCIA modules and all have the same programming
    interface, however unlike the Lucent WaveLAN/IEEE cards, the ISA and PCI
    cards appear to the host as normal ISA and PCI devices and do not require
    any PCMCIA support.</p>
<p class="Pp">The PCMCIA Aironet cards require PCMCIA support. ISA cards can
    either be configured to use ISA Plug and Play or to use a particular I/O
    address and IRQ by properly setting the DIP switches on the board. (The
    default switch setting is for plug and play.) The <code class="Nm">an</code>
    driver has Plug and Play support and will work in either configuration,
    however when using a hard-wired I/O address and IRQ, the driver
    configuration and the NIC's switch settings must agree. PCI cards require no
    switch settings of any kind and will be automatically probed and
  attached.</p>
<p class="Pp">All host/device interaction with the Aironet cards is via
    programmed I/O. The Aironet devices support 802.11 and 802.3 frames, power
    management, BSS (infrastructure) and IBSS (ad-hoc) operation modes. The
    <code class="Nm">an</code> driver encapsulates all IP and ARP traffic as
    802.11 frames, however it can receive either 802.11 or 802.3 frames.
    Transmit speed is selectable between 1Mbps, 2Mbps, 5.5Mbps, 11Mbps, or
    &#x201C;auto&#x201D; (the NIC automatically chooses the best speed).</p>
<p class="Pp">By default, the <code class="Nm">an</code> driver configures the
    Aironet card to join an access point with an SSID of null string. For ad-hoc
    mode, in which stations can communicate among each other without the aid of
    an access point, the driver must be set using
  <a class="Xr">ifconfig(8)</a>.</p>
<p class="Pp">For more information on configuring this device, see
    <a class="Xr">ifconfig(8)</a> and <a class="Xr">ifmedia(4)</a>.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="HARDWARE"><a class="permalink" href="#HARDWARE">HARDWARE</a></h1>
<p class="Pp">Cards supported by the <code class="Nm">an</code> driver
  include:</p>
<ul class="Bl-item Bd-indent">
  <li>Aironet 4500 Series</li>
  <li>Aironet 4800 Series</li>
  <li>Cisco Aironet 340 Series</li>
  <li>Cisco Aironet 350 Series</li>
</ul>
</section>
<section class="Sh">
<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1>
<dl class="Bl-diag">
  <dt>an%d: init failed</dt>
  <dd>The Aironet card failed to come ready after an initialization command was
      issued.</dd>
  <dt>an%d: failed to allocate %d bytes on NIC</dt>
  <dd>The driver was unable to allocate memory for transmit frames in the NIC's
      on-board RAM.</dd>
  <dt>an%d: device timeout</dt>
  <dd>The Aironet card failed to generate an interrupt to acknowledge a transmit
      command.</dd>
</dl>
</section>
<section class="Sh">
<h1 class="Sh" id="SEE_ALSO"><a class="permalink" href="#SEE_ALSO">SEE
  ALSO</a></h1>
<p class="Pp"><a class="Xr">arp(4)</a>, <a class="Xr">ifmedia(4)</a>,
    <a class="Xr">netintro(4)</a>, <a class="Xr">ifconfig(8)</a></p>
</section>
<section class="Sh">
<h1 class="Sh" id="HISTORY"><a class="permalink" href="#HISTORY">HISTORY</a></h1>
<p class="Pp">The <code class="Nm">an</code> device driver first appeared in
    <span class="Ux">FreeBSD 4.0</span>, and then in <span class="Ux">NetBSD
    1.6</span>.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="AUTHORS"><a class="permalink" href="#AUTHORS">AUTHORS</a></h1>
<p class="Pp">The <code class="Nm">an</code> driver was written by
    <span class="An">Bill Paul</span>
    &lt;<a class="Mt" href="mailto:wpaul@ee.columbia.edu">wpaul@ee.columbia.edu</a>&gt;.</p>
</section>
</div>
<table class="foot">
  <tr>
    <td class="foot-date">December 13, 2000</td>
    <td class="foot-os">NetBSD 10.1</td>
  </tr>
</table>