summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* fix adhoc/ibss operation for drivers that require host support (e.g. ath):sam2004-04-021-6/+70
* o change ieee80211_dup_bss to inherit explicit data from ic_bss instead ofsam2004-04-021-2/+7
* track node allocation failure stats in ieee80211_alloc_node insteadsam2004-04-021-0/+2
* replace explicit malloc/free with MALLOC/FREE for portabilitysam2004-04-021-3/+5
* extract node matching logic into new ieee80211_match_bss routine for usesam2004-04-021-54/+66
* diff reduction against madwifisam2004-04-021-3/+5
* o add support for controlling the power of transmitted framessam2004-03-301-0/+1
* fix typo that broke AP scanning by BSSIDsam2003-11-091-2/+1
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-1/+1
* add statistics for all failures and/or abnormal events; still needsam2003-10-171-1/+5
* parameterize locking to improve portability and possiblesam2003-10-171-17/+17
* Try yet again to deal with timing out nodes. We cannot hold thesam2003-09-261-6/+25
* allocate node table entries with a specific malloc typesam2003-09-261-2/+4
* Generalize the per-node RSSI data so drivers can do more interestingsam2003-09-151-0/+10
* MFp4 changes to fix locking issues and correct referencesam2003-08-191-15/+18
* Delay creating ic_bss until after the super-class has a chancesam2003-08-131-0/+7
* o change ieee80211_new_state handling to use a proper method that driverssam2003-07-201-18/+24
* insure ic_bss always has a "valid" channel; avoids problems where users couldsam2003-06-291-1/+2
* revise copyright notices per discussion with Atsushi Onoe <onoe@sm.sony.co.jp>sam2003-06-271-21/+17
* new 802.11 layer:sam2003-06-231-0/+557
OpenPOWER on IntegriCloud