aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* Revert r215619, ABI breakage ahead.Bernhard Schmidt2010-11-211-1/+1
* MFC r199076:Bernhard Schmidt2010-11-211-1/+1
* MFC r200242:Bernhard Schmidt2010-11-211-1/+1
* MFC r207322:Bernhard Schmidt2010-11-211-1/+1
* MFC r201793:Bernhard Schmidt2010-11-201-3/+3
* MFC r203673:Bernhard Schmidt2010-11-191-0/+1
* Fix HTCAP's SM power save bits to match the ones in HEAD.Rui Paulo2010-03-181-2/+2
* Fix hostap power-save station support by always initializing the TIMDoug White2009-01-262-19/+10
* change private mbuf flags to use M_PROTO* so they don't conflict with publicSam Leffler2008-11-221-3/+4
* MFC r179640: correct code returned in AsssocRespSam Leffler2008-08-181-1/+1
* MFC r180837: don't deauth a station because it sends a ps-poll w/ a bogus aidSam Leffler2008-08-181-2/+8
* MFC r181347: add WPS ouiSam Leffler2008-08-181-0/+2
* MFC support to return all received information elements in scan resultsSam Leffler2008-08-179-315/+351
* MFC 1.9: Fix adhoc mode to scan all available channels...Sam Leffler2008-04-251-42/+63
* MFC 1.11: sync channel defs w/ _ieee80211.h so cpp doesn't complainSam Leffler2008-04-251-16/+13
* MFC 1.4: add opaque pointer to tx ampdu state for driversSam Leffler2008-02-081-0/+1
* MFC 1.115: fix use with altqSam Leffler2008-02-051-2/+6
* MFC 1.8: correct typo that broke check when handling addba responseSam Leffler2008-02-041-1/+2
* Add padding for anticipated functionalityKip Macy2007-12-072-3/+3
* MFC: ieee80211_find_channel_byieee for use with sta mode scanningSam Leffler2007-11-292-0/+28
* MFC 1.8: be more careful handling off-channel framesSam Leffler2007-11-291-11/+13
* MFC: sta mode setup for 11n devicesSam Leffler2007-11-282-3/+11
* MFC 1.91: correct re-association indicator dispatched in node join eventSam Leffler2007-11-281-3/+3
* MFC: WMM packet classification fixesSam Leffler2007-11-282-41/+10
* MFC 1.45: update default wme parameters to latest WiFi test plansSam Leffler2007-11-281-24/+24
* MFC 1.17: correct MIMO power save action frame formatSam Leffler2007-11-211-2/+8
* MFC 1.6: correct handling of off-channel framesSam Leffler2007-11-121-12/+37
* MFC 1.6: correct termination check doing amsdu de-aggregationSam Leffler2007-11-111-4/+3
* MFC: sync 11n support with vap code baseSam Leffler2007-11-1116-272/+1036
* MFC 1.25: correct channel flags returned by IEEE80211_IOC_STA_INFOSam Leffler2007-11-111-1/+1
* MFC 1.43: don't try to re-associate after a parameter changeSam Leffler2007-11-111-11/+1
* MFC 1.4: silence complaint about not loading the wlan_scan_monitor moduleSam Leffler2007-10-311-1/+2
* invalidate ic_prevchan when constructing a new channel listSam Leffler2007-09-181-0/+1
* honor IEEE80211_C_TXFRAG; drivers should never get fragmented packetsSam Leffler2007-09-181-0/+1
* tag mgmt and null data frames w/ a WME priority so drivers can assumeSam Leffler2007-09-181-0/+6
* mgmt subtype 13 is actionSam Leffler2007-09-181-1/+1
* Close longstanding race dropping inactive stations; grab a referenceSam Leffler2007-09-181-0/+2
* Safeguard count of stations in power save; don't touch it unless we'reSam Leffler2007-09-181-1/+2
* skip IEEE80211_MODE_AUTO in announcing supported rates in ieee80211_announce;Sam Leffler2007-09-181-1/+2
* o add IEEE80211_RATE_MCS to use instead of naked constant (for marking MCS)Sam Leffler2007-09-183-3/+8
* o move IEEE80211_NONQOS_TID into a public locationSam Leffler2007-09-183-5/+10
* remove IFM_IEEE80211_HT40PLUS and IFM_IEEE80211_HT40MINUS; theySam Leffler2007-09-181-4/+0
* Update beacon handling to sync w/ vap code base:Sam Leffler2007-09-179-79/+207
* correct netband skip check in constructing a country ieSam Leffler2007-09-171-1/+1
* oops, add missing bit from last changeSam Leffler2007-09-061-0/+2
* Fixup sta inactivity handling:Sam Leffler2007-09-064-6/+24
* o add 802.11 state machine states for DFS and client-side power saveSam Leffler2007-09-052-3/+21
* Update channel definition:Sam Leffler2007-09-051-16/+40
* Miscellaneous fixups to 802.11 defs:Sam Leffler2007-09-053-39/+64
* o add M_WEP mbuf flag so drivers can mark frames that are decrypted by theSam Leffler2007-09-052-1/+10