]> git.decadent.org.uk Git - ap-utils.git/blob - Documentation/FAQ
Imported Upstream version 1.5~pre2
[ap-utils.git] / Documentation / FAQ
1 Q.
2 > I try to install Access Point SNMP Config utility, but i can't find
3 > menu.h file.
4 > [root@server src]# make
5 > gcc -O2 -Wall    -c -o ap-cnf.o ap-cnf.c
6 > ap-cnf.c:24:18: menu.h: No such file or directory
7 > make: *** [ap-cnf.o] Error 1
8 A.
9 You need to install ncurses and ncurses-devel packages from your distro.
10 Or just build and install ncurses libs from sources.
11
12 Q.
13 > I bought a access point. Unfortunately, the
14 > documentation does not have the default community string used by the
15 > product. Do you know what it is, or where I could find it out?
16 A.
17 I'm give you default communities from my equipment, may be you may use
18 it with your AP: "public", "private", "linksys".
19 Also consult documentation to your AP.
20
21 Q.
22 > The wireless & ethernet stats are reset to zero each time I grab
23 > the KnownAP signal and quality stats.  The same issue happens when
24 > performing KnownAP's running your AP-CNF program without modification.
25 A.
26 Because only way to see KnownAPs info its to put AP to client mode with master
27 AP mac set to  0000000000. When setting this AP resets. Only one way to get
28 signal and quality stats not resetting AP - its to get this stat from AP
29 setted in client mode all time.
30
31 Q.
32 >Can someone give me the "newbe" answer to what's the
33 >relationship/difference between RSSI and Link Quality?
34
35 A.
36 RSSI = Received Signal Strength Indication. Measures only the signal
37 amplitude. This plays a major role in calculating the fade margin of the
38 link. 
39 The Signal Quality represents how clean the signal is. Interference,
40 Multi path Reflections etc. This measure plays a major role in
41 determining the data throughput. Low Signal Quality would normally mean
42 retransmissions, dropped packets etc.
43