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

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

version 1.7, 2005/10/13 09:49:59 version 1.8, 2005/11/03 23:06:48
Line 9 
Line 9 
 #  #
   
 # Define macros for the interfaces to be used by hostapd. The "wlan"  # Define macros for the interfaces to be used by hostapd. The "wlan"
 # interface is optional.  # interface is optional.
 wlan="ath0"  wlan="ath0"
 wired="sis0"  wired="sis0"
   
Line 47 
Line 47 
   
 # 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.
 #  #
Line 60 
Line 60 
 # The first de-auth example will not work with some newer stuff, like  # The first de-auth example will not work with some newer stuff, like
 # iwi(4)/ipw(4) "centrino", because they ignore management frames to  # iwi(4)/ipw(4) "centrino", because they ignore management frames to
 # the broadcast address as a countermeasure against the "void11"  # the broadcast address as a countermeasure against the "void11"
 # attack.  # attack.
 #  #
 # hostap handle type data bssid !<myess> \  # hostap handle type data bssid !<myess> \
 #    with frame type management subtype deauth reason auth expire \  #    with frame type management subtype deauth reason auth expire \

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