aboutsummaryrefslogtreecommitdiff
path: root/sys/net80211/ieee80211_node.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r179640: correct code returned in AsssocRespSam Leffler2008-08-181-1/+1
* MFC support to return all received information elements in scan resultsSam Leffler2008-08-171-27/+92
* MFC: sta mode setup for 11n devicesSam Leffler2007-11-281-1/+3
* MFC 1.91: correct re-association indicator dispatched in node join eventSam Leffler2007-11-281-3/+3
* MFC: sync 11n support with vap code baseSam Leffler2007-11-111-14/+40
* 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
* Update beacon handling to sync w/ vap code base:Sam Leffler2007-09-171-42/+87
* oops, add missing bit from last changeSam Leffler2007-09-061-0/+2
* Fixup sta inactivity handling:Sam Leffler2007-09-061-6/+13
* Update 802.11 wireless support:Sam Leffler2007-06-111-771/+374
* copyright updates:Sam Leffler2007-06-061-7/+1
* change ieee80211_fix_rate to take a rate set instead of usingSam Leffler2007-03-111-2/+3
* keep tx/rx seq #'s for non-QoS traffic separate from QoS; stationsSam Leffler2007-03-111-3/+3
* when starting up an ibss master use a random address forSam Leffler2007-03-071-2/+5
* Add initial support for 900MHz cards like the Ubiquiti SR9:Sam Leffler2007-01-151-13/+8
* Correct several issues with rate set negotiation:Sam Leffler2007-01-081-7/+12
* First cut at half/quarter-rate 11a channel support (e.g. for useSam Leffler2006-12-271-3/+2
* Move conditional preprocessing out from the IEEE80211_DPRINTF macroDiomidis Spinellis2006-06-011-14/+8
* Ensure outbound data packets in hostap mode are delivered only toSam Leffler2006-04-281-1/+12
* when scanning channels marked passive defer probe request untilSam Leffler2006-03-061-0/+27
* bump the scan generation number before iterating so we're guaranteedSam Leffler2006-01-181-2/+2
* update erp information element in the beacon frame to reflectSam Leffler2006-01-021-0/+3
* When creating neighbor entries for an ahdemo bss apply the localSam Leffler2005-12-141-0/+9
* when creating an ahdemo bss use any requested bssid; otherwise use zeroSam Leffler2005-12-141-0/+5
* propagate current bss state on sta join so, in particular, authmodeSam Leffler2005-12-121-2/+4
* Bandaid ieee80211_set_chan to handle a channel parameter of "any";Sam Leffler2005-12-121-1/+3
* Adhoc mode fixups:Sam Leffler2005-12-041-19/+33
* revert 1.64: we cannot use the channel characteristics to decide when toSam Leffler2005-08-131-4/+3
* Don't use ic_curmode to decide when to do 11g station accounting,Sam Leffler2005-08-101-5/+4
* Clarify/fix handling of the current channel:Sam Leffler2005-08-101-9/+184
* Split crypto tx+rx key indices and add a key index -> node mapping table:Sam Leffler2005-08-081-48/+222
* Cleanup beacon/listen interval handling:Sam Leffler2005-08-081-2/+2
* Fix handling of frames sent prior to a station being authorizedSam Leffler2005-08-061-0/+36
* close a race between reclaiming a node when a station is inactiveSam Leffler2005-07-311-0/+8
* bandaid ni_fails handling so ap's with association failures areSam Leffler2005-07-271-18/+24
* the AREF flag is only meaningful in ap mode; adhoc neighbors nowSam Leffler2005-07-231-1/+2
* o move inactivity-related debug msgs under IEEE80211_MSG_INACTSam Leffler2005-07-221-8/+12
* split xmit of probe request frame out into a separate routine thatSam Leffler2005-07-221-15/+0
* simplify ic_newassoc callbackSam Leffler2005-07-221-2/+2
* simplify ieee80211_ibss_merge apiSam Leffler2005-07-221-1/+2
* simplify tim callback apiSam Leffler2005-07-221-5/+5
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'sSam Leffler2005-07-221-3/+5
* simplifiy ieee80211_send_nulldata apiSam Leffler2005-07-221-1/+1
* simplify rate set api's by removing ic parameter (implicit in node reference)Sam Leffler2005-07-221-3/+2
* 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