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

Annotation of src/etc/hostapd.conf, Revision 1.3

1.3     ! david       1: # $OpenBSD: hostapd.conf,v 1.2 2005/06/17 19:28:14 reyk Exp $
1.1       henning     2: # sample hostapd configuration file
                      3: # see hostapd.conf(5)
                      4:
1.2       reyk        5: # Macros
1.1       henning     6: wlan="ural0"
                      7: wired="em0"
                      8:
1.2       reyk        9: # Tables
                     10: #table <myess> const { 00:02:6f:3c:c0:2c, 00:02:6f:3c:c0:3f }
                     11:
                     12: # Global options
1.1       henning    13: set hostap interface $wlan
1.2       reyk       14: set hostap mode radiotap
1.1       henning    15: set iapp interface $wired
                     16: set iapp mode broadcast
1.2       reyk       17:
                     18: # Event rules
                     19: # send deauth on traffic to unknown accesspoints
                     20: #hostap handle skip type data bssid !<myess> \
                     21: #    with frame type management subtype deauth reason auth expire \
                     22: #    from &bssid to &from bssid &bssid
                     23:
                     24: # log unknown accesspoints with radiotap dumps
                     25: #hostap handle skip type management subtype beacon bssid !<myess> \
                     26: #    with iapp type radiotap limit 1 sec
                     27:
                     28: # log probe requests with radiotap dumps
                     29: #hostap handle type management subtype probe request \
1.3     ! david      30: #    with iapp type radiotap