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-12-10
ieee80211_decrypt must use m_freem() instead of m_free()
Stefan Sperling
2020-12-10
Fix double-free on error in ieee80211_amsdu_decap().
Stefan Sperling
2020-12-09
Ignore trailing data in A-MSDU frame buffers if it is smaller than the
Stefan Sperling
2020-12-09
Disable A-MSDU support again.
Stefan Sperling
2020-12-09
Flush reorder buffer after gap timeout, otherwise the frames remain
tobhe
2020-12-08
Enable 802.11 A-MSDU support again. It was disabled some time ago but
Stefan Sperling
2020-12-08
Fix 802.11 RSN capabilities announced to peers.
Stefan Sperling
2020-12-08
Fix gapwait accounting. Count all the packets in the reorder
tobhe
2020-12-08
Use BA agreement immediately after it is requested by the AP.
tobhe
2020-11-19
Always check for EBUSY when the return value of ic_set_key() is tested.
Kenneth R Westerback
2020-11-12
Don't enable port or link until all crypto keys are installed by
Kenneth R Westerback
2020-10-09
Kill unused IEEE80211_RADIOTAP_HWQUEUE.
Martin Pieuchot
2020-10-06
The command value of the _IOC() macro is limited to values [0..255].
Gerhard Roth
2020-08-28
Add missing #if's to fix build without bpf(4).
mvs
2020-07-21
Improve processing of lost frames during 802.11 Rx aggregation.
Stefan Sperling
2020-07-20
The IEEE80211_F_HIDENWID flag is now part of ic_userflags, not ic_flags.
Stefan Sperling
2020-07-15
ieee80211: track micfail timeout with getuptime(9) instead of ticks
cheloha
2020-07-13
When a wifi interface acts as a client and the WPA handshake is done,
Stefan Sperling
2020-07-10
Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use the
Patrick Wildt
2020-06-08
Undo pseudo-driver changes early in ieee80211_ifdetach() to prevent a
Stefan Sperling
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
[next]