index
:
wireguard-openbsd
jd/histogram
jd/queueboosts
jd/simplify-queueing
master
WireGuard implementation for the OpenBSD kernel
Matt Dunwoodie
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
net80211
/
ieee80211.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make ifconfig(8) display whether bwfm(4) firmware is using 802.11ac.
stsp
2019-02-19
1
-1
/
+2
*
Rename some data frame subtype macros to make the difference between
stsp
2019-01-15
1
-7
/
+7
*
Add the definition of IEEE80211_DUR_DS_SHSLOT.
kevlo
2017-07-02
1
-1
/
+2
*
Handle unequal numbers of Tx and Rx streams in MiRA.
stsp
2017-04-23
1
-3
/
+3
*
Fix "comma at end of enumerator list" warnings
dcoppa
2016-05-12
1
-4
/
+4
*
Add short comments explaining HT protection modes.
stsp
2016-01-25
1
-5
/
+5
*
Initialize the A-MPDU parameters field in HT capability elements.
stsp
2016-01-06
1
-1
/
+9
*
ADDBA frames have a parameter set which we check against our own capabilities
stsp
2016-01-04
1
-1
/
+11
*
Declare 802.11n mode and channel flags. Tweak 11n related fields in struct
stsp
2015-11-15
1
-2
/
+17
*
Add macros for A-MPDU and MCS data, both found in HT capabilities element.
stsp
2015-10-10
1
-1
/
+24
*
In ieee80211.h update references to standard sections to 802.11-2012.
stsp
2015-07-14
1
-46
/
+200
*
add a #define for IEEE80211_ELEMID_CSA, 802.11h-2003 Channel Switch Announcement
sthen
2015-04-08
1
-1
/
+2
*
Create a printb() suitable string for IEEE80211_FC1 field. Needed to show
claudio
2013-01-17
1
-1
/
+4
*
Block Ack agreements are unidirectional.
damien
2009-01-28
1
-2
/
+7
*
Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:
damien
2009-01-26
1
-12
/
+124
*
Add some inline functions to test the presence of optional 802.11
damien
2008-09-27
1
-1
/
+55
*
add ic_tid_noack bitmap to indicate a per-TID ACK policy (1=no ack,
damien
2008-09-01
1
-2
/
+7
*
move definitions of channels attributes away from ieee80211.h such
damien
2008-08-27
1
-32
/
+1
*
add a couple of new definitions (action frames, new subtypes for control
damien
2008-08-12
1
-4
/
+37
*
add/process group integrity cipher suite in RSN IEs.
damien
2008-08-12
1
-2
/
+4
*
add support for EAPOL-Key v3 descriptors (similar to v2 except that the
damien
2008-08-12
1
-1
/
+2
*
add definitions for RSN capabilities field (RSN IE).
damien
2008-08-12
1
-1
/
+12
*
process IGTK KDEs in EAPOL-Key frames and install integrity group keys
damien
2008-08-12
1
-2
/
+3
*
Welcome BIP: the Broadcast/Multicast Integrity Protocol defined
damien
2008-08-12
1
-1
/
+3
*
fix values for QoS control field.
damien
2008-08-12
1
-6
/
+6
*
remove unused structures and duplicated definitions.
damien
2008-07-27
1
-143
/
+70
*
add ieee80211_priv.h file: contains definitions private to net80211.
damien
2008-07-21
1
-11
/
+4
*
Kernel implementation of the 4-way handshake and group-key
damien
2008-04-16
1
-5
/
+15
*
typo in a macro (fortunately unused): 0c00 -> 0x00
damien
2007-08-29
1
-2
/
+2
*
all WPA implementations i have tested use EAPOL-Key frames version 1,
damien
2007-08-01
1
-2
/
+6
*
WPA1 uses its own (non-standard) EAPOL-Key descriptor type.
damien
2007-07-28
1
-4
/
+17
*
cleanup definition of struct ieee80211_eapol_key.
damien
2007-07-24
1
-23
/
+34
*
some HT frames may have an additional HT Control field.
damien
2007-07-05
1
-6
/
+26
*
add the pseudo-random function (PRF) and various key derivation
damien
2007-07-05
1
-1
/
+11
*
add subtype "Action" for management frames.
damien
2007-07-04
1
-12
/
+5
*
Backout part of 1.20 because IEEE80211_AUTH_ALGORITHM() and friends are used
claudio
2007-07-03
1
-1
/
+19
*
Readd IEEE80211_REASON_RSN_REQUIRED and IEEE80211_REASON_RSN_INCONSISTENT
claudio
2007-07-03
1
-1
/
+3
*
remove more unused stuff.
damien
2007-07-02
1
-39
/
+1
*
add new ieee80211_eapol_key structure (used by the various 802.11i
damien
2007-07-02
1
-1
/
+41
*
fix REASON codes.
damien
2007-07-02
1
-6
/
+14
*
add IEEE80211_FC1_PROTECTED flag.
damien
2007-07-02
1
-2
/
+3
*
remove a lot of unused #define
damien
2007-07-02
1
-46
/
+4
*
cleanup CAPINFO values.
damien
2007-06-21
1
-7
/
+10
*
cleanup the list of Organizationally Unique Identifiers (OUI).
damien
2007-06-21
1
-15
/
+7
*
s/IEEE80211_ELEMID_EDCA_PARAMS/IEEE80211_ELEMID_EDCAPARMS/ for consistency.
damien
2007-06-21
1
-2
/
+2
*
keep track of the Tx/Rx sequence numbers for each TID in the
damien
2007-06-17
1
-1
/
+4
*
- remove two unused structures
damien
2007-06-17
1
-41
/
+4
*
remove unused structure.
damien
2007-06-11
1
-5
/
+1
*
adds 802.11e EDCA tables for QAPs and non-AP QSTAs.
damien
2007-06-11
1
-7
/
+12
*
move ieee80211_compute_duration() and ieee80211_compute_duration1()
damien
2007-06-07
1
-12
/
+1
[next]