summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* simplify ieee80211_ibss_merge apisam2005-07-221-1/+2
* simplify tim callback apisam2005-07-221-5/+5
* simplify ieee80211_node_authorize and ieee80211_node_unauthorize api'ssam2005-07-221-3/+5
* simplifiy ieee80211_send_nulldata apisam2005-07-221-1/+1
* simplify rate set api's by removing ic parameter (implicit in node reference)sam2005-07-221-3/+2
* Fix race condition in handling node reference counts for authenticatingsam2005-07-061-0/+15
* move AID implementation defines from the protocol definitions tosam2005-06-101-0/+10
* Change the MLME ASSOCIATE ioctl to accept either a ssid, a bssid,sam2005-06-071-14/+29
* avoid potential array index by -1sam2005-03-161-1/+2
* honor any desired bssid when creating an ibsssam2005-03-081-1/+4
* propagate state kept in the bss node when re-creating the nodesam2005-02-101-1/+16
* update node reference count debug msgs to include the node addresssam2005-01-241-16/+23
* statically allocate the station/neighbor node table; the deferredsam2005-01-241-111/+44
* when a station is timed out for inactivity, remove it from the tablesam2005-01-201-2/+13
* explicitly avoid timing out ourself due to inactivity; itsam2005-01-201-0/+6
* fix refcnt leak in adhoc mode: entries in the neighbor tablesam2005-01-201-3/+9
* remove debug msg from ieee80211_iterate_nodes; it makes logs very noisysam2005-01-181-3/+0
* avoid possible null pointer deref when refcnt debugging is enabled; thesam2005-01-181-1/+1
* Explicitly ignore ibss merge requests when the node is ic_bss. This cansam2005-01-181-1/+2
* Simplify the logic for checking the scan candidates at the end of a scan.sam2005-01-181-20/+17
* when scanning is interrupted reset state so table entries go in the stationsam2005-01-181-5/+16
* do fixed rate check when considering if a scan candidate is suitable so whensam2005-01-181-9/+5
OpenPOWER on IntegriCloud