summaryrefslogtreecommitdiff
path: root/static/netbsd/man4/ipw.4 4.html
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:59:05 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:59:05 -0400
commit1f19f33e45791ea59aed048796fc68672c6723a5 (patch)
tree54625fba89e91d1c2177801ec635e8528bba937f /static/netbsd/man4/ipw.4 4.html
parentac5e55f5f2af5b92794c2aded46c6bae85b5f5ed (diff)
docs: Removed Precompiled HTML
Diffstat (limited to 'static/netbsd/man4/ipw.4 4.html')
-rw-r--r--static/netbsd/man4/ipw.4 4.html83
1 files changed, 0 insertions, 83 deletions
diff --git a/static/netbsd/man4/ipw.4 4.html b/static/netbsd/man4/ipw.4 4.html
deleted file mode 100644
index f13792fa..00000000
--- a/static/netbsd/man4/ipw.4 4.html
+++ /dev/null
@@ -1,83 +0,0 @@
-<table class="head">
- <tr>
- <td class="head-ltitle">IPW(4)</td>
- <td class="head-vol">Device Drivers Manual</td>
- <td class="head-rtitle">IPW(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">ipw</code> &#x2014; <span class="Nd">Intel
- PRO/Wireless 2100 IEEE 802.11 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">ipw* 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">ipw</code> driver provides support for the
- Intel PRO/Wireless 2100 MiniPCI network adapter.</p>
-<p class="Pp">The Intel firmware requires acceptance of the End User License
- Agreement. The full license text can be found in
- /libdata/firmware/if_ipw/LICENSE. The license is agreed to by setting the
- sysctl variable <code class="Dv">hw.ipw.accept_eula</code> to 1.</p>
-<p class="Pp">By default, the <code class="Nm">ipw</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="EXAMPLES"><a class="permalink" href="#EXAMPLES">EXAMPLES</a></h1>
-<p class="Pp">Join an existing BSS network (i.e.: connect to an access
- point):</p>
-<p class="Pp"></p>
-<div class="Bd Bd-indent"><code class="Li">ifconfig ipw0 inet 192.168.0.20
- netmask 0xffffff00</code></div>
-<p class="Pp">Join a specific BSS network with network name
- &#x201C;<code class="Li">my_net</code>&#x201D;:</p>
-<p class="Pp"></p>
-<div class="Bd Bd-indent"><code class="Li">ifconfig ipw0 inet 192.168.0.20
- netmask 0xffffff00 nwid my_net</code></div>
-<p class="Pp">Join a specific BSS network with 64 bits WEP encryption:</p>
-<div class="Bd Pp Bd-indent Li">
-<pre>ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00 nwid my_net \
- nwkey 0x1234567890</pre>
-</div>
-<p class="Pp">Join a specific BSS network with 128bits WEP encryption:</p>
-<div class="Bd Pp Bd-indent Li">
-<pre>ifconfig ipw0 inet 192.168.0.20 netmask 0xffffff00 nwid my_net \
- nwkey 0x01020304050607080910111213</pre>
-</div>
-</section>
-<section class="Sh">
-<h1 class="Sh" id="DIAGNOSTICS"><a class="permalink" href="#DIAGNOSTICS">DIAGNOSTICS</a></h1>
-<dl class="Bl-diag">
- <dt>ipw%d: device timeout</dt>
- <dd>The driver will reset the hardware. This should not happen.</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">an(4)</a>, <a class="Xr">awi(4)</a>,
- <a class="Xr">pci(4)</a>, <a class="Xr">wi(4)</a>,
- <a class="Xr">ifconfig(8)</a>, <a class="Xr">ipwctl(8)</a></p>
-<p class="Pp"><cite class="Rs"><span class="RsT">The IPW Web Page</span>,
- <a class="RsU" href="http://damien.bergamini.free.fr/ipw/">http://damien.bergamini.free.fr/ipw/</a>.</cite></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">ipw</code> driver and this man page were
- written by <span class="An">Damien Bergamini</span>
- &lt;<a class="Mt" href="mailto:damien.bergamini@free.fr">damien.bergamini@free.fr</a>&gt;.</p>
-</section>
-</div>
-<table class="foot">
- <tr>
- <td class="foot-date">November 7, 2008</td>
- <td class="foot-os">NetBSD 10.1</td>
- </tr>
-</table>