madwifi/tools/man/athchans.8

39 lines
1.2 KiB
Groff

.TH "ATHCHANS" "8" "February 2006" "" ""
.SH "NAME"
\fBathchans\fP \- define channel range of madwifi devices
.SH "SYNOPSIS"
.B athchans
[-i device] channel_range
.SH "DESCRIPTION"
Athchans constrains the set of channels used when scanning for access points,
peers in an IBSS network, or looking for unoccupied channels when operating as
an access point.
.PP
The set of channels is specified as a range of the form x-y. Channel numbers
must be in the range 1 to 255 and be permissible according to the operating
characteristics of the device.
.PP
.SH "OPTIONS"
.TP
.B \-i device
The madwifi device to apply the settings to. If no device is specified,
\fBathchans\fP defaults to wifi0.
.TP
.B channel_range
Range of channel constraint applied to the specified device. The range must
be specified in the form of \fBx-y\fP and be within 1 to 255.
.PP
.SH "EXAMPLES"
.B athchans 5\-9
Restrict wifi0 to channels in the range of 5 to 9.
.TP
.B athchans \-i wifi1 1\-3
Restrict wifi1 to channels in the range of 1 to 3.
.TP
.PP
.SH "SEE ALSO"
\fBathctrl\fP(8), \fBathkey\fP(8), \fBathstats\fP(8)
.SH "AUTHOR"
This manual page was written by Kel Modderman <kelrin@tpg.com.au> and was based
upon previous text written by Eric S. Raymond and Thorsten von Eicken.