Age | Commit message (Expand) | Author |
2017-03-04 | In 11n hostap mode, dynamically adjust HT protection settings based on | Stefan Sperling |
2017-02-03 | Fix 11b clients sending bogus ratesets in association requests. The common | Stefan Sperling |
2017-02-02 | Remove global counters from struct ieee80211com which track the number of | Stefan Sperling |
2017-01-16 | Reset block ack state and cancel related timeouts when a HT node disassociates. | Stefan Sperling |
2017-01-09 | When a HT node leaves or reassociates as a non-HT node, | Stefan Sperling |
2017-01-09 | Make the net80211 stack send EDCA parameters to the driver in hostap mode. | Stefan Sperling |
2017-01-09 | Manage the HT protection setting if acting as hostap with 11n enabled. | Stefan Sperling |
2017-01-09 | The point of ieee80211_node_leave() is to place the node in COLLECT state. | Stefan Sperling |
2017-01-09 | When acting as hostap, negotiate HT before calling the driver's ic_newassoc() | Stefan Sperling |
2016-12-17 | Complete our half-done implementation of TKIP countermeasures in hostap mode. | Stefan Sperling |
2016-09-15 | move from RB macros to the RBT functions. | David Gwynne |
2016-08-17 | If a wireless device or driver scans all bands at once give 5GHz APs | Stefan Sperling |
2016-05-21 | Add a wireless driver capability flag for devices which scan 2GHz and 5GHz | Stefan Sperling |
2016-05-18 | In hostap mode, don't re-use association IDs (AIDs) of nodes which are | Stefan Sperling |
2016-04-12 | Call if_enqueue() and if_start() instead of dereferencing the ifp | Martin Pieuchot |
2016-03-03 | Restore assignment of ic_curmode that was accidentally removed when | Gerhard Roth |
2016-01-25 | Honour ERP protection on 2 GHz channels in 11n mode, as done for 11g. | Stefan Sperling |
2016-01-25 | Don't try to interpret htprot data if the last beacon didn't contain such data. | Stefan Sperling |
2016-01-07 | Make the A-MPDU reordering buffer more resilient against APs which drop | Stefan Sperling |
2016-01-05 | Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode | Stefan Sperling |
2016-01-04 | While configuring ERP we need to know if we're in 11a or 11g mode so only | Stefan Sperling |
2015-12-18 | unnoccupied->unoccupied | Stuart Henderson |
2015-12-12 | Finish support for receiving 11n A-MPDUs. | Stefan Sperling |
2015-11-24 | No need to include <net/if_arp.h> | Martin Pieuchot |
2015-11-15 | Parse 11n HT capabilities and operational info from association response | Stefan Sperling |
2015-11-15 | Extend struct ieee80211_node with fields for 11n STA HT capabilities and | Stefan Sperling |
2015-11-04 | replace the ifqueues in net80211 with mbuf_queues. | David Gwynne |
2015-07-15 | m_freem() can handle NULL, do not check for this condition beforehands. | Theo de Raadt |
2015-03-14 | Remove some includes include-what-you-use claims don't | Jonathan Gray |
2014-12-23 | unifdef some more INET. v4 4life. | Ted Unangst |
2014-11-18 | move arc4random prototype to systm.h. more appropriate for most code | Ted Unangst |
2014-09-14 | remove uneeded proc.h includes | Jonathan Gray |
2014-09-12 | Remove cached 802.11 nodes in IEEE80211_STA_CACHE state (these are nodes | Stuart Henderson |
2014-08-08 | use nitems() instead of various local constructs | Jasper Lievisse Adriaanse |
2014-07-12 | add a size argument to free. will be used soon, but for now default to 0. | Ted Unangst |
2013-12-01 | Reset txrate array index after changing a node's rate list. | Stefan Sperling |
2013-11-21 | Remove unneeded include. | Martin Pieuchot |
2013-03-24 | Make ieee80211_set_tim() available from outside of ieee80211_node.c | Claudio Jeker |
2012-11-07 | Fix DPRINTF() format string treating n->ni_refcnt, which is unsigned, as signed. | Stefan Sperling |
2012-10-10 | Clear the powersave flag and purge queued packets when a node leaves the AP | Mark Kettenis |
2012-10-05 | Point an interface directly to its bridgeport configuration, instead | Camiel Dobbelaar |
2012-09-20 | Nuke M_80211_NODE #define which mapped to M_DEVBUF and use M_DEVBUF directly. | Stefan Sperling |
2012-08-25 | Set up ni_savedq for the initial BSS node such that it can actually be used | Mark Kettenis |
2012-08-17 | Fix possible panic while switching from STA mode into hostap/ibss modes. | Stefan Sperling |
2012-07-18 | Print messages about nodes purged from the node cache if hostap/ibss modes are | Stefan Sperling |
2012-07-16 | Move increment of ic_nnodes closer to where the node is actually inserted | Stefan Sperling |
2012-07-13 | Tweak node cache eviction strategy when the cache is full: kick off new nodes | Stefan Sperling |
2012-01-25 | There is no need to explicitly skip ic_bss when iterating over cached nodes. | Stefan Sperling |
2012-01-25 | Clean inactive authenticated nodes during cache timeout as well. | Stefan Sperling |
2012-01-21 | Implement missing bits of node inactivity accounting in hostap mode. | Stefan Sperling |