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
2016-02-05
Count A-MPDU subframes with sequence number below the current BA window as
Stefan Sperling
2016-02-05
Define EDCA tables for 11n mode. Per 802.11-2012 they are the same as
Stefan Sperling
2016-02-05
Store ADDBA request and response parameters in the block ack record of
Stefan Sperling
2016-02-04
Restore the BlockAck session timer. It is still required to work around
Stefan Sperling
2016-02-01
Stop requiring a BlockAck session timeout. We still honour the timeout if
Stefan Sperling
2016-01-25
Honour ERP protection on 2 GHz channels in 11n mode, as done for 11g.
Stefan Sperling
2016-01-25
Don't try to interpret htprot data if the last beacon didn't contain such data.
Stefan Sperling
2016-01-25
Add short comments explaining HT protection modes.
Stefan Sperling
2016-01-25
Keep track of HT protection settings in beacons and have 11n-capable
Stefan Sperling
2016-01-21
Fix the timeout value sent in ADDBA request and response frames.
Stefan Sperling
2016-01-13
Fix fallout from turbo mode removal commit: Channel initialization
Stefan Sperling
2016-01-12
Remove wireless turbo mode support. It is a non-standard extension
Stefan Sperling
2016-01-07
Make the A-MPDU reordering buffer more resilient against APs which drop
Stefan Sperling
2016-01-06
Initialize the A-MPDU parameters field in HT capability elements.
Stefan Sperling
2016-01-05
Remove the IEEE80211_NO_HT macro. Reduces ifdef spaghetti, enables 11n mode
Stefan Sperling
2016-01-04
Replace magic shifts and bitmasks used for ADDBA parameters
Stefan Sperling
2016-01-04
Fix another case where the return value of ieee80211_chan2mode() was
Stefan Sperling
2016-01-04
ADDBA frames have a parameter set which we check against our own capabilities
Stefan Sperling
2016-01-04
Fix manual scan while associated in 11a mode. It would only show APs on 5GHz.
Stefan Sperling
2016-01-04
Don't return 11n mode from ieee80211_chan2mode() so we can switch into
Stefan Sperling
2016-01-04
While configuring ERP we need to know if we're in 11a or 11g mode so only
Stefan Sperling
2016-01-04
Skip over 11n mode during scanning to avoid scanning channels more than once.
Stefan Sperling
2015-12-18
unnoccupied->unoccupied
Stuart Henderson
2015-12-18
Fix out of bounds array access in ieee80211_setbasicrates().
Stefan Sperling
2015-12-16
Don't forget about monitor mode while building the ifmedia list
Stefan Sperling
2015-12-14
In AMRR debug printfs, show ni_txmcs instead of ni_txrate for HT nodes.
Stefan Sperling
2015-12-12
In the A-MSDU receive code path, add an upper bounds check on A-MSDU
Stefan Sperling
2015-12-12
Flag AP as QoS capable when EDCA or WME information elements occur in beacons
Stefan Sperling
2015-12-12
11n/HT negotiation fixes:
Stefan Sperling
2015-12-12
Finish support for receiving 11n A-MPDUs.
Stefan Sperling
2015-12-05
Keep kernel definitions under _KERNEL to unbreak security/wpa_supplicant
Martin Pieuchot
2015-11-27
correct logic for a IEEE80211_MODE_11N test
Jonathan Gray
2015-11-25
replace IFF_OACTIVE manipulation with mpsafe operations.
David Gwynne
2015-11-24
No need to include <net/if_arp.h>
Martin Pieuchot
2015-11-24
No need to include <net/if_types.h> for <net/if_vlan_var.h>
Martin Pieuchot
2015-11-15
Add support for 11n mode to the rate adaptation (AMRR) code.
Stefan Sperling
2015-11-15
Expose 11n mode to the ifmedia layer and introduce the concept of MCS.
Stefan Sperling
2015-11-15
Parse 11n HT capabilities and operational info from association response
Stefan Sperling
2015-11-15
IEEE80211_MODE_MAX has been raised to include 11n mode so make sure that
Stefan Sperling
2015-11-15
Extend struct ieee80211_node with fields for 11n STA HT capabilities and
Stefan Sperling
2015-11-15
Fix CCMP (WPA2) in preparation for 11n. This code didn't handle QoS
Stefan Sperling
2015-11-15
Declare 802.11n mode and channel flags. Tweak 11n related fields in struct
Stefan Sperling
2015-11-08
Handle additional RSN element group ciphers.
Stefan Sperling
2015-11-08
Update section and table numbers inside comments in the RSN code to
Stefan Sperling
2015-11-04
replace the ifqueues in net80211 with mbuf_queues.
David Gwynne
2015-10-17
Spell all "unexpected mode %u" panics in lower case, not just one of them.
Stefan Sperling
2015-10-12
the pattr argument to IFQ_ENQUEUE is unused, so let's get rid of it.
David Gwynne
2015-10-10
Add macros for A-MPDU and MCS data, both found in HT capabilities element.
Stefan Sperling
2015-10-05
Revert if_oqdrops accounting changes done in kernel, per request from mpi@.
Masao Uebayashi
2015-10-05
Count IFQ_ENQUEUE() failure as output drop.
Masao Uebayashi
[next]