summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
2013-06-11Replace all ovbcopy with memmove; swap the src and dst arguments tooTheo de Raadt
2013-03-24Make ieee80211_set_tim() available from outside of ieee80211_node.cClaudio Jeker
2013-01-17Create a printb() suitable string for IEEE80211_FC1 field. Needed to showClaudio Jeker
2012-11-07Make the ieee80211_node_incref() macro a static inline function, as itsStefan Sperling
2012-11-07Fix DPRINTF() format string treating n->ni_refcnt, which is unsigned, as signed.Stefan Sperling
2012-10-12Cleanup false positives for uninitialized uses.Christiano F. Haesbaert
2012-10-10Clear the powersave flag and purge queued packets when a node leaves the APMark Kettenis
2012-10-05Point an interface directly to its bridgeport configuration, insteadCamiel Dobbelaar
2012-09-20Nuke M_80211_NODE #define which mapped to M_DEVBUF and use M_DEVBUF directly.Stefan Sperling
2012-08-25Set up ni_savedq for the initial BSS node such that it can actually be usedMark Kettenis
2012-08-17Fix possible panic while switching from STA mode into hostap/ibss modes.Stefan Sperling
2012-07-18Print messages about nodes purged from the node cache if hostap/ibss modes areStefan Sperling
2012-07-16Move increment of ic_nnodes closer to where the node is actually insertedStefan Sperling
2012-07-16Fix a couple of possible node leaks in ieee80211_input().Stefan Sperling
2012-07-13Fix wireless scanning on slow systems with a high RX rate and interfaceStefan Sperling
2012-07-13Tweak node cache eviction strategy when the cache is full: kick off new nodesStefan Sperling
2012-01-25There is no need to explicitly skip ic_bss when iterating over cached nodes.Stefan Sperling
2012-01-25Clean inactive authenticated nodes during cache timeout as well.Stefan Sperling
2012-01-21Implement missing bits of node inactivity accounting in hostap mode.Stefan Sperling
2012-01-21Hold interrupts blocked while comparing a cached node's refcount to zeroStefan Sperling
2012-01-18Don't unconditionally allocate new nodes in the hostap auth frame input path.Stefan Sperling
2012-01-18Make it possible to free cached nodes which never associated (e.g. nodesStefan Sperling
2011-05-04Collapse m_pullup and m_pullup2 into a single function, as they'reBret Lambert
2011-04-05Passing M_WAITOK to mbuf functions is supposed to be a contract betweenBret Lambert
2011-03-28Clean nodes until the number of cached nodes is smaller than the maximum numberMark Kettenis
2011-03-04kill is_rx_elem_unknown.Federico G. Schwindt
2011-03-02Allow the kernel to compile with IEEE80211_DEBUG.Federico G. Schwindt
2011-02-21Fix stats about node allocation failures.Stefan Sperling
2011-02-21When bridging multicast frames in hostap mode, make a deep copy of the mbufStefan Sperling
2011-01-11for key material that is being being discarded, convert bzero() toTheo de Raadt
2010-09-29In the implementation of the SIOCS80211DELNODE ioctl, callMark Kettenis
2010-08-07No "\n" needed at the end of panic() strings.Kenneth R Westerback
2010-07-28Suspending drivers need to do as little as possible in here, so when theTheo de Raadt
2010-07-20Switch some obvious network stack MAC comparisons from bcmp() toMatthew Dempsky
2010-07-19in hostap mode, notify drivers via a new callback when a STA leavesDamien Bergamini
2010-07-17use the correct block ack structure when building an ADDBA response.Damien Bergamini
2010-07-17Drop 3rd and 4th clauses from David Young's license.Damien Bergamini
2010-06-19In ieee80211_node_leave(), clear the associd after callingDamien Bergamini
2010-06-14fix my previous commit, i forgot BIP, so instead of enumeratingDamien Bergamini
2010-06-14do not try to associate with an AP using an unsupported group cipher,Damien Bergamini
2010-06-07no need to include <sys/endian.h> twice!Damien Bergamini
2010-06-07tweak ieee80211_decap():Damien Bergamini
2010-06-05when rekeying the GTK/IGTK, send the new key to clients, not theDamien Bergamini
2010-06-05there is no need to copy the full 802.11 header in ieee80211_decap()Damien Bergamini
2010-04-20remove proc.h include from uvm_map.h. This has far reaching effects, asTed Unangst
2010-03-28Four uses of uninitialized variables found by clang via jsg@. ar5416, ar9287Kenneth R Westerback
2010-02-25fix two comments that i forgot when the SA query transaction identifierDamien Bergamini
2010-02-17Do not always create a new node when a beacon or a probe responseDamien Bergamini
2010-02-06when receiving the first message of an rsn group key handshakejoshua stein
2009-11-23how did i manage to forget that file in my last commit?Damien Bergamini