diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-12-31 03:25:59 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-12-31 03:25:59 +0000 |
commit | 295cbfa8ffebb5d97209ef81c3ac5ea24f0f71ab (patch) | |
tree | 44a0adca183edf5de72f1fcc20e7801a71cfc6d5 /usr.sbin/hostapd/hostapd.conf.5 | |
parent | 64dfe7a539fee7a4ca51ad6b1f4eecbbc1653970 (diff) |
add a channel hopper for wireless interfaces. the channel hopper will
jump to the next available channel after a configurable delay for the
specified list of wireless "hostap" interfaces, see the new "set
hostap hopper" commands in hostapd.conf(5).
with help by jsg@
Diffstat (limited to 'usr.sbin/hostapd/hostapd.conf.5')
-rw-r--r-- | usr.sbin/hostapd/hostapd.conf.5 | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/usr.sbin/hostapd/hostapd.conf.5 b/usr.sbin/hostapd/hostapd.conf.5 index ba16596b637..5b9606289f5 100644 --- a/usr.sbin/hostapd/hostapd.conf.5 +++ b/usr.sbin/hostapd/hostapd.conf.5 @@ -1,4 +1,4 @@ -.\" $OpenBSD: hostapd.conf.5,v 1.34 2006/08/31 18:44:48 jmc Exp $ +.\" $OpenBSD: hostapd.conf.5,v 1.35 2006/12/31 03:25:58 reyk Exp $ .\" .\" Copyright (c) 2004, 2005, 2006 Reyk Floeter <reyk@openbsd.org> .\" @@ -140,6 +140,18 @@ signal levels. .It Ic pcap Capture plain IEEE 802.11 frames. .El +.It Xo +.Ic set hostap hopper interface +.Ar interface \*(Ba\ \& +.Pf { Ar interface0 , interface1 , ... No } +.Xc +Enable a channel hopper on the selected wireless interface. +Multiple hostap interfaces may be specified as a comma-separated list, +surrounded by curly braces. +.It Ic set hostap hopper delay Ar number +Set the delay in milliseconds for the channel hopper before hopping to +the next available channel. +The default value is 800 milliseconds. .It Ic set iapp interface Ar interface Specify the mandatory Inter-Access-Point (IAPP) interface. It is important that the IAPP interface is on a trusted |