summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
2017-02-07Enable the short slot time feature in 802.11n mode.Stefan Sperling
2017-02-03Fix 11b clients sending bogus ratesets in association requests. The commonStefan Sperling
2017-02-02Remove global counters from struct ieee80211com which track the number ofStefan Sperling
2017-01-31In a comment inside ieee80211_up_to_ac(), update a reference sectionStefan Sperling
2017-01-31When telling clients which EDCA parameters to use, copy these parametersStefan Sperling
2017-01-30Enable ieee80211_edca_table, which was under #if 0. This table can be usedStefan Sperling
2017-01-28Make mira cope with out-of-range single frame error rate (SFER) values.Stefan Sperling
2017-01-28Introduce ieee80211_mira_probe_done() helper which resets probing state,Stefan Sperling
2017-01-25In amsdu_decap() check the actual length of the data in the remaining mbufStefan Sperling
2017-01-19Enable TKIP as pairwise cipher when ifconfig's wpaprotos option enables WPA1.Stefan Sperling
2017-01-16Reset block ack state and cancel related timeouts when a HT node disassociates.Stefan Sperling
2017-01-16Prevent wireless frame injection attack described at 33C3 in the talkStefan Sperling
2017-01-12Rename ieee80211_mira_node_destroy() to ieee80211_mira_cancel_timeouts().Stefan Sperling
2017-01-10Make receiving A-MPDUs with an 11n-enabled athn(4) driver work by notStefan Sperling
2017-01-09When a HT node leaves or reassociates as a non-HT node,Stefan Sperling
2017-01-09Stop defining MIRA_DEBUG by default.Stefan Sperling
2017-01-09Show node MAC addresses in mira debug output.Stefan Sperling
2017-01-09Make the net80211 stack send EDCA parameters to the driver in hostap mode.Stefan Sperling
2017-01-09When acting as 11n hostap, send Microsoft WME parameters to clients soStefan Sperling
2017-01-09Manage the HT protection setting if acting as hostap with 11n enabled.Stefan Sperling
2017-01-09The point of ieee80211_node_leave() is to place the node in COLLECT state.Stefan Sperling
2017-01-09When acting as hostap, negotiate HT before calling the driver's ic_newassoc()Stefan Sperling
2017-01-09Fix ieee80211_add_htop(), which is not yet called in active code paths.Stefan Sperling
2016-12-31When we disable WPA on an interface, wipe all of the WPA parameters,Peter Hessler
2016-12-26Allow using 11n mode with APs that do not advertise support for all of MCS 0-7.Stefan Sperling
2016-12-26When calculating the set of MCS rates below a particular MCS, skip ratesStefan Sperling
2016-12-20Disable TKIP (WPA1) by default.Stefan Sperling
2016-12-18While copying out channel flags to userspace, omit the HT channel flag ifStefan Sperling
2016-12-18Set the maximum TKIP countermeasure timeout to 90 seconds instead of 120.Stefan Sperling
2016-12-17Don't crash while sending a TKIP MIC failure report to the AP.Stefan Sperling
2016-12-17Complete our half-done implementation of TKIP countermeasures in hostap mode.Stefan Sperling
2016-12-10Make mira rate scaling actually work with MIMO Tx rates.Stefan Sperling
2016-12-08Fix mira's next intra-rate calculations for MCS >= 8.Stefan Sperling
2016-12-06avoid a potentially uninitialised return valueJonathan Gray
2016-11-30Add a new implementation of MiRA, a rate scaling algorithm for 802.11n.Stefan Sperling
2016-10-08Allow writing an MCS index to radiotap's rate field. The format we use isStefan Sperling
2016-09-21When processing an ADDBA request, iwm(4) runs a task which sends aStefan Sperling
2016-09-20Parse the DTIM count and period advertised in beacons and store themStefan Sperling
2016-09-15move from RB macros to the RBT functions.David Gwynne
2016-08-31If a driver reports RSSI in the 20-100 range, convert to a negative value.Stefan Sperling
2016-08-17If a wireless device or driver scans all bands at once give 5GHz APsStefan Sperling
2016-08-15Expose more 802.11n information to userspace:Stefan Sperling
2016-07-20In net80211, enable RTS for frames above a particular size (currently 512Stefan Sperling
2016-05-21Add a wireless driver capability flag for devices which scan 2GHz and 5GHzStefan Sperling
2016-05-18In hostap mode, don't re-use association IDs (AIDs) of nodes which areStefan Sperling
2016-05-12Fix "comma at end of enumerator list" warningsDavid Coppa
2016-05-10make bpf_mtap callers set the M_FILDROP flag if they care about it.David Gwynne
2016-05-02Fix a corner case of 12-bit arithmetic: also increment the ba_winmissTheo Buehler
2016-05-02IEEE 802.11 sequence numbers wrap at 12 bit.Stefan Sperling
2016-04-28Rework handling of frames which fall beyond the block ack window.Stefan Sperling