summaryrefslogtreecommitdiffstats
path: root/sys/net80211/ieee80211_node.c
Commit message (Expand)AuthorAgeFilesLines
* Implementation of the upcoming Wireless Mesh standard, 802.11s, on therpaulo2009-07-111-6/+67
* Add ieee80211_ageq; a facility for staging packets that requiresam2009-07-051-8/+11
* When associating to an AP we don't know if HT is negotiated untilsam2009-06-111-6/+6
* iv_flags_ext is full, make room by moving HT-related flags to a newsam2009-06-071-4/+4
* Overhaul monitor mode handling:sam2009-05-201-3/+3
* correct handling of ctl frames: the sender's address is always i_addr2 forsam2009-05-141-12/+0
* Create a taskqueue for each wireless interface which provides a serialisedthompsa2009-05-021-3/+15
* fix txparms setup for 108G sta's: ieee80211_iserp_rateset does notsam2009-04-131-2/+3
* Hoist 802.11 encapsulation up into net80211:sam2009-03-301-0/+4
* o add ic_rt to track the rate table for the current channel; this enablessam2009-03-291-0/+2
* split Atheros SuperG support out into it's own file that's included onlysam2009-03-241-0/+13
* mark nodes created by way of neighbor discovery need to be marked as ERPsam2009-02-201-0/+4
* Add modes for 1/2 and 1/4-width channels so we have separate roamingsam2009-02-191-0/+4
* o replace ieee80211_node_reclaim by individual operations to release thesam2009-02-121-60/+2
* improve key index map reclaim debug msgsam2009-02-111-6/+5
* set ni_txparms for static turbo modesam2009-01-291-6/+11
* TDMA support for long distance point-to-point links using ath devices:sam2009-01-081-1/+15
* only mark an infrastructure node to require an associd for xmit; fixes adhocsam2009-01-071-1/+4
* mark discovered neighbors QoS capable if they advertise wmesam2008-12-311-0/+4
* convert MALLOC/FREE to malloc/freesam2008-12-181-10/+10
* Fix ucastkey teardown for drivers that plumb clear keys or similarsam2008-12-151-1/+1
* Replace adhoc checks in ieee80211_start with a per-node flag thatsam2008-12-151-13/+5
* o re-enable a lock assertsam2008-10-261-5/+5
* New ap-side power save implementation; the main change is to allow driverssam2008-10-261-7/+6
* set erp flag and tx parameter state when joining a bss; this allowssam2008-10-251-0/+3
* improve inactivity handling debug supportsam2008-10-251-5/+29
* change ieee80211_sta_join to take an explicit channel instead ofsam2008-10-251-2/+2
* Revert the removal of the MALLOC and FREE macros from the net80211 code.des2008-10-231-10/+12
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-12/+10
* cleanup bss node setup; syncs w/ p4 state that's been in use for monthssam2008-09-221-8/+10
* 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
OpenPOWER on IntegriCloud