diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-09-29 23:03:50 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2005-09-29 23:03:50 +0000 |
commit | 1ee15299323f55297826d3a16f09b8905af92e29 (patch) | |
tree | 5554423533a6fb7620ad5a78052560a472ea550c /etc/hostapd.conf | |
parent | ae5b8f689cfbab1c885b2994c30fcae6426cd8ea (diff) |
initial hostapd.conf file, please read it reyk
Diffstat (limited to 'etc/hostapd.conf')
-rw-r--r-- | etc/hostapd.conf | 31 |
1 files changed, 1 insertions, 30 deletions
diff --git a/etc/hostapd.conf b/etc/hostapd.conf index 61ba97bcd71..df3e3b0c4fd 100644 --- a/etc/hostapd.conf +++ b/etc/hostapd.conf @@ -1,30 +1 @@ -# $OpenBSD: hostapd.conf,v 1.3 2005/08/02 03:46:26 david Exp $ -# sample hostapd configuration file -# see hostapd.conf(5) - -# Macros -wlan="ural0" -wired="em0" - -# Tables -#table <myess> const { 00:02:6f:3c:c0:2c, 00:02:6f:3c:c0:3f } - -# Global options -set hostap interface $wlan -set hostap mode radiotap -set iapp interface $wired -set iapp mode broadcast - -# Event rules -# send deauth on traffic to unknown accesspoints -#hostap handle skip type data bssid !<myess> \ -# with frame type management subtype deauth reason auth expire \ -# from &bssid to &from bssid &bssid - -# log unknown accesspoints with radiotap dumps -#hostap handle skip type management subtype beacon bssid !<myess> \ -# with iapp type radiotap limit 1 sec - -# log probe requests with radiotap dumps -#hostap handle type management subtype probe request \ -# with iapp type radiotap +reyk is a lazy slacker |