summaryrefslogtreecommitdiff
path: root/sys/net80211
Commit message (Expand)AuthorAgeFilesLines
* MFC from 1.113: correct reason code returned when a sta tries toSam Leffler2007-10-281-1/+1
* MFC from 1.110: check xrates is not null before derefSam Leffler2007-10-281-0/+3
* MFC 1.87: Close longstanding race dropping inactive stations; grabSam Leffler2007-10-281-0/+2
* MFC: add IEEE80211_KEY_UNDEFINED and use it instead of local defsSam Leffler2007-03-313-7/+10
* MFC 1.102: move __inline before type to appease gcc 4.xSam Leffler2007-03-311-5/+5
* MFC 1.99: clear/reclaim challenge text when switching auth mode andSam Leffler2007-03-311-0/+9
* MFC 1.101: discard deauth+disassoc frames that are not destined for us;Sam Leffler2007-03-311-0/+10
* sync w/ HEADSam Leffler2007-03-311-18/+16
* MFC: expose IEEE80211_DISCARD, IEEE80211_DISCARD_IE, andSam Leffler2007-03-312-33/+34
* MFC 1.106: improve debug msg for ie's that are too shortSam Leffler2007-03-311-1/+2
* MFC: keep tx/rx seq #'s for non-QoS traffic separate from QoS; stationsSam Leffler2007-03-315-10/+11
* MFC 1.104: split check for rate set mismatch on assoc req away fromSam Leffler2007-03-311-10/+21
* MFC 1.103: disallow re-associate with a slot time mismatchSam Leffler2007-03-311-8/+27
* MFC 1.36: change ieee80211_mhz2ieee to use the PSB mapping when theSam Leffler2007-03-311-2/+4
* remove dead codeSam Leffler2007-03-311-8/+1
* MFC: power save fix:Sam Leffler2007-03-212-13/+38
* MFC 1.79: when starting up an ibss master use a random address for the bssidSam Leffler2007-03-211-2/+5
* MFC 1.46: correct conversions between TU and ms/ticksSam Leffler2007-03-191-3/+3
* MFC: Correct several issues with rate set negotiationSam Leffler2007-03-104-40/+46
* MFC: Fix potential node refcnt leakSam Leffler2007-03-103-7/+31
* MFC 1.7: add IEEE80211_IS_CHAN_PASSIVESam Leffler2007-03-101-0/+2
* MFC: half- and quarter-rate channel supportSam Leffler2007-01-286-85/+203
* MFC 1.10: reduce user-visible namespace to just what is neededSam Leffler2007-01-261-0/+2
* MFC 1.43: add rate control debug msg bitSam Leffler2007-01-251-0/+1
* MFC: Change the life cycle of bpf interface objects to close attach/detachJohn Baldwin2007-01-191-4/+4
* This commit was manufactured by cvs2svn to create branch 'RELENG_6'.cvs2svn2006-12-132-0/+228
* MFC: statistics fixups:Sam Leffler2006-09-022-18/+77
* MFC: minor fixups (mostly statistics)Sam Leffler2006-09-022-8/+22
* MFC 1.42: add per-sta ucast/mcast statsSam Leffler2006-09-021-0/+4
* MFC 1.47: power save mode state changes should not require clocking...Sam Leffler2006-08-101-0/+7
* MFC 1.93: correct ie length checkSam Leffler2006-08-101-8/+8
* MFC: add IEEE80211_IOC_BMISSTHRESHOLD for managing theSam Leffler2006-08-102-0/+11
* MFC: shuffle some definitions to a public locationSam Leffler2006-08-102-7/+24
* sync w/ HEAD: add some useful definitionsSam Leffler2006-07-101-0/+6
* MFC 1.75:Sam Leffler2006-07-101-14/+8
* MFC 1.74:Sam Leffler2006-07-101-1/+12
* MFC 1.12: remove duplicate ifname in debug msgSam Leffler2006-07-101-2/+1
* MFC 1.46: implement set(IEEE80211_IOC_STA_STATS) for hostapdSam Leffler2006-04-031-0/+28
* MFC 1.40: when doing s/w crypto make sure work is done w/ a writableSam Leffler2006-03-231-0/+15
* MFC 1.90: use m_dup instead of m_copypacket when doing internal bridgingSam Leffler2006-03-141-1/+1
* MFC 1.30: fix switching between agressive and non-agressive wmm modesSam Leffler2006-03-131-2/+2
* MFC 1.89: deliver an l2uf frame on sta join to prime the bridgeSam Leffler2006-03-131-0/+51
* MFC: when scanning channels marked passive defer probe request untilSam Leffler2006-03-135-12/+45
* MFC 1.39: consolidate calculation of capabilities ieSam Leffler2006-03-111-47/+34
* MFC: make driver override of net80211 parameter state consistent with methodsSam Leffler2006-03-112-5/+4
* MFC 1.45: honor user-specified key index for global key slotsSam Leffler2006-02-281-0/+6
* MFC 1.44: treat setting the optional ie to a zero-length datum toSam Leffler2006-02-231-7/+17
* MFC: s/w beacon miss facilitySam Leffler2006-02-163-4/+49
* MFC 1.38: set the mgt frame tx timer before dispatching the frame to the driverSam Leffler2006-02-151-8/+10
* pad embedded structs so we can preserve abi's moving forwardSam Leffler2006-02-123-0/+4