diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-25 07:34:42 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-07-25 07:34:42 +0000 |
commit | 0672b5981e313e1db94f7c1ff11604303e968173 (patch) | |
tree | 3328fbff1e167423f387b874e10f99b92c6ff3ac /openwrt/package/kismet/files/kismet_drone.conf | |
parent | e144d98ebaefd8cd242be931cc7b43c1d038c578 (diff) |
change wrt54g packet source to automatically switch to monitor mode without wl, add channel hopping support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1548 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/kismet/files/kismet_drone.conf')
-rw-r--r-- | openwrt/package/kismet/files/kismet_drone.conf | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/openwrt/package/kismet/files/kismet_drone.conf b/openwrt/package/kismet/files/kismet_drone.conf index a485471339..901b5b83e1 100644 --- a/openwrt/package/kismet/files/kismet_drone.conf +++ b/openwrt/package/kismet/files/kismet_drone.conf @@ -48,7 +48,9 @@ maxclients=5 # enablesources line to enable them. For example: # source=prism2,wlan0,prism # source=cisco,eth0,cisco -source=wrt54g,prism0,wireless +source=wrt54g,eth1,wireless +# For v1 hardware uncomment this: +# source=wrt54g,eth2,wireless # Comma-separated list of sources to enable. This is only needed if you wish # to selectively enable multiple sources. |