port libao to buildroot-ng
[openwrt/svn-archive/archive.git] / net / kismet / files / kismet_ui.conf
1 # Kismet GUI config file
2
3 # Version of Kismet config
4 version=2005.04.R1
5
6 # Do we show the intro window?
7 showintro=false
8
9 # Gui type to use
10 # Valid types: curses, panel
11 gui=panel
12 # Server to connect to (host:port)
13 host=localhost:2501
14 # Network traffic decay (active/recent/inactive) and packet click rate - increase
15 # this if you are doing prism2 channel hopping.
16 decay=3
17 # What columns do we display? Comma seperated. Read the documentation for what
18 # columns are valid.
19 columns=decay,name,type,wep,channel,packets,flags,ip,size
20 # What columns do we display for clients? Comma seperated.
21 clientcolumns=decay,type,mac,manuf,data,crypt,size,ip,signal,quality,noise
22
23 # Do we auotmatically make a group for probed networks or do we show them
24 # amidst other networks?
25 autogroup_probe=true
26 # Do we autogroup data-only networks?
27 autogroup_data=true
28
29 # Display battery status?
30 apm=false
31
32 # Simple borders (use - and | instead of smooth vertical and horizontal
33 # lines. This is required on Zaurus, and might be needed elsewhere if your
34 # terminal doesn't display the border characters correctly.
35 simpleborders=false
36
37 # Colors (front, back) of text in the panel front. Valid colors are:
38 # black, red, yellow, green, blue, magenta, cyan, white
39 # optionally prefixed with "hi-" for bold/bright colors, ie
40 # hi-red, hi-yellow, hi-green, etc.
41
42 # Enable colors?
43 color=true
44 # Background
45 backgroundcolor=black
46 # Default text
47 textcolor=white
48 # Window borders
49 bordercolor=green
50 # Titles
51 titlecolor=hi-white
52 # GPS and APM info
53 monitorcolor=hi-white
54 # WEP network color
55 wepcolor=hi-green
56 # Factory network color
57 factorycolor=hi-red
58 # Open color
59 opencolor=hi-yellow
60 # Decloaked network color
61 cloakcolor=hi-blue