aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_node.h
Commit message (Expand)AuthorAgeFilesLines
* when scanning channels marked passive defer probe request untilSam Leffler2006-03-061-0/+1
* Adhoc mode fixups:Sam Leffler2005-12-041-0/+3
* Clarify/fix handling of the current channel:Sam Leffler2005-08-101-1/+35
* Split crypto tx+rx key indices and add a key index -> node mapping table:Sam Leffler2005-08-081-0/+11
* Fix handling of frames sent prior to a station being authorizedSam Leffler2005-08-061-0/+2
* simplify ieee80211_ibss_merge apiSam Leffler2005-07-221-1/+1
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'sSam Leffler2005-07-221-4/+2
* Fix race condition in handling node reference counts for authenticatingSam Leffler2005-07-061-0/+1
* o collect dtim period+count from beacons in station mode so driversSam Leffler2005-06-091-0/+2
* remove extern from function declsSam Leffler2005-04-041-44/+37
* statically allocate the station/neighbor node table; the deferredSam Leffler2005-01-241-1/+0
* when scanning is interrupted reset state so table entries go in the stationSam Leffler2005-01-181-0/+1
* bump copyright for 2005Sam Leffler2004-12-311-1/+1
* Update 802.11 support; too much new functionality to fully describeSam Leffler2004-12-081-64/+191
* eliminate nested include by making MALLOC_DECLARE conditional on theSam Leffler2004-04-051-0/+2
* export the malloc type M_80211_NODE for drivers that override the nodeSam Leffler2004-04-051-0/+2
* fix adhoc/ibss operation for drivers that require host support (e.g. ath):Sam Leffler2004-04-021-0/+2
* parameterize locking to improve portability and possibleSam Leffler2003-10-171-0/+8
* Try yet again to deal with timing out nodes. We cannot hold theSam Leffler2003-09-261-0/+1
* MFp4 changes to fix locking issues and correct referenceSam Leffler2003-08-191-2/+1
* Delay creating ic_bss until after the super-class has a chanceSam Leffler2003-08-131-0/+1
* o change ieee80211_new_state handling to use a proper method that driversSam Leffler2003-07-201-2/+1
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>Sam Leffler2003-06-271-11/+17
* new 802.11 layer:Sam Leffler2003-06-231-0/+142