linux-wlan-ng/src
2000-02-07 16:39:32 +00:00
..
am930 Makefile updates for clean target 1999-11-04 08:08:39 +00:00
include/wlan Added another mystery. Updated the version code to 0.1.3. 2000-02-07 12:23:16 +00:00
mkmeta Updated message metadata to guarantee group (message) name uniqueness. Also 2000-01-25 19:44:23 +00:00
p80211 Added the overlength ethernet frame fix. 2000-02-07 14:49:47 +00:00
prism2 Added a magic check to the irq handler loop. 2000-02-07 16:31:19 +00:00
shared Added elements for the p2req_mm_state message. It enables the mm transmit 2000-02-07 15:28:11 +00:00
skeleton Fixed depend include for 'make clean' 2000-01-19 03:52:55 +00:00
wlanctl Modified wlanctl to print all request type commands, not just dot11req. Added support for printing all the mib items. 2000-01-29 22:17:27 +00:00
wland Modified to report the correct WLAN version number 2000-01-13 20:45:06 +00:00
wlandump Uncommented the call the print_80211_frame(). 2000-02-07 16:39:32 +00:00
Makefile Moved the frame header formatting from the prism2 driver up into p80211. 2000-02-03 04:37:55 +00:00
README Updated for 8 space tabs. 2000-01-12 05:13:56 +00:00

./src - root for linux-wlan-ng source code directories


src/am930	- source for the AMD MAC specific driver
src/include	- header files shared by various components.  Header files
			that are only used by one component are in that component's
			source directory
src/p80211	- source for 802.11 services
src/prism2	- source for the Intersil PRISM2 MAC specific driver
src/shared	- source files (.c) that are shared among two or more components
src/wlanctl	- source for the wlanctl user-mode utility
src/wland	- source for the wland user-mode utility
src/wlandump	- source for the wlandump utility