diff options
author | Felix Fietkau <nbd@openwrt.org> | 2005-07-25 07:34:42 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2005-07-25 07:34:42 +0000 |
commit | ef4302afdfda0056cd4cf027a5ad7b94c1d31682 (patch) | |
tree | 3328fbff1e167423f387b874e10f99b92c6ff3ac /openwrt/package/kismet/files | |
parent | 173b8da67525967d407b622f0c3046b6def33184 (diff) | |
download | mtk-20170518-ef4302afdfda0056cd4cf027a5ad7b94c1d31682.zip mtk-20170518-ef4302afdfda0056cd4cf027a5ad7b94c1d31682.tar.gz mtk-20170518-ef4302afdfda0056cd4cf027a5ad7b94c1d31682.tar.bz2 |
change wrt54g packet source to automatically switch to monitor mode without wl, add channel hopping support
SVN-Revision: 1548
Diffstat (limited to 'openwrt/package/kismet/files')
-rw-r--r-- | openwrt/package/kismet/files/kismet.conf | 4 | ||||
-rw-r--r-- | openwrt/package/kismet/files/kismet_drone.conf | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/openwrt/package/kismet/files/kismet.conf b/openwrt/package/kismet/files/kismet.conf index 1f750a6..a417d28 100644 --- a/openwrt/package/kismet/files/kismet.conf +++ b/openwrt/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/openwrt/package/kismet/files/kismet_drone.conf b/openwrt/package/kismet/files/kismet_drone.conf index a485471..901b5b8 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. |