=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/hostapd.conf,v retrieving revision 1.7 retrieving revision 1.8 diff -c -r1.7 -r1.8 *** src/etc/Attic/hostapd.conf 2005/10/13 09:49:59 1.7 --- src/etc/Attic/hostapd.conf 2005/11/03 23:06:48 1.8 *************** *** 1,4 **** ! # $OpenBSD: hostapd.conf,v 1.7 2005/10/13 09:49:59 aanriot Exp $ # sample hostapd configuration file # see hostapd.conf(5) --- 1,4 ---- ! # $OpenBSD: hostapd.conf,v 1.8 2005/11/03 23:06:48 david Exp $ # sample hostapd configuration file # see hostapd.conf(5) *************** *** 9,15 **** # # Define macros for the interfaces to be used by hostapd. The "wlan" ! # interface is optional. wlan="ath0" wired="sis0" --- 9,15 ---- # # Define macros for the interfaces to be used by hostapd. The "wlan" ! # interface is optional. wlan="ath0" wired="sis0" *************** *** 47,53 **** # Log probe requests. hostap handle type management subtype probe request \ ! with iapp type radiotap # Log and annoy foreign accesspoints. # --- 47,53 ---- # Log probe requests. hostap handle type management subtype probe request \ ! with iapp type radiotap # Log and annoy foreign accesspoints. # *************** *** 60,66 **** # 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. # # hostap handle type data bssid ! \ # with frame type management subtype deauth reason auth expire \ --- 60,66 ---- # 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. # # hostap handle type data bssid ! \ # with frame type management subtype deauth reason auth expire \