From f350c50a1a059489666ce31f33153771626182ea Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 13 Oct 2003 17:40:45 +0000 Subject: Large commit git-svn-id: file:///home/lennart/svn/public/aeswepd/trunk@20 022f378f-78c4-0310-b860-d162c87e6274 --- doc/Makefile.am | 8 ++++---- doc/NEWDRIVERS | 18 ++++++++++++++++++ 2 files changed, 22 insertions(+), 4 deletions(-) create mode 100644 doc/NEWDRIVERS (limited to 'doc') diff --git a/doc/Makefile.am b/doc/Makefile.am index d36fe90..e9e863e 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,19 +1,19 @@ # $Id$ -# This file is part of waproamd. +# This file is part of aeswepd. # -# waproamd is free software; you can redistribute it and/or modify it +# aeswepd is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. # -# waproamd is distributed in the hope that it will be useful, but +# aeswepd is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU # General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with waproamd; if not, write to the Free Software Foundation, +# along with aeswepd; if not, write to the Free Software Foundation, # Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. EXTRA_DIST=README diff --git a/doc/NEWDRIVERS b/doc/NEWDRIVERS new file mode 100644 index 0000000..c52ca2b --- /dev/null +++ b/doc/NEWDRIVERS @@ -0,0 +1,18 @@ +This is a short intro for writing new AP drivers for changing WEP keys +---------------------------------------------------------------------- + +If you plan to implement a new driver for chaning WEP keys for APs +consider the following points: + +1) Have a look on src/iwkey.[ch]. That is the implementation for + changing WEP keys on the local machine by using the Linux wireless + extensions. Create a new copy of these files and adjust it to your + needs. You have to create a new global instance of "struct key_api" + and fill it in. + +2) Edit src/keyapi.c and modify key_api_get() to return your structure + you defined earlier when the given argument matches your driver. + +3) Make a patch and send it to me. + +$Id$ -- cgit