summaryrefslogtreecommitdiff
path: root/sys/net80211
AgeCommit message (Expand)Author
2020-02-18Fix an mbuf corruption issue which occurs in net80211 hostap mode.Stefan Sperling
2020-01-15If join is connected to an AP, remove the node from the cache so we properlyPeter Hessler
2020-01-13When we change attributes for a join essid, we should apply the changePeter Hessler
2019-12-29If the new candidate AP found after a background scan has an RSSI levelStefan Sperling
2019-12-29increase net80211's node cache size; now we can see all APs at 36c3Stefan Sperling
2019-12-27Don't start background scans before WPA handshake has completed.Stefan Sperling
2019-12-20Ignore new Rx block ack agreements until the WPA handshake is done.Stefan Sperling
2019-12-20Have net80211 actually update the Rx block ack sequence number window,Stefan Sperling
2019-12-18Re-enable firmware-based Tx retries at lower rates for iwm(4).Stefan Sperling
2019-11-15Whitespace removal, no code change.Mike Larkin
2019-11-11Prevent a NULL deref in ieee80211_node2req() which could be triggeredStefan Sperling
2019-11-10Stop connecting to available open wifi networks when the interface is put up.Stefan Sperling
2019-11-09Give access points which fail to AUTH or ASSOC less priority duringStefan Sperling
2019-11-09Trigger a background scan when root runs the 'ifconfig scan' command.Stefan Sperling
2019-11-09Clear the unref callback function pointer when cleaning up an ieee80211_node.Stefan Sperling
2019-11-06Raise net80211's "beacon miss" threshold to avoid frequent re-connectsStefan Sperling
2019-10-31Make background scans less frequent if we keep choosing the same AP.Stefan Sperling
2019-10-11Probe responses are generally only seen after probe requests,Patrick Wildt
2019-10-06Fix net80211's accounting of discarded input control frames.Stefan Sperling
2019-09-25Update acces point channel in node list when receiving packets from sametobhe
2019-09-12Make wireless drivers call if_input() only once per interrupt.Stefan Sperling
2019-09-02Make net80211 expose reasons for association failures to userland and haveStefan Sperling
2019-09-02Reset the current wireless PHY mode to 'auto' when a scan begins if weStefan Sperling
2019-08-29Always parse RSN/WPA IEs if the driver announces support for RSN.Stefan Sperling
2019-08-27Keep ieee80211_node structures cached across scans, rather thanStefan Sperling
2019-08-26remove redundant assignment to ic_curmodeStefan Sperling
2019-08-16check that software de/encrypt is possible: under hardwareRichard Procter
2019-07-29Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver.Stefan Sperling
2019-07-23In 11n hostap mode, properly disable HT protection when neededStefan Sperling
2019-06-18Stop probing a Tx rate if transmission failure or too many retries occur.Stefan Sperling
2019-06-10Revised version of 'ifconfig mode' command fix.Stefan Sperling
2019-05-31Revert my "Repair the 'ifconfig mode' command" commit.Stefan Sperling
2019-05-29Repair the 'ifconfig mode' command.Stefan Sperling
2019-05-21Fix out-of-bounds array access in ieee80211_setbasicrates(); CID 1479607Stefan Sperling
2019-05-12Fix 'ifconfig nwflags; These flags ended up overlapping with other flagsStefan Sperling
2019-05-11Show driver name on net80211 scan debug lines.Stefan Sperling
2019-05-10On the transmit path the ethernet and ip headers might not bePatrick Wildt
2019-04-28Removes the KERNEL_LOCK() from bridge(4)'s output fast-path.Martin Pieuchot
2019-03-29Use stricter validation checks for A-MPDUs in the net80211 input path.Stefan Sperling
2019-03-15fix autojoin for WEP network by actually saving the WEP auth keyPeter Hessler
2019-03-01Improve handling of HT protection for 'mode 11n' hostap.Stefan Sperling
2019-03-01Pick up the AP's 11g ERP protection setting properly in 11n client mode.Stefan Sperling
2019-02-27Back in 2016 we enabled RTS threshold by default because it apparentlyStefan Sperling
2019-02-27Implement support for dynamic RTS threshold in MiRA.Stefan Sperling
2019-02-24Remove 11n support from AMRR. All 11n drivers switched to MiRA long ago.Stefan Sperling
2019-02-19Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac.Stefan Sperling
2019-01-23Move 802.11n rateset definitions out of MiRA and make them available toStefan Sperling
2019-01-18when removing the currently active network from the join list, disconnectPeter Hessler
2019-01-18add a len field when we delete an essid from the joinlist. this will havePeter Hessler
2019-01-18let users automatically use join to connect to any open wifi network.Peter Hessler