summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
2014-09-12Remove cached 802.11 nodes in IEEE80211_STA_CACHE state (these are nodesStuart Henderson
2014-08-24Fix wrong IEEE 802.11 ioctl's:Vadim Zhukov
2014-08-08use nitems() instead of various local constructsJasper Lievisse Adriaanse
2014-07-24Fix debug printf, from Nathanael Rensen and chris@.Martin Pieuchot
2014-07-22Fewer <netinet/in_systm.h> !Martin Pieuchot
2014-07-12add a size argument to free. will be used soon, but for now default to 0.Ted Unangst
2014-07-11move ieee80211 message printing from workq to taskqBret Lambert
2014-07-10Return RSN (WPA) information to userland during wireless scan, andStefan Sperling
2014-03-20Do not pull <sys/tree.h> unconditionally in <net/if.h>, only the addressMartin Pieuchot
2014-03-19Stop abusing the rcvif pointer to pass wireless nodes down to theMartin Pieuchot
2013-12-07#if 0 out the ieee80211_edca_table table to appease the LLVM warning.Brad Smith
2013-12-01Reset txrate array index after changing a node's rate list.Stefan Sperling
2013-11-21Remove unneeded include.Martin Pieuchot
2013-11-14improve maths and conditionals around ticks to cope with wraparound better.David Gwynne
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