Age | Commit message (Expand) | Author |
2017-04-11 | Partially revert previous mallocarray conversions that contain | David Hill |
2017-04-09 | Convert a malloc(9) to mallocarray(9) | David Hill |
2017-03-23 | Use explicit_bzero() to wipe out key material and add some sizes to free(). | Theo Buehler |
2017-03-21 | When a new WPA key is set while WEP is enabled, disable WEP, | Stefan Sperling |
2017-03-13 | Make 'ifconfig scan' show WPA information for other APs correctly while | Stefan Sperling |
2017-03-12 | Introduce separate fields for supported WPA protocols and AKMs in struct | Stefan Sperling |
2017-03-11 | Make 'ifconfig scan' display AP encryption correctly if WEP is configured | Stefan Sperling |
2017-03-04 | In 11n hostap mode, dynamically adjust HT protection settings based on | Stefan Sperling |
2017-03-02 | Initialize 'ni' pointer in ieee80211_keyrun(). Fallout from last minute | Stefan Sperling |
2017-03-01 | Fix some DPRINTFs I just added to ieee80211_pae_input.c. | Stefan Sperling |
2017-03-01 | Fix a bug allowing a man-in-the-middle attack against WPA wireless clients. | Stefan Sperling |
2017-02-07 | Enable the short slot time feature in 802.11n mode. | 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-31 | In a comment inside ieee80211_up_to_ac(), update a reference section | Stefan Sperling |
2017-01-31 | When telling clients which EDCA parameters to use, copy these parameters | Stefan Sperling |
2017-01-30 | Enable ieee80211_edca_table, which was under #if 0. This table can be used | Stefan Sperling |
2017-01-28 | Make mira cope with out-of-range single frame error rate (SFER) values. | Stefan Sperling |
2017-01-28 | Introduce ieee80211_mira_probe_done() helper which resets probing state, | Stefan Sperling |
2017-01-25 | In amsdu_decap() check the actual length of the data in the remaining mbuf | Stefan Sperling |
2017-01-19 | Enable TKIP as pairwise cipher when ifconfig's wpaprotos option enables WPA1. | Stefan Sperling |
2017-01-16 | Reset block ack state and cancel related timeouts when a HT node disassociates. | Stefan Sperling |
2017-01-16 | Prevent wireless frame injection attack described at 33C3 in the talk | Stefan Sperling |
2017-01-12 | Rename ieee80211_mira_node_destroy() to ieee80211_mira_cancel_timeouts(). | Stefan Sperling |
2017-01-10 | Make receiving A-MPDUs with an 11n-enabled athn(4) driver work by not | Stefan Sperling |
2017-01-09 | When a HT node leaves or reassociates as a non-HT node, | Stefan Sperling |
2017-01-09 | Stop defining MIRA_DEBUG by default. | Stefan Sperling |
2017-01-09 | Show node MAC addresses in mira debug output. | Stefan Sperling |
2017-01-09 | Make the net80211 stack send EDCA parameters to the driver in hostap mode. | Stefan Sperling |
2017-01-09 | When acting as 11n hostap, send Microsoft WME parameters to clients so | 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 |
2017-01-09 | Fix ieee80211_add_htop(), which is not yet called in active code paths. | Stefan Sperling |
2016-12-31 | When we disable WPA on an interface, wipe all of the WPA parameters, | Peter Hessler |
2016-12-26 | Allow using 11n mode with APs that do not advertise support for all of MCS 0-7. | Stefan Sperling |
2016-12-26 | When calculating the set of MCS rates below a particular MCS, skip rates | Stefan Sperling |
2016-12-20 | Disable TKIP (WPA1) by default. | Stefan Sperling |
2016-12-18 | While copying out channel flags to userspace, omit the HT channel flag if | Stefan Sperling |
2016-12-18 | Set the maximum TKIP countermeasure timeout to 90 seconds instead of 120. | Stefan Sperling |
2016-12-17 | Don't crash while sending a TKIP MIC failure report to the AP. | Stefan Sperling |
2016-12-17 | Complete our half-done implementation of TKIP countermeasures in hostap mode. | Stefan Sperling |
2016-12-10 | Make mira rate scaling actually work with MIMO Tx rates. | Stefan Sperling |
2016-12-08 | Fix mira's next intra-rate calculations for MCS >= 8. | Stefan Sperling |
2016-12-06 | avoid a potentially uninitialised return value | Jonathan Gray |
2016-11-30 | Add a new implementation of MiRA, a rate scaling algorithm for 802.11n. | Stefan Sperling |
2016-10-08 | Allow writing an MCS index to radiotap's rate field. The format we use is | Stefan Sperling |
2016-09-21 | When processing an ADDBA request, iwm(4) runs a task which sends a | Stefan Sperling |
2016-09-20 | Parse the DTIM count and period advertised in beacons and store them | Stefan Sperling |
2016-09-15 | move from RB macros to the RBT functions. | David Gwynne |