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-06-01
Revert "Ignore new Rxblock ack agreements until the WPA handshake is done."
Stefan Sperling
2020-05-31
Typo in WPA supplicant state machine: RNSA_SUPP_PTKDONE -> RSNA_SUPP_PTKDONE
Stefan Sperling
2020-05-31
Remove a dead assignment to ni_rsn_state in ieee80211_node_leave_rsn().
Stefan Sperling
2020-05-29
If no station happens to be associated when ieee80211_setkeys() runs then
Stefan Sperling
2020-05-29
In hostap mode, after completing a new group key handshake with all
Stefan Sperling
2020-05-26
Let unencrypted 802.11 frames pass during hardware decryption post-processing.
Stefan Sperling
2020-05-19
Revert previous; Set the ESS capability bit in assoc requests again.
Stefan Sperling
2020-05-19
Do not set the 802.11 ESS capability bit in association requests.
Stefan Sperling
2020-05-15
Fix CCMP replay check with 11n Rx aggregation and CCMP hardware offloading.
Stefan Sperling
2020-05-05
Purge the ic_bss->ni_savedq mbuf queue when a wireless interface goes down.
Stefan Sperling
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
[next]