[BACK]Return to hostapd.conf CVS log [TXT][DIR] Up to [local] / src / etc

Diff for /src/etc/Attic/hostapd.conf between version 1.6 and 1.7

version 1.6, 2005/09/30 16:50:03 version 1.7, 2005/10/13 09:49:59
Line 31 
Line 31 
 # Global options  # 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  set hostap interface $wlan
   
 # Should be the default, the opposite is "pcap" without radiotap headers.  # Use default radiotap mode.
 set hostap mode radiotap  set hostap mode radiotap
   
 # According to the revised standard, multicast is used. hostapd supports  # Use multicast (according to the revised standard).
 # broadcast for IAPP messages as well.  
 set iapp interface $wired  set iapp interface $wired
 set iapp mode multicast  set iapp mode multicast
   
Line 46 
Line 45 
 # Event rules  # Event rules
 #  #
   
 # Log probe requests  # Log probe requests.
 hostap handle type management subtype probe request \  hostap handle type management subtype probe request \
    with iapp type radiotap     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  # This will be logged as well but the important thing is to
 # annoy other accesspoints in your wireless territory.  # annoy other accesspoints in your wireless territory.
Line 75 
Line 74 
     rate 100 / 10 sec      rate 100 / 10 sec
   
 # Finally log any rogue accesspoints limited to every second.  # 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> \  hostap handle skip type management subtype beacon bssid !<myess> \
     with iapp type radiotap limit 1 sec      with iapp type radiotap limit 1 sec
   

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7