|
@ -1,4 +1,4 @@ |
|
|
# $OpenBSD: hostapd.conf,v 1.9 2006/03/10 18:10:16 reyk Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: hostapd.conf,v 1.10 2006/12/31 03:29:19 reyk Exp $ |
|
|
# sample hostapd configuration file |
|
|
# sample hostapd configuration file |
|
|
# see hostapd.conf(5) |
|
|
# see hostapd.conf(5) |
|
|
|
|
|
|
|
@ -37,6 +37,10 @@ set hostap interface $wlan |
|
|
# Use default radiotap mode. |
|
|
# Use default radiotap mode. |
|
|
set hostap mode radiotap |
|
|
set hostap mode radiotap |
|
|
|
|
|
|
|
|
|
|
|
# Uncomment these options to jump to the next channel every 2 seconds. |
|
|
|
|
|
#set hostap hopper interface $wlan |
|
|
|
|
|
#set hostap hopper delay 2000 |
|
|
|
|
|
|
|
|
# Use multicast (according to the revised standard). |
|
|
# Use multicast (according to the revised standard). |
|
|
set iapp interface $wired |
|
|
set iapp interface $wired |
|
|
set iapp mode multicast |
|
|
set iapp mode multicast |
|
|