diff options
author | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-12-31 03:29:20 +0000 |
---|---|---|
committer | Reyk Floeter <reyk@cvs.openbsd.org> | 2006-12-31 03:29:20 +0000 |
commit | 185ceb5f074357ae57136a276defd91ec90a4b31 (patch) | |
tree | 19b052c1a561b45b005a74708d7cea8e600da2b3 | |
parent | 295cbfa8ffebb5d97209ef81c3ac5ea24f0f71ab (diff) |
add examples for the optional channel hopper
-rw-r--r-- | etc/hostapd.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/hostapd.conf b/etc/hostapd.conf index 87ffc60d538..771e6ea01b1 100644 --- a/etc/hostapd.conf +++ b/etc/hostapd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: hostapd.conf,v 1.9 2006/03/10 18:10:16 reyk Exp $ +# $OpenBSD: hostapd.conf,v 1.10 2006/12/31 03:29:19 reyk Exp $ # sample hostapd configuration file # see hostapd.conf(5) @@ -37,6 +37,10 @@ set hostap interface $wlan # Use default radiotap mode. set hostap mode radiotap +# Uncomment these options to jump to the next channel every 2 seconds. +#set hostap hopper interface $wlan +#set hostap hopper delay 2000 + # Use multicast (according to the revised standard). set iapp interface $wired set iapp mode multicast |