blob: 6a80c5ddd637871625a4617b2406313da72e90a5 (
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
|
<table class="head">
<tr>
<td class="head-ltitle">IWM(4)</td>
<td class="head-vol">Device Drivers Manual</td>
<td class="head-rtitle">IWM(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">iwm</code> — <span class="Nd">Intel
Wireless AC and Centrino Wireless IEEE 802.11 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">iwm* at pci? dev ? function ?</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">iwm</code> driver provides support for Intel
Wireless 3160, 3165, 3168, 4165, 7260, 7265, 8260, and 8265 PCIe Mini Card
Dual Band network adapters.</p>
<p class="Pp">By default, the <code class="Nm">iwm</code> driver configures the
adapter for BSS operation (aka infrastructure mode). This mode requires the
use of an access point.</p>
<p class="Pp">For more information on configuring this device, see
<a class="Xr">ifconfig(8)</a>.</p>
</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">ifmedia(4)</a>, <a class="Xr">iwn(4)</a>,
<a class="Xr">ifconfig.if(5)</a>, <a class="Xr">ifconfig(8)</a></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">iwm</code> driver was written by
<span class="An">Antti Kantee</span>
<<a class="Mt" href="mailto:pooka@NetBSD.org">pooka@NetBSD.org</a>>.</p>
</section>
<section class="Sh">
<h1 class="Sh" id="CAVEATS"><a class="permalink" href="#CAVEATS">CAVEATS</a></h1>
<p class="Pp">The <code class="Nm">iwm</code> driver only supports the
802.11a/b/g capabilities offered by the adapters. Additional work is
required in <a class="Xr">ieee80211(9)</a> before 802.11n/802.11ac modes can
be supported.</p>
</section>
</div>
<table class="foot">
<tr>
<td class="foot-date">November 10, 2021</td>
<td class="foot-os">NetBSD 10.1</td>
</tr>
</table>
|