=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/etc/Attic/hostapd.conf,v retrieving revision 1.6 retrieving revision 1.7 diff -c -r1.6 -r1.7 *** src/etc/Attic/hostapd.conf 2005/09/30 16:50:03 1.6 --- src/etc/Attic/hostapd.conf 2005/10/13 09:49:59 1.7 *************** *** 1,4 **** ! # $OpenBSD: hostapd.conf,v 1.6 2005/09/30 16:50:03 reyk Exp $ # sample hostapd configuration file # see hostapd.conf(5) --- 1,4 ---- ! # $OpenBSD: hostapd.conf,v 1.7 2005/10/13 09:49:59 aanriot Exp $ # sample hostapd configuration file # see hostapd.conf(5) *************** *** 31,44 **** # Global options # ! # Uncomment this option to run hostapd in passive IAPP monitoring mode. set hostap interface $wlan ! # Should be the default, the opposite is "pcap" without radiotap headers. set hostap mode radiotap ! # According to the revised standard, multicast is used. hostapd supports ! # broadcast for IAPP messages as well. set iapp interface $wired set iapp mode multicast --- 31,43 ---- # Global options # ! # Comment this option to run hostapd in passive IAPP logging mode. set hostap interface $wlan ! # Use default radiotap mode. set hostap mode radiotap ! # Use multicast (according to the revised standard). set iapp interface $wired set iapp mode multicast *************** *** 46,56 **** # Event rules # ! # Log probe requests hostap handle type management subtype probe request \ with iapp type radiotap ! # Log and annoy foreign accesspoints # # This will be logged as well but the important thing is to # annoy other accesspoints in your wireless territory. --- 45,55 ---- # Event rules # ! # Log probe requests. hostap handle type management subtype probe request \ with iapp type radiotap ! # 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,81 **** 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 ! \ with iapp type radiotap limit 1 sec --- 74,79 ---- rate 100 / 10 sec # Finally log any rogue accesspoints limited to every second. hostap handle skip type management subtype beacon bssid ! \ with iapp type radiotap limit 1 sec +