From: Ben Hutchings Date: Sun, 19 Apr 2009 00:05:25 +0000 (+0100) Subject: Imported Upstream version 1.5~pre2~a X-Git-Tag: upstream/1.5.pre2.a X-Git-Url: https://git.decadent.org.uk/gitweb/?p=ap-utils.git;a=commitdiff_plain;h=06066bc965b02307ebe3825d5324fc95bbc651a3 Imported Upstream version 1.5~pre2~a --- diff --git a/ChangeLog b/ChangeLog index af35aa8..4825b7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-11-28 Roman Festchook + * Documentation/ap-gl.8, Documentation/README.ap-gl: info from + Documentation/README.ap-gl moved to ap-gl man page, removed + Documentation/README.ap-gl + * Documentation/README.ap-auth: + removed because all info now in ap-auth man page + 2004-11-28 Roman Festchook * lib/common.c: added checking then function called from ap-gl utility in connect_options() automatic detecting MIB, extention. Now community @@ -17,6 +24,7 @@ (http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=259645) * po/uk.po: updated translation * ap-gl/stations.c: fixed RSSI dBm representation + * configure.in: version 1.5pre1_FreedomOfUkraine 2004-11-24 Jan Rafaj * README: diff --git a/Documentation/README.ap-auth b/Documentation/README.ap-auth deleted file mode 100644 index ceb79a1..0000000 --- a/Documentation/README.ap-auth +++ /dev/null @@ -1,30 +0,0 @@ -Subject: [ap-utils] mac auth updates from command line (patch) -Date: Monday 19 July 2004 18:06 -From: Teemu Kiviniemi -To: ap-utils AT lists DOT polesye DOT net - - -Hi, - -I couldn't find a command line utility to change the list of authorised MAC -addresses, so I did one myself. I combined some of the existing code found in -ap-mrtg.c and auth_mac.c to make ap-auth.c. - -Usage: -ap-auth -i ip -c community -d filename -or -ap-auth -i ip -c community -u filename - - --i ip - AP ip address --c community - SNMP community string --d filename - download list of authorised MAC addresses from AP to a file --u filename - upload list of authorised MAC addresses from a file to AP - - -Here is a patch against ap-utils 1.4.1: -http://teemuki.fotokone.fi/ap-utils/ap-utils-1.4.1-ap-auth.patch - - -It has only support for ATMEL410, because I can't test the code on other -accesspoints. I've tested it and it works with smartBridges Airpoint Pro. diff --git a/Documentation/README.ap-gl b/Documentation/README.ap-gl deleted file mode 100644 index 0930aee..0000000 --- a/Documentation/README.ap-gl +++ /dev/null @@ -1,3 +0,0 @@ -Client stations Status: -status 3 - normal connected -status 9 - awaiting authorization diff --git a/Documentation/ap-gl.8 b/Documentation/ap-gl.8 index 5d76485..8500762 100644 --- a/Documentation/ap-gl.8 +++ b/Documentation/ap-gl.8 @@ -41,12 +41,13 @@ This option displays the wireless statistics for your reference. .TP .B Stations (atmel) Under this menu the user will be able to see the Associated Stations that are currently associated with the Access Point. For each associated station the user will be able to see the MAC Address. From version 0.7.3-pre1 you may save mac addresses list to file ~/.stations. -Stations on NWN AP: For each associated station the user will be able to see the MAC Address, Link Quality, RSSI and Idle time. * Mac address: If the association is pending (that is, the Client is scanning, authenticating or associating), assocAddress contains the MAC address of that Client with the group bit set to indicate that the Access Point is aware of the presence of that Client. The other objects of the entry will be updated based on the information extracted from the received Probe Requests. * Link Quality: An indicator for the quality of the Client. If the association is still pending, the quality is calculated over the received Probe Requests from the Client. If the Client is associated, the quality derived from any activity with the Client. The actual quality source depends on the selected quality indicator. The semantics of the indicator is 'low is good quality' and 'high is bad quality'. * IdleTime: An indicator (in seconds) for the age of the information on the Client. The age is reset to 0 if any activity of this Client is detected. * RSSI: An indicator for the RSSI of the Client. If the association is still pending, the RSSI is calculated over the received Probe Requests from the Client. If the Client is associated, the RSSI derived from any activity with the Client. + * Client stations Status: status 3 - normal connected, status 9 - awaiting authorization. + .TP .B KnownAP By using option APs from info menu you may see all Access Points thats visible by your AP. diff --git a/configure b/configure index cf9108b..3a7de8b 100755 --- a/configure +++ b/configure @@ -1551,7 +1551,7 @@ fi # Define the identity of the package. PACKAGE=ap-utils - VERSION=1.5pre1_FreedomOfUkraine + VERSION=1.5pre2a cat >>confdefs.h <<_ACEOF diff --git a/configure.in b/configure.in index a106b7d..750f8a4 100644 --- a/configure.in +++ b/configure.in @@ -18,7 +18,7 @@ # AC_INIT([lib/snmp.c]) AC_CONFIG_AUX_DIR(config) -AM_INIT_AUTOMAKE(ap-utils, 1.5pre1_FreedomOfUkraine) +AM_INIT_AUTOMAKE(ap-utils, 1.5pre2a) AM_CONFIG_HEADER(config.h) ac_aux_dir=config