| Commit message (Expand) | Author | Age | Files | Lines |
* | Add initial support for MIMO statistics to net80211. | adrian | 2011-04-08 | 1 | -0/+7 |
* | net80211 rate control framework (net80211 ratectl). | rpaulo | 2010-04-07 | 1 | -1/+2 |
* | Implementation of the upcoming Wireless Mesh standard, 802.11s, on the | rpaulo | 2009-07-11 | 1 | -3/+28 |
* | Add ieee80211_ageq; a facility for staging packets that require | sam | 2009-07-05 | 1 | -2/+0 |
* | When associating to an AP we don't know if HT is negotiated until | sam | 2009-06-11 | 1 | -0/+1 |
* | reserve node flag bits for a-msdu tx/rx | sam | 2009-06-05 | 1 | -3/+7 |
* | pad data structures to enable integration of future features w/o abi breakage | sam | 2009-06-01 | 1 | -0/+2 |
* | Overhaul monitor mode handling: | sam | 2009-05-20 | 1 | -1/+0 |
* | promote ieee80211_seq typedef | sam | 2009-05-02 | 1 | -2/+2 |
* | Create a taskqueue for each wireless interface which provides a serialised | thompsa | 2009-05-02 | 1 | -0/+2 |
* | Fix typo in comment. | rpaulo | 2009-03-19 | 1 | -1/+1 |
* | o make %b msg bit defines public (to user apps too) | sam | 2009-01-27 | 1 | -0/+5 |
* | TDMA support for long distance point-to-point links using ath devices: | sam | 2009-01-08 | 1 | -1/+2 |
* | Replace adhoc checks in ieee80211_start with a per-node flag that | sam | 2008-12-15 | 1 | -0/+1 |
* | New ap-side power save implementation; the main change is to allow drivers | sam | 2008-10-26 | 1 | -1/+1 |
* | change ieee80211_sta_join to take an explicit channel instead of | sam | 2008-10-25 | 1 | -1/+1 |
* | Fix handling of shortgi: use the local configuration (and implicitly | sam | 2008-09-22 | 1 | -1/+4 |
* | RIFS support; needs driver callback for dynamic state change | sam | 2008-09-22 | 1 | -1/+2 |
* | MIMO power save support; still needs callbacks for notifying drivers | sam | 2008-09-21 | 1 | -1/+4 |
* | o widen ni_flags as it's going to be full shortly | sam | 2008-09-21 | 1 | -17/+17 |
* | Add current transmit parameters for fixed rate handling so drivers | sam | 2008-09-21 | 1 | -0/+1 |
* | o kill IEEE80211_NODE_PSUPDATE; it was never used | sam | 2008-09-06 | 1 | -2/+0 |
* | add IEEE80211_NODE_HT_ALL to collect up all the HT-related node flags | sam | 2008-09-06 | 1 | -0/+3 |
* | purge ni_reqcw; not used and never will be | sam | 2008-09-06 | 1 | -1/+0 |
* | Multi-bss (aka vap) support for 802.11 devices. | sam | 2008-04-20 | 1 | -92/+165 |
* | sync 11n support with vap code base; many changes based on interop | sam | 2007-11-02 | 1 | -0/+7 |
* | o move IEEE80211_NONQOS_TID into a public location | sam | 2007-09-18 | 1 | -3/+4 |
* | Update beacon handling to sync w/ vap code base: | sam | 2007-09-17 | 1 | -0/+5 |
* | Update 802.11 wireless support: | sam | 2007-06-11 | 1 | -113/+107 |
* | copyright updates: | sam | 2007-06-06 | 1 | -7/+1 |
* | keep tx/rx seq #'s for non-QoS traffic separate from QoS; stations | sam | 2007-03-11 | 1 | -0/+1 |
* | when scanning channels marked passive defer probe request until | sam | 2006-03-06 | 1 | -0/+1 |
* | Adhoc mode fixups: | sam | 2005-12-04 | 1 | -0/+3 |
* | Clarify/fix handling of the current channel: | sam | 2005-08-10 | 1 | -1/+35 |
* | Split crypto tx+rx key indices and add a key index -> node mapping table: | sam | 2005-08-08 | 1 | -0/+11 |
* | Fix handling of frames sent prior to a station being authorized | sam | 2005-08-06 | 1 | -0/+2 |
* | simplify ieee80211_ibss_merge api | sam | 2005-07-22 | 1 | -1/+1 |
* | simplify ieee80211_node_authorize and ieee80211_node_unauthorize api's | sam | 2005-07-22 | 1 | -4/+2 |
* | Fix race condition in handling node reference counts for authenticating | sam | 2005-07-06 | 1 | -0/+1 |
* | o collect dtim period+count from beacons in station mode so drivers | sam | 2005-06-09 | 1 | -0/+2 |
* | remove extern from function decls | sam | 2005-04-04 | 1 | -44/+37 |
* | statically allocate the station/neighbor node table; the deferred | sam | 2005-01-24 | 1 | -1/+0 |
* | when scanning is interrupted reset state so table entries go in the station | sam | 2005-01-18 | 1 | -0/+1 |
* | bump copyright for 2005 | sam | 2004-12-31 | 1 | -1/+1 |
* | Update 802.11 support; too much new functionality to fully describe | sam | 2004-12-08 | 1 | -64/+191 |
* | eliminate nested include by making MALLOC_DECLARE conditional on the | sam | 2004-04-05 | 1 | -0/+2 |
* | export the malloc type M_80211_NODE for drivers that override the node | sam | 2004-04-05 | 1 | -0/+2 |
* | fix adhoc/ibss operation for drivers that require host support (e.g. ath): | sam | 2004-04-02 | 1 | -0/+2 |
* | parameterize locking to improve portability and possible | sam | 2003-10-17 | 1 | -0/+8 |
* | Try yet again to deal with timing out nodes. We cannot hold the | sam | 2003-09-26 | 1 | -0/+1 |