kismetwireless / kismet-docs

Mirror of offical kismet-docs repo from kismetwireless.net
19 stars 14 forks source link

Channel hopping on specified channels. #25

Open danmincu opened 5 years ago

danmincu commented 5 years ago

Is there a syntax that allows the user to configure a source to _channelhop a given list of channels? I am using an Alfa card with both 2.4 and 5Ghz range and I would like to scan only the 2.4Ghz channels. I tried the source=wlan0:info_antenna_type=omni,info_antenna_gain=5,channel_hop=true,channels=1,2,3,4,5,6 syntax with no luck. I've seen older versions of the software had these type of settings documented

# Channels are defined as:
# channellist=name:ch1,ch2,ch3
# or
# channellist=name:range-start-end-width-offset,ch,range,ch,...
kismetwireless commented 5 years ago

You need quotes around your channel list to tell the conf parser it's all part of one option; channels="1,2,3,4,5"