|
@ -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 |
|
|
# sample hostapd configuration file |
|
|
# see hostapd.conf(5) |
|
|
# see hostapd.conf(5) |
|
|
|
|
|
|
|
@ -9,7 +9,7 @@ |
|
|
# |
|
|
# |
|
|
|
|
|
|
|
|
# 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" |
|
|
|
|
|
|
|
@ -47,7 +47,7 @@ set iapp mode multicast |
|
|
|
|
|
|
|
|
# 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. |
|
|
# |
|
|
# |
|
@ -60,7 +60,7 @@ hostap handle type data bssid !<myess> \ |
|
|
# 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 \ |
|
|