aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_output.c
Commit message (Expand)AuthorAgeFilesLines
* rev 1.19 fixed wpa supplicant but broke wpa authenticator; when operatingSam Leffler2005-02-101-1/+2
* correct check for unicast key being setup; wpa_supplicant in particularSam Leffler2005-02-031-1/+1
* update node reference count debug msgs to include the node addressSam Leffler2005-01-241-3/+3
* clear IEEE80211_F_WMEUPDATE when building the initial beacon frame so weSam Leffler2005-01-241-0/+1
* handle potential stale values of bssid in neighbor nodes thatSam Leffler2005-01-221-1/+5
* bump copyright for 2005Sam Leffler2004-12-311-1/+1
* Relearn how WPA keying is supposed to work and fix WPA+WME whileSam Leffler2004-12-311-111/+128
* fixup printf arguments for 64-bit machinesSam Leffler2004-12-081-3/+3
* Update 802.11 support; too much new functionality to fully describeSam Leffler2004-12-081-155/+1171
* Add a new network interface flag, IFF_NEEDSGIANT, which will allowRobert Watson2004-07-271-1/+1
* fix adhoc/ibss operation for drivers that require host support (e.g. ath):Sam Leffler2004-04-021-29/+7
* add statistics for all failures and/or abnormal events; still needSam Leffler2003-10-171-11/+14
* include FH/DS parameters element in probe response framesSam Leffler2003-10-171-0/+18
* o add capability to indicate if device receives all management framesSam Leffler2003-10-171-6/+17
* Honor the short preamble capability/state flag when calculating theSam Leffler2003-09-141-1/+12
* o correct logic that checks frame size to decide if a cluaster is neededSam Leffler2003-09-011-1/+2
* MFp4 changes to fix locking issues and correct referenceSam Leffler2003-08-191-37/+104
* add monitor modeSam Leffler2003-07-211-0/+3
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>Sam Leffler2003-06-271-21/+17
* new 802.11 layer:Sam Leffler2003-06-231-0/+485