Annotation of elwix/config/etc/default/wifinator.conf, revision 1.2

1.2     ! misho       1: #
        !             2: # Sample config for wifinator
        !             3: #
        !             4: 
        !             5: [wifinator]
        !             6: 
        !             7: # number of same injected frames
        !             8: attempts = 64
        !             9: 
        !            10: # polling time for attack in seconds
        !            11: poll_time = 10
        !            12: 
        !            13: # preserve wifi networks
        !            14: my_networks = "test test1"
        !            15: 
        !            16: [test]
        !            17: bssid = 00:22:44:66:88:ff
        !            18: 
        !            19: [test1]

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>