aboutsummaryrefslogtreecommitdiffstats
path: root/package/kismet/files
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-07-25 07:34:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-07-25 07:34:42 +0000
commit3c366aaf2828e0e605bd1feeea364b46295a6618 (patch)
treeb3ad550341df9e61861239ec54b2a60e793a9744 /package/kismet/files
parentbe328d817fa1a1d040b2142677dc53fc878f7e33 (diff)
downloadmaster-187ad058-3c366aaf2828e0e605bd1feeea364b46295a6618.tar.gz
master-187ad058-3c366aaf2828e0e605bd1feeea364b46295a6618.tar.bz2
master-187ad058-3c366aaf2828e0e605bd1feeea364b46295a6618.zip
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/openwrt@1548 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/kismet/files')
-rw-r--r--package/kismet/files/kismet.conf4
-rw-r--r--package/kismet/files/kismet_drone.conf4
2 files changed, 6 insertions, 2 deletions
diff --git a/package/kismet/files/kismet.conf b/package/kismet/files/kismet.conf
index 1f750a60c9..a417d2885b 100644
--- a/package/kismet/files/kismet.conf
+++ b/package/kismet/files/kismet.conf
@@ -18,7 +18,9 @@ suiduser=nobody
# The initial channel is optional, if hopping is not enabled it can be used
# to set the channel the interface listens on.
# YOU MUST CHANGE THIS TO BE THE SOURCE YOU WANT TO USE
-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 defined
# multiple sources and only want to enable some of them. By default, all defined
diff --git a/package/kismet/files/kismet_drone.conf b/package/kismet/files/kismet_drone.conf
index a485471339..901b5b83e1 100644
--- a/package/kismet/files/kismet_drone.conf
+++ b/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.