X-Git-Url: https://git.decadent.org.uk/gitweb/?a=blobdiff_plain;ds=inline;f=Documentation%2FREADME.ap-auth;fp=Documentation%2FREADME.ap-auth;h=ceb79a155da6957a83f124fe83491ebeb61f90bf;hb=67fc54773e1504698e80c9cb83977bde32665350;hp=0000000000000000000000000000000000000000;hpb=6a9e980b8799891e0a5467a0126a60b169c8f4eb;p=ap-utils.git diff --git a/Documentation/README.ap-auth b/Documentation/README.ap-auth new file mode 100644 index 0000000..ceb79a1 --- /dev/null +++ b/Documentation/README.ap-auth @@ -0,0 +1,30 @@ +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.