Remove old (commented out) code
[wifi-radar.git] / wifi-radar.1
blob1c7f66be486ec23cbb636087c5c2e01942438a90
1 .\" Author: by Ahmad Baitalmal <ahmad@baitalmal.com>
2 .TH wifi-radar 1 "April 2005" "Linux Software for managing WiFi profiles" ""
3 .SH NAME
4 wifi-radar \- utility for managing WiFi profiles
5 .SH SYNOPSIS
6 .B wifi-radar
7 [\fIOPTION\fR]...
8 .SH DESCRIPTION
9 .PP
10 Wifi-radar is a PyGTK2 utility for managing WiFi profiles.
11 .PP
12 .PP
13 .BR wifi-radar.conf (5)
14 for information on configuring the rest of its functionality.
15 .PP
16 The wifi-radar script accepts the following command-line options:
17 .SH OPTIONS
18 .TP 16
20 \fB\-v\fR, \fB\-\-version\fR for printing the version.
21 .TP 16
23 \fB\-d\fR, \fB\-\-daemon\fR set wifi-radar in daemon mode.
24 .TP 1
25 It will always look for the config file in /etc/conf.d/wifi-radar.conf.
26 You can change that in wifi-radar
27 .TP 5
28 * If the conf file does not exist, it will create it, so you must
29 * always run it within a correctly permitted account (as root or use
30 * sudo or pam)
31 .TP 5
32 * Running it with the "--daemon" or "-d" option will set it to "scan
33 * and auto connect" mode, which has no UI (good for running at boot
34 * time or in the background).
35 .BR
36 .TP 2
37 Recent version partially implements WPA-TKIP with wpa_supplicant. You
38 need a running wpa_supplicant installation with a
39 /etc/wpa_supplicant/wpa_supplicant.conf file.  Then by setting in your
40 /etc/wifi-radar/wifi-radar.conf file the "use_wpa = yes" option and
41 "wpa_driver = ipw" for example, wpa_supplicant will be launched when
42 you connect using this profile.
43 .TP 2
44 But currently you can't set your wpa_supplicant options like the psk,
45 proto, key_mgmt etc. using wifi-radar. Your wpa_supplicant
46 configuration file should be set and tested already. If you have
47 different networks set in wpa_supplicant.conf, then you can switch using
48 wifi-radar.
49 .SH FILES
50 .TP 10
51 .B /etc/wifi-radar/wifi-radar.conf
52 See
53 .BR wifi-radar.conf (5)
54 for more information.
55 .SH BUGS
56 .PP
57 Probably lots!
58 .PP
59 Because of a continuous scan, wifi-radar is very power consuming. 
60 .PP
61 The SVN repository is available at http://svn.bitbuilder.com
62 .PP
63 If you have questions, post them to the Linux Forum at the X1000 Forums site
64 (http://www.x1000forums.com/index.php?showforum=8).
65 .SH AUTHOR
66 .PP
67 This Python program was written by Ahmad Baitaimal, with contributions from:
68 .IP \(bu 4
69 Brian Elliott Finley <brian@thefinleys.com>
70 .IP \(bu 4
71 Brouard Nicolas <nicolas.brouard@libertysurf.fr>
72 .IP \(bu 4
73 Douglas Breault <genkreton@comcast.net>
74 .IP \(bu 4
75 Joey Hurst <jhurst@lucubrate.org>
76 .IP \(bu 4
77 Jon Collette <jonc@etelos.com>
78 .IP \(bu 4
79 Kevin Otte <kotte@redhat.com>
80 .IP \(bu 4
81 Richard Monk <rmonk@redhat.com>
82 .IP \(bu 4
83 Nathanael Rebsch <nathanael@dihedral.de>
84 .IP \(bu 4
85 Simon Gerber <gesimu@gmail.com>
86 .IP \(bu 4
87 Gary Case <gcase@redhat.com>
88 .IP \(bu 4
89 Ante Karamatić <ivoks@ubuntu.com>
90 .SH SEE ALSO
91 .PP
92 .BR wifi-radar.conf (5)
93 .PP
94 .BR wpa_supplicant