linux-wlan-ng/src
mark ee77a4bc97 The prior change I made was wrong. When interpreting the 802.3 len field
as 'big-endian', values between 0-1500 are reserved as lengths.  Values
OVER 1500 are type codes.
2000-02-07 04:21:25 +00:00
..
am930 Makefile updates for clean target 1999-11-04 08:08:39 +00:00
include/wlan Moved the frame header formatting from the prism2 driver up into p80211. 2000-02-03 04:37:55 +00:00
mkmeta Updated message metadata to guarantee group (message) name uniqueness. Also 2000-01-25 19:44:23 +00:00
p80211 The prior change I made was wrong. When interpreting the 802.3 len field 2000-02-07 04:21:25 +00:00
prism2 Added code to extend the maximum data length for AP mode. 2000-02-06 21:59:34 +00:00
shared Added a whole bunch of stuff for download. Also added code to prism2mgmt.c 2000-01-31 20:05:16 +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 fixed bug in rxmonitor; memset was going out of bounds 2000-02-03 04:15:38 +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