summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
2017-06-04Add sizes for free for the RSN IEs. Rewrite ieee80211_save_ie() slightlyTheo Buehler
2017-06-03Add a few sizes to free().Theo Buehler
2017-06-03Explicitly zero out the wepseed for TKIP and WEP.Theo Buehler
2017-06-02Scale the missed beacon counter threshold to the AP's beacon interval.Stefan Sperling
2017-05-31The net80211 stack was providing a 'beacon miss timeout' value (in ms)Stefan Sperling
2017-05-30Improve the new ieee80211_{min,max}_rates() APIs and fix regressions.Stefan Sperling
2017-05-30Introduce ieee80211_min_basic_rate() and ieee80211_max_basic_rate().Stefan Sperling
2017-05-30Always set the link state DOWN once we enter ieee80211_newstate(), regardlessStefan Sperling
2017-05-02Switch 802.11 crypto over to the new AESMike Belopuhov
2017-05-02Fix a problem with associating to wifi networks with a hidden SSID.Stefan Sperling
2017-04-23Handle unequal numbers of Tx and Rx streams in MiRA.Stefan Sperling
2017-04-11Partially revert previous mallocarray conversions that containDavid Hill
2017-04-09Convert a malloc(9) to mallocarray(9)David Hill
2017-03-23Use explicit_bzero() to wipe out key material and add some sizes to free().Theo Buehler
2017-03-21When a new WPA key is set while WEP is enabled, disable WEP,Stefan Sperling
2017-03-13Make 'ifconfig scan' show WPA information for other APs correctly whileStefan Sperling
2017-03-12Introduce separate fields for supported WPA protocols and AKMs in structStefan Sperling
2017-03-11Make 'ifconfig scan' display AP encryption correctly if WEP is configuredStefan Sperling
2017-03-04In 11n hostap mode, dynamically adjust HT protection settings based onStefan Sperling
2017-03-02Initialize 'ni' pointer in ieee80211_keyrun(). Fallout from last minuteStefan Sperling
2017-03-01Fix some DPRINTFs I just added to ieee80211_pae_input.c.Stefan Sperling
2017-03-01Fix a bug allowing a man-in-the-middle attack against WPA wireless clients.Stefan Sperling
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