summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.c
Commit message (Expand)AuthorAgeFilesLines
...
* RIFS support; needs driver callback for dynamic state changesam2008-09-221-1/+2
* MIMO power save support; still needs callbacks for notifying driverssam2008-09-211-1/+3
* Add current transmit parameters for fixed rate handling so driverssam2008-09-211-0/+45
* make all checks if ni_chw consistentsam2008-09-061-1/+1
* Change the calling convention for ic_node_alloc to deal withsam2008-06-071-4/+5
* Split ieee80211_notify_erp into locked and unlocked variantssam2008-06-071-4/+12
* Fix node cleanup issues when the last reference is held bysam2008-06-071-16/+27
* correct code returned in AsssocResp; the previous code is spec'd for usesam2008-06-071-2/+1
* Don't override the txpower cap installed by ieee80211_alloc_node;sam2008-05-281-3/+0
* special-case broadcast probe request in ieee80211_find_rxnode; we needsam2008-05-221-16/+30
* fix build w/ IEEE80211_DEBUG_REFCNT enabledsam2008-05-011-1/+1
* Multi-bss (aka vap) support for 802.11 devices.sam2008-04-201-605/+1000
* o correct re-association indicator dispatched in node join eventsam2007-11-231-3/+3
* parse htcap ie early so ampdu density and max rx size are availablesam2007-11-231-1/+3
* sync 11n support with vap code base; many changes based on interopsam2007-11-021-14/+40
* Close longstanding race dropping inactive stations; grab a referencesam2007-09-181-0/+2
* Safeguard count of stations in power save; don't touch it unless we'resam2007-09-181-1/+2
* Update beacon handling to sync w/ vap code base:sam2007-09-171-42/+87
* oops, add missing bit from last changesam2007-09-061-0/+2
* Fixup sta inactivity handling:sam2007-09-061-6/+13
* Update 802.11 wireless support:sam2007-06-111-771/+374
* copyright updates:sam2007-06-061-7/+1
* change ieee80211_fix_rate to take a rate set instead of usingsam2007-03-111-2/+3
* keep tx/rx seq #'s for non-QoS traffic separate from QoS; stationssam2007-03-111-3/+3
* when starting up an ibss master use a random address forsam2007-03-071-2/+5
* Add initial support for 900MHz cards like the Ubiquiti SR9:sam2007-01-151-13/+8
* Correct several issues with rate set negotiation:sam2007-01-081-7/+12
* First cut at half/quarter-rate 11a channel support (e.g. for usesam2006-12-271-3/+2
* Move conditional preprocessing out from the IEEE80211_DPRINTF macrodds2006-06-011-14/+8
* Ensure outbound data packets in hostap mode are delivered only tosam2006-04-281-1/+12
* when scanning channels marked passive defer probe request untilsam2006-03-061-0/+27
* bump the scan generation number before iterating so we're guaranteedsam2006-01-181-2/+2
* update erp information element in the beacon frame to reflectsam2006-01-021-0/+3
* When creating neighbor entries for an ahdemo bss apply the localsam2005-12-141-0/+9
* when creating an ahdemo bss use any requested bssid; otherwise use zerosam2005-12-141-0/+5
* propagate current bss state on sta join so, in particular, authmodesam2005-12-121-2/+4
* Bandaid ieee80211_set_chan to handle a channel parameter of "any";sam2005-12-121-1/+3
* Adhoc mode fixups:sam2005-12-041-19/+33
* revert 1.64: we cannot use the channel characteristics to decide when tosam2005-08-131-4/+3
* Don't use ic_curmode to decide when to do 11g station accounting,sam2005-08-101-5/+4
* Clarify/fix handling of the current channel:sam2005-08-101-9/+184
* Split crypto tx+rx key indices and add a key index -> node mapping table:sam2005-08-081-48/+222
* Cleanup beacon/listen interval handling:sam2005-08-081-2/+2
* Fix handling of frames sent prior to a station being authorizedsam2005-08-061-0/+36
* close a race between reclaiming a node when a station is inactivesam2005-07-311-0/+8
* bandaid ni_fails handling so ap's with association failures aresam2005-07-271-18/+24
* the AREF flag is only meaningful in ap mode; adhoc neighbors nowsam2005-07-231-1/+2
* o move inactivity-related debug msgs under IEEE80211_MSG_INACTsam2005-07-221-8/+12
* split xmit of probe request frame out into a separate routine thatsam2005-07-221-15/+0
* simplify ic_newassoc callbacksam2005-07-221-2/+2
OpenPOWER on IntegriCloud