| Commit message (Expand) | Author | Age | Files | Lines |
* | Improve handling of HT protection for 'mode 11n' hostap. |  stsp | 2019-03-01 | 1 | -3/+5 |
* | Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac. |  stsp | 2019-02-19 | 1 | -2/+34 |
* | Move 802.11n rateset definitions out of MiRA and make them available to |  stsp | 2019-01-23 | 1 | -1/+56 |
* | Add support for band-steering access points to net80211. |  stsp | 2018-08-13 | 1 | -1/+4 |
* | Ignore basic MCS set information found in association responses. |  stsp | 2018-08-07 | 1 | -2/+2 |
* | Introduce 'auto-join' to the wifi 802.11 stack. |  phessler | 2018-07-11 | 1 | -1/+15 |
* | When starting a background scan, free the nodes table to ensure we |  stsp | 2018-04-28 | 1 | -2/+2 |
* | convert __inline to inline |  phessler | 2018-02-06 | 1 | -5/+5 |
* | convert the test if a node support HT (aka, 11n) into an inline function, |  phessler | 2018-02-06 | 1 | -1/+12 |
* | remove extern from function prototypes, remove some variable names, and a |  phessler | 2018-02-06 | 1 | -36/+33 |
* | Add support for background scanning to net80211 and iwm(4). |  stsp | 2017-12-08 | 1 | -1/+7 |
* | Add an entry to dmesg if pairwise WPA keys arrive unexpectedly or if WPA |  stsp | 2017-08-17 | 1 | -1/+2 |
* | Introduce separate fields for supported WPA protocols and AKMs in struct |  stsp | 2017-03-12 | 1 | -1/+3 |
* | In 11n hostap mode, dynamically adjust HT protection settings based on |  stsp | 2017-03-04 | 1 | -3/+2 |
* | Fix a bug allowing a man-in-the-middle attack against WPA wireless clients. |  stsp | 2017-03-01 | 1 | -1/+10 |
* | Remove global counters from struct ieee80211com which track the number of |  stsp | 2017-02-02 | 1 | -2/+6 |
* | When a HT node leaves or reassociates as a non-HT node, |  stsp | 2017-01-09 | 1 | -1/+2 |
* | When processing an ADDBA request, iwm(4) runs a task which sends a |  stsp | 2016-09-21 | 1 | -1/+3 |
* | Parse the DTIM count and period advertised in beacons and store them |  stsp | 2016-09-20 | 1 | -2/+3 |
* | move from RB macros to the RBT functions. |  dlg | 2016-09-15 | 1 | -4/+4 |
* | Reduce block ack gap timeout to 300 msec in order to reduce Rx latency. |  stsp | 2016-04-28 | 1 | -2/+2 |
* | Fix whitespace. |  stsp | 2016-02-11 | 1 | -4/+4 |
* | Stop requiring a BlockAck session timeout (again), and just use it if the AP |  stsp | 2016-02-08 | 1 | -4/+1 |
* | Work around buggy APs which occasionally emit sequence numbers much higher |  stsp | 2016-02-08 | 1 | -1/+7 |
* | Store ADDBA request and response parameters in the block ack record of |  stsp | 2016-02-05 | 1 | -1/+5 |
* | Restore the BlockAck session timer. It is still required to work around |  stsp | 2016-02-04 | 1 | -1/+4 |
* | Stop requiring a BlockAck session timeout. We still honour the timeout if |  stsp | 2016-02-01 | 1 | -4/+1 |
* | Don't try to interpret htprot data if the last beacon didn't contain such data. |  stsp | 2016-01-25 | 1 | -2/+2 |
* | Make the A-MPDU reordering buffer more resilient against APs which drop |  stsp | 2016-01-07 | 1 | -4/+9 |
* | Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode |  stsp | 2016-01-05 | 1 | -5/+1 |
* | Finish support for receiving 11n A-MPDUs. |  stsp | 2015-12-12 | 1 | -3/+3 |
* | Expose 11n mode to the ifmedia layer and introduce the concept of MCS. |  stsp | 2015-11-15 | 1 | -1/+3 |
* | Extend struct ieee80211_node with fields for 11n STA HT capabilities and |  stsp | 2015-11-15 | 1 | -1/+26 |
* | replace the ifqueues in net80211 with mbuf_queues. |  dlg | 2015-11-04 | 1 | -2/+2 |
* | Remove cached 802.11 nodes in IEEE80211_STA_CACHE state (these are nodes |  sthen | 2014-09-12 | 1 | -1/+2 |
* | Do not pull <sys/tree.h> unconditionally in <net/if.h>, only the address |  mpi | 2014-03-20 | 1 | -1/+3 |
* | Make ieee80211_set_tim() available from outside of ieee80211_node.c |  claudio | 2013-03-24 | 1 | -1/+2 |
* | Make the ieee80211_node_incref() macro a static inline function, as its |  stsp | 2012-11-07 | 1 | -9/+14 |
* | Implement missing bits of node inactivity accounting in hostap mode. |  stsp | 2012-01-21 | 1 | -2/+3 |
* | move #define IEEE80211_NO_HT under #ifdef SMALL_KERNEL instead |  damien | 2009-03-26 | 1 | -3/+1 |
* | sync with 802.11w draft 8.0. |  damien | 2009-03-26 | 1 | -2/+2 |
* | Block Ack agreements are unidirectional. |  damien | 2009-01-28 | 1 | -9/+20 |
* | In ieee80211_find_node(), roll our own RB_FIND() based on the key (macaddr) |  damien | 2009-01-28 | 1 | -6/+6 |
* | move ni_macaddr field at the top of the ieee80211_node structure. |  damien | 2009-01-26 | 1 | -6/+6 |
* | remove ni_ba field from ieee80211_node structure as it is not used yet. |  damien | 2009-01-26 | 1 | -1/+3 |
* | Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: |  damien | 2009-01-26 | 1 | -2/+47 |
* | Add an ieee80211_notify_dtim() function that drivers should call after |  damien | 2008-12-14 | 1 | -1/+2 |
* | Initial implementation of PMKSA caching and pre-authentication. |  damien | 2008-09-27 | 1 | -10/+14 |
* | move code to support Frequency-Hopping spread spectrum (FHSS) PHYs |  damien | 2008-08-29 | 1 | -3/+1 |
* | process IGTK KDEs in EAPOL-Key frames and install integrity group keys |  damien | 2008-08-12 | 1 | -6/+10 |