]> git.decadent.org.uk Git - ap-utils.git/blobdiff - Documentation/README.ap-auth
Imported Upstream version 1.4.2~pre2~a
[ap-utils.git] / Documentation / README.ap-auth
diff --git a/Documentation/README.ap-auth b/Documentation/README.ap-auth
new file mode 100644 (file)
index 0000000..ceb79a1
--- /dev/null
@@ -0,0 +1,30 @@
+Subject: [ap-utils] mac auth updates from command line (patch)
+Date: Monday 19 July 2004 18:06
+From: Teemu Kiviniemi <teemuki AT fotokone DOT fi>
+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.