Age | Commit message (Expand) | Author |
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 |
2012-01-21 | Hold interrupts blocked while comparing a cached node's refcount to zero | Stefan Sperling |
2012-01-18 | Make it possible to free cached nodes which never associated (e.g. nodes | Stefan Sperling |
2011-03-28 | Clean nodes until the number of cached nodes is smaller than the maximum number | Mark Kettenis |
2010-08-07 | No "\n" needed at the end of panic() strings. | Kenneth R Westerback |
2010-07-19 | in hostap mode, notify drivers via a new callback when a STA leaves | Damien Bergamini |
2010-06-19 | In ieee80211_node_leave(), clear the associd after calling | Damien Bergamini |
2010-06-14 | fix my previous commit, i forgot BIP, so instead of enumerating | Damien Bergamini |
2010-06-14 | do not try to associate with an AP using an unsupported group cipher, | Damien Bergamini |
2010-03-28 | Four uses of uninitialized variables found by clang via jsg@. ar5416, ar9287 | Kenneth R Westerback |
2010-02-17 | Do not always create a new node when a beacon or a probe response | Damien Bergamini |
2009-01-29 | fix a panic that occurs when IEEE80211_STA_ONLY is defined (SMALL_KERNEL). | Damien Bergamini |
2009-01-28 | Block Ack agreements are unidirectional. | Damien Bergamini |
2009-01-28 | In ieee80211_find_node(), roll our own RB_FIND() based on the key (macaddr) | Damien Bergamini |
2009-01-27 | unbreak SMALL_KERNEL builds by adding missing #ifndef IEEE80211_STA_ONLY | Damien Bergamini |
2009-01-26 | move ni_macaddr field at the top of the ieee80211_node structure. | Damien Bergamini |
2009-01-26 | Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01: | Damien Bergamini |
2008-12-14 | Add an ieee80211_notify_dtim() function that drivers should call after | Damien Bergamini |
2008-10-23 | Prevent a crash in ieee80211_setkeys() when unplugging an interface in | Michael Knudsen |
2008-10-15 | Second pass of simple timeout_add -> timeout_add_sec conversions | Bret Lambert |
2008-09-27 | Initial implementation of PMKSA caching and pre-authentication. | Damien Bergamini |
2008-08-29 | move code to support Frequency-Hopping spread spectrum (FHSS) PHYs | Damien Bergamini |
2008-08-27 | introduce new IEEE80211_STA_ONLY kernel option that can be set to | Damien Bergamini |
2008-08-12 | new SHA-256 based AKMPs. | Damien Bergamini |
2008-08-12 | add/process group integrity cipher suite in RSN IEs. | Damien Bergamini |