summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211.h
Commit message (Collapse)AuthorAgeFilesLines
* add definitions for WME, WPA (and WPA2), and miscellaneous other stuffsam2004-04-051-1/+145
| | | | | | that's coming soon Obtained from: madwifi
* Handle SIOCSIFMTU ioctl directly so we can apply 802.11-specific bounds.sam2004-01-131-1/+10
| | | | Note that the min is actually constrained to IF_MINMTU by the if layer.
* add definitions for various control frames and a minimum-sized frame thatsam2003-09-151-0/+51
| | | | | we use to define IEEE80211_MIN_LEN; the minimal length for frames drivers may pass up into the 802.11 layer
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>sam2003-06-271-11/+17
|
* new 802.11 layer:sam2003-06-231-0/+326
o code reorg (relative to old netbsd-derived code) for future growth o drivers now specify available channels and rates and 802.11 layer handles almost all ifmedia actions o multi-mode support for 11a/b/g devices o 11g protocol additions (incomplete) o new element id additions (for other than 11g) o node/station table redone for proper locking and to eliminate driver incestuousness o split device flags and capabilities to reduce confusion and provide room for expansion o incomplete power management infrastructure (need to revisit) o incomplete hooks for software retry o more...
OpenPOWER on IntegriCloud