diff options
author | David Krause <david@cvs.openbsd.org> | 2005-11-03 23:06:49 +0000 |
---|---|---|
committer | David Krause <david@cvs.openbsd.org> | 2005-11-03 23:06:49 +0000 |
commit | e33f61f610e2efa7c7b9c2ae93a1ba48b6804660 (patch) | |
tree | 5cdba3f7b863a83dc9d4758f045a790c62513499 | |
parent | f32f3418f3ffed703d8bc5b3dee21c7eaf29b4ec (diff) |
fix indentation and spacing
-rw-r--r-- | etc/hostapd.conf | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/etc/hostapd.conf b/etc/hostapd.conf index 7b980fd261f..d1cd798e80b 100644 --- a/etc/hostapd.conf +++ b/etc/hostapd.conf @@ -1,4 +1,4 @@ -# $OpenBSD: hostapd.conf,v 1.7 2005/10/13 09:49:59 aanriot Exp $ +# $OpenBSD: hostapd.conf,v 1.8 2005/11/03 23:06:48 david Exp $ # sample hostapd configuration file # see hostapd.conf(5) @@ -9,7 +9,7 @@ # # Define macros for the interfaces to be used by hostapd. The "wlan" -# interface is optional. +# interface is optional. wlan="ath0" wired="sis0" @@ -47,7 +47,7 @@ set iapp mode multicast # Log probe requests. hostap handle type management subtype probe request \ - with iapp type radiotap + with iapp type radiotap # Log and annoy foreign accesspoints. # @@ -60,7 +60,7 @@ hostap handle type data bssid !<myess> \ # The first de-auth example will not work with some newer stuff, like # iwi(4)/ipw(4) "centrino", because they ignore management frames to # the broadcast address as a countermeasure against the "void11" -# attack. +# attack. # # hostap handle type data bssid !<myess> \ # with frame type management subtype deauth reason auth expire \ |