]> git.decadent.org.uk Git - ap-utils.git/blob - Documentation/README.ap-auth
Imported Upstream version 1.5~pre1
[ap-utils.git] / Documentation / README.ap-auth
1 Subject: [ap-utils] mac auth updates from command line (patch)
2 Date: Monday 19 July 2004 18:06
3 From: Teemu Kiviniemi <teemuki AT fotokone DOT fi>
4 To: ap-utils AT lists DOT polesye DOT net
5
6
7 Hi,
8
9 I couldn't find a command line utility to change the list of authorised MAC
10 addresses, so I did one myself. I combined some of the existing code found in
11 ap-mrtg.c and auth_mac.c to make ap-auth.c.
12
13 Usage:
14 ap-auth -i ip -c community -d filename
15 or
16 ap-auth -i ip -c community -u filename
17
18
19 -i ip        - AP ip address
20 -c community - SNMP community string
21 -d filename  - download list of authorised MAC addresses from AP to a file
22 -u filename  - upload list of authorised MAC addresses from a file to AP
23
24
25 Here is a patch against ap-utils 1.4.1:
26 http://teemuki.fotokone.fi/ap-utils/ap-utils-1.4.1-ap-auth.patch
27
28
29 It has only support for ATMEL410, because I can't test the code on other
30 accesspoints. I've tested it and it works with smartBridges Airpoint Pro.