diff options
author | Alexandre Anriot <aanriot@cvs.openbsd.org> | 2005-10-13 09:50:00 +0000 |
---|---|---|
committer | Alexandre Anriot <aanriot@cvs.openbsd.org> | 2005-10-13 09:50:00 +0000 |
commit | 403771082c59c0bc35d25367f07a0836e628166a (patch) | |
tree | 63b7d6c4ad5bb225ead544d9d2f0d0ebb9e6d9fa /etc/hostapd.conf | |
parent | 447ffeddc6b7b161bf77f86b24d8bc7f9e76bb19 (diff) |
consistency, remove a few explanations documented in the manpage.
ok reyk@
Diffstat (limited to 'etc/hostapd.conf')
-rw-r--r-- | etc/hostapd.conf | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/etc/hostapd.conf b/etc/hostapd.conf index bd833722e4f..7b980fd261f 100644 --- a/etc/hostapd.conf +++ b/etc/hostapd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: hostapd.conf,v 1.6 2005/09/30 16:50:03 reyk Exp $ +# $OpenBSD: hostapd.conf,v 1.7 2005/10/13 09:49:59 aanriot Exp $ # sample hostapd configuration file # see hostapd.conf(5) @@ -31,14 +31,13 @@ table <myess> { # Global options # -# Uncomment this option to run hostapd in passive IAPP monitoring mode. +# Comment this option to run hostapd in passive IAPP logging mode. set hostap interface $wlan -# Should be the default, the opposite is "pcap" without radiotap headers. +# Use default radiotap mode. set hostap mode radiotap -# According to the revised standard, multicast is used. hostapd supports -# broadcast for IAPP messages as well. +# Use multicast (according to the revised standard). set iapp interface $wired set iapp mode multicast @@ -46,11 +45,11 @@ set iapp mode multicast # Event rules # -# Log probe requests +# Log probe requests. hostap handle type management subtype probe request \ with iapp type radiotap -# Log and annoy foreign accesspoints +# Log and annoy foreign accesspoints. # # This will be logged as well but the important thing is to # annoy other accesspoints in your wireless territory. @@ -75,7 +74,6 @@ hostap handle skip type management subtype ! beacon \ rate 100 / 10 sec # Finally log any rogue accesspoints limited to every second. -# The skip keywords instructs hostapd to ignore further IAPP -# processing. hostap handle skip type management subtype beacon bssid !<myess> \ with iapp type radiotap limit 1 sec + |