summaryrefslogtreecommitdiff
path: root/static/netbsd/man8/ipwctl.8
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:55:15 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:55:15 -0400
commit253e67c8b3a72b3a4757fdbc5845297628db0a4a (patch)
treeadf53b66087aa30dfbf8bf391a1dadb044c3bf4d /static/netbsd/man8/ipwctl.8
parenta9157ce950dfe2fc30795d43b9d79b9d1bffc48b (diff)
docs: Added All NetBSD Manuals
Diffstat (limited to 'static/netbsd/man8/ipwctl.8')
-rw-r--r--static/netbsd/man8/ipwctl.887
1 files changed, 87 insertions, 0 deletions
diff --git a/static/netbsd/man8/ipwctl.8 b/static/netbsd/man8/ipwctl.8
new file mode 100644
index 00000000..29577db4
--- /dev/null
+++ b/static/netbsd/man8/ipwctl.8
@@ -0,0 +1,87 @@
+.\" $NetBSD: ipwctl.8,v 1.14 2014/03/18 18:20:46 riastradh Exp $
+.\" Id: ipwctl.8,v 1.1.2.1 2004/08/19 16:24:50 damien Exp
+.\"
+.\" Copyright (c) 2004
+.\" Damien Bergamini <damien.bergamini@free.fr>. All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\" notice unmodified, this list of conditions, and the following
+.\" disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\" notice, this list of conditions and the following disclaimer in the
+.\" documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
+.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+.\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
+.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+.\" SUCH DAMAGE.
+.\"
+.Dd April 17, 2006
+.Dt IPWCTL 8
+.Os
+.Sh NAME
+.Nm ipwctl
+.Nd configure Intel PRO/Wireless 2100 network adapter
+.Sh SYNOPSIS
+.Nm
+.Op Fl i
+.Ar iface
+.Nm
+.Op Fl i
+.Ar iface Fl r
+.Sh DESCRIPTION
+The
+.Nm
+utility controls the operation of Intel PRO/Wireless 2100 networking
+devices via
+.Xr ipw 4
+driver.
+.Pp
+You should not use this program to configure IEEE 802.11 parameters.
+Use
+.Xr ifconfig 8
+instead.
+.Sh OPTIONS
+The options are as follows:
+.Bl -tag -width indent
+.It Fl i Ar iface
+Display adapter's internal statistics.
+.It Fl i Ar iface Fl r
+Display the radio switch state (on or off).
+.El
+.Sh FILES
+The firmware, loaded automatically, is not shipped with
+.Nx ;
+install the
+.Pa pkgsrc/sysutils/ipw-firmware
+package.
+The original archive is available from Intel at:
+.Lk http://ipw2100.sourceforge.net/firmware.php?fid=3 .
+.Pp
+.Bl -tag -width ipw2100-1.2-i.fw -compact
+.It Pa ipw2100-1.2.fw
+BSS mode (connection to an access point) firmware
+.It Pa ipw2100-1.2-i.fw
+IBSS mode (point-to-point connection) firmware
+.It Pa ipw2100-1.2-p.fw
+Monitor mode firmware
+.El
+.Sh SEE ALSO
+.Xr ipw 4 ,
+.Xr ifconfig 8 ,
+.Pa pkgsrc/sysutils/ipw-firmware
+.Sh AUTHORS
+The
+.Nm
+utility and this man page were written by
+.An Damien Bergamini Aq Mt damien.bergamini@free.fr .