summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct scan candidate selection logic for dual-band devices: prefersam2005-01-011-15/+15
* bump copyright for 2005sam2004-12-311-1/+1
* fixup inactivity timers:sam2004-12-311-3/+7
* compare pointers against NULLsam2004-12-311-2/+2
* make ap mode sta association debug msg as informative as sta modesam2004-12-311-3/+8
* do 11g erp station management in turboG mode toosam2004-12-311-3/+6
* check if the node/station table is already present before creating one; thissam2004-12-311-8/+11
* include phy mode in scan debug msgsam2004-12-311-2/+3
* Update 802.11 support; too much new functionality to fully describesam2004-12-081-271/+1475
* make malloc tag for ieee80211_node more recognizablesam2004-04-051-1/+1
OpenPOWER on IntegriCloud