index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
net80211
Age
Commit message (
Expand
)
Author
2020-05-01
Prevent divide-by-zero in MiRA which I managed to trigger with iwn(4).
Stefan Sperling
2020-04-29
Add the 'nomimo' nwflag which disables MIMO in 11n mode.
Stefan Sperling
2020-04-17
Prevent MiRA from jumping from very high to very low rates while
Stefan Sperling
2020-04-11
Eliminate an unnecessary intermediate variable in ieee80211_mira_choose().
Stefan Sperling
2020-04-11
Skip MiRA's event-based probing if we're already at the minimum or
Stefan Sperling
2020-04-11
Update MiRA probing interval of probed rates which are worse than the
Stefan Sperling
2020-04-08
Fix ifconfig "media:" line for 11n wifi interfaces during and after bgscan.
Stefan Sperling
2020-03-30
Don't let MiRA trigger event-based probing if the current measurement
Stefan Sperling
2020-03-29
Compute MiRA's moving average and standard deviation after computing the
Stefan Sperling
2020-03-11
Make sure hdrlen is initialized.
tobhe
2020-03-06
Properly wrap 802.11 frame sequence numbers when incrementing them.
Stefan Sperling
2020-03-05
Fix MiRA probing shortcut comparing measured throughput against the
Stefan Sperling
2020-03-05
Fix a MiRa probing short-cut comparing current to previous measurements.
Stefan Sperling
2020-03-05
Cancel MiRA probing timeouts if a channel quality change triggers probing.
Stefan Sperling
2020-03-05
fix build without MIRA_AGGRESSIVE_DOWNWARDS_PROBING
Stefan Sperling
2020-03-05
MiRA needs to add tx time overhead for ACK only for single-frame transmissions.
Stefan Sperling
2020-03-03
Fix dead link to the MiRA paper and add DOI link to the published version.
Theo Buehler
2020-03-03
Fix MiRA's sub-frame error rate computation.
Stefan Sperling
2020-03-03
Do not send any QoS data frames unless Tx aggregation has been negotiated.
Stefan Sperling
2020-02-18
Fix an mbuf corruption issue which occurs in net80211 hostap mode.
Stefan Sperling
2020-01-15
If join is connected to an AP, remove the node from the cache so we properly
Peter Hessler
2020-01-13
When we change attributes for a join essid, we should apply the change
Peter Hessler
2019-12-29
If the new candidate AP found after a background scan has an RSSI level
Stefan Sperling
2019-12-29
increase net80211's node cache size; now we can see all APs at 36c3
Stefan Sperling
2019-12-27
Don't start background scans before WPA handshake has completed.
Stefan Sperling
2019-12-20
Ignore new Rx block ack agreements until the WPA handshake is done.
Stefan Sperling
2019-12-20
Have net80211 actually update the Rx block ack sequence number window,
Stefan Sperling
2019-12-18
Re-enable firmware-based Tx retries at lower rates for iwm(4).
Stefan Sperling
2019-11-15
Whitespace removal, no code change.
Mike Larkin
2019-11-11
Prevent a NULL deref in ieee80211_node2req() which could be triggered
Stefan Sperling
2019-11-10
Stop connecting to available open wifi networks when the interface is put up.
Stefan Sperling
2019-11-09
Give access points which fail to AUTH or ASSOC less priority during
Stefan Sperling
2019-11-09
Trigger a background scan when root runs the 'ifconfig scan' command.
Stefan Sperling
2019-11-09
Clear the unref callback function pointer when cleaning up an ieee80211_node.
Stefan Sperling
2019-11-06
Raise net80211's "beacon miss" threshold to avoid frequent re-connects
Stefan Sperling
2019-10-31
Make background scans less frequent if we keep choosing the same AP.
Stefan Sperling
2019-10-11
Probe responses are generally only seen after probe requests,
Patrick Wildt
2019-10-06
Fix net80211's accounting of discarded input control frames.
Stefan Sperling
2019-09-25
Update acces point channel in node list when receiving packets from same
tobhe
2019-09-12
Make wireless drivers call if_input() only once per interrupt.
Stefan Sperling
2019-09-02
Make net80211 expose reasons for association failures to userland and have
Stefan Sperling
2019-09-02
Reset the current wireless PHY mode to 'auto' when a scan begins if we
Stefan Sperling
2019-08-29
Always parse RSN/WPA IEs if the driver announces support for RSN.
Stefan Sperling
2019-08-27
Keep ieee80211_node structures cached across scans, rather than
Stefan Sperling
2019-08-26
remove redundant assignment to ic_curmode
Stefan Sperling
2019-08-16
check that software de/encrypt is possible: under hardware
Richard Procter
2019-07-29
Add support for 802.11n Tx aggregation to net80211 and the iwn(4) driver.
Stefan Sperling
2019-07-23
In 11n hostap mode, properly disable HT protection when needed
Stefan Sperling
2019-06-18
Stop probing a Tx rate if transmission failure or too many retries occur.
Stefan Sperling
2019-06-10
Revised version of 'ifconfig mode' command fix.
Stefan Sperling
[next]