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/NEWDRIVERS | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 doc/NEWDRIVERS (limited to 'doc/NEWDRIVERS') 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