diff options
Diffstat (limited to 'static/netbsd/man4/iwi.4 4.html')
| -rw-r--r-- | static/netbsd/man4/iwi.4 4.html | 85 |
1 files changed, 85 insertions, 0 deletions
diff --git a/static/netbsd/man4/iwi.4 4.html b/static/netbsd/man4/iwi.4 4.html new file mode 100644 index 00000000..c884a3f3 --- /dev/null +++ b/static/netbsd/man4/iwi.4 4.html @@ -0,0 +1,85 @@ +<table class="head"> + <tr> + <td class="head-ltitle">IWI(4)</td> + <td class="head-vol">Device Drivers Manual</td> + <td class="head-rtitle">IWI(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">iwi</code> — <span class="Nd">Intel + PRO/Wireless 2200BG/2915ABG 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">iwi* 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">iwi</code> driver provides support for + Intel(R) PRO/Wireless 2200BG and 2915ABG MiniPCI network adapters.</p> +<p class="Pp">By default, the <code class="Nm">iwi</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> +<p class="Pp">The Intel firmware requires acceptance of the End User License + Agreement. The full license text can be found in + <span class="Pa">/libdata/firmware/if_iwi/LICENSE.ipw2200-fw</span>. The + license is agreed to by setting the sysctl variable + <code class="Dv">hw.iwi.accept_eula</code> to 1.</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 iwi0 inet 192.168.0.20 + netmask 0xffffff00</code></div> +<p class="Pp">Join a specific BSS network with network name + “<code class="Li">my_net</code>”:</p> +<p class="Pp"></p> +<div class="Bd Bd-indent"><code class="Li">ifconfig iwi0 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 iwi0 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 iwi0 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>iwi%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">ipw(4)</a>, <a class="Xr">pci(4)</a>, <a class="Xr">wi(4)</a>, + <a class="Xr">ifconfig(8)</a>, <a class="Xr">iwictl(8)</a>, + <a class="Xr">firmload(9)</a></p> +<p class="Pp"><cite class="Rs"><span class="RsT">The IWI 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">iwi</code> driver and this man page were + written by <span class="An">Damien Bergamini</span> + <<a class="Mt" href="mailto:damien.bergamini@free.fr">damien.bergamini@free.fr</a>>.</p> +</section> +</div> +<table class="foot"> + <tr> + <td class="foot-date">February 5, 2009</td> + <td class="foot-os">NetBSD 10.1</td> + </tr> +</table> |
