summaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_node.c
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagrelease/6.1.0_cvscvs2svn2006-05-061-1/+1
* MFC: when scanning channels marked passive defer probe request untilSam Leffler2006-03-131-0/+27
* MFC 1.68: propagate current bss state on sta joinSam Leffler2006-01-291-2/+4
* MFC 1.72: bump the scan generation number before iteratingSam Leffler2006-01-291-2/+2
* MFC: update erp information element in the beacon frame to reflectSam Leffler2006-01-291-0/+3
* MFC 1.70: apply local settings when creating neighbor entries in ahdemo modeSam Leffler2005-12-221-0/+9
* MFC: 1.69: when creating an ahdemo bss use any requested bssid; otherwise use...Sam Leffler2005-12-221-0/+5
* MFC 1.67: Bandaid ieee80211_set_chan to handle a channel parameter of "any"Sam Leffler2005-12-221-1/+3
* MFC: adhoc mode fixupsSam Leffler2005-12-111-19/+33
* sync with HEAD:Sam Leffler2005-09-031-66/+457
* Sync wireless support from HEAD:Sam Leffler2005-07-291-57/+55
* Fix race condition in handling node reference counts for authenticatingSam Leffler2005-07-061-0/+15
* move AID implementation defines from the protocol definitions toSam Leffler2005-06-101-0/+10
* Change the MLME ASSOCIATE ioctl to accept either a ssid, a bssid,Sam Leffler2005-06-071-14/+29
* avoid potential array index by -1Sam Leffler2005-03-161-1/+2
* honor any desired bssid when creating an ibssSam Leffler2005-03-081-1/+4
* propagate state kept in the bss node when re-creating the nodeSam Leffler2005-02-101-1/+16
* update node reference count debug msgs to include the node addressSam Leffler2005-01-241-16/+23
* statically allocate the station/neighbor node table; the deferredSam Leffler2005-01-241-111/+44
* when a station is timed out for inactivity, remove it from the tableSam Leffler2005-01-201-2/+13
* explicitly avoid timing out ourself due to inactivity; itSam Leffler2005-01-201-0/+6
* fix refcnt leak in adhoc mode: entries in the neighbor tableSam Leffler2005-01-201-3/+9
* remove debug msg from ieee80211_iterate_nodes; it makes logs very noisySam Leffler2005-01-181-3/+0
* avoid possible null pointer deref when refcnt debugging is enabled; theSam Leffler2005-01-181-1/+1
* Explicitly ignore ibss merge requests when the node is ic_bss. This canSam Leffler2005-01-181-1/+2
* Simplify the logic for checking the scan candidates at the end of a scan.Sam Leffler2005-01-181-20/+17
* when scanning is interrupted reset state so table entries go in the stationSam Leffler2005-01-181-5/+16
* do fixed rate check when considering if a scan candidate is suitable so whenSam Leffler2005-01-181-9/+5
* Correct scan candidate selection logic for dual-band devices: preferSam Leffler2005-01-011-15/+15
* bump copyright for 2005Sam Leffler2004-12-311-1/+1
* fixup inactivity timers:Sam Leffler2004-12-311-3/+7
* compare pointers against NULLSam Leffler2004-12-311-2/+2
* make ap mode sta association debug msg as informative as sta modeSam Leffler2004-12-311-3/+8
* do 11g erp station management in turboG mode tooSam Leffler2004-12-311-3/+6
* check if the node/station table is already present before creating one; thisSam Leffler2004-12-311-8/+11
* include phy mode in scan debug msgSam Leffler2004-12-311-2/+3
* Update 802.11 support; too much new functionality to fully describeSam Leffler2004-12-081-271/+1475
* make malloc tag for ieee80211_node more recognizableSam Leffler2004-04-051-1/+1
* fix adhoc/ibss operation for drivers that require host support (e.g. ath):Sam Leffler2004-04-021-6/+70
* o change ieee80211_dup_bss to inherit explicit data from ic_bss instead ofSam Leffler2004-04-021-2/+7
* track node allocation failure stats in ieee80211_alloc_node insteadSam Leffler2004-04-021-0/+2
* replace explicit malloc/free with MALLOC/FREE for portabilitySam Leffler2004-04-021-3/+5
* extract node matching logic into new ieee80211_match_bss routine for useSam Leffler2004-04-021-54/+66
* diff reduction against madwifiSam Leffler2004-04-021-3/+5
* o add support for controlling the power of transmitted framesSam Leffler2004-03-301-0/+1
* fix typo that broke AP scanning by BSSIDSam Leffler2003-11-091-2/+1
* Replace the if_name and if_unit members of struct ifnet with new membersBrooks Davis2003-10-311-1/+1
* add statistics for all failures and/or abnormal events; still needSam Leffler2003-10-171-1/+5
* parameterize locking to improve portability and possibleSam Leffler2003-10-171-17/+17
* Try yet again to deal with timing out nodes. We cannot hold theSam Leffler2003-09-261-6/+25