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
/
ieee80211.h
Age
Commit message (
Expand
)
Author
2016-01-06
Initialize the A-MPDU parameters field in HT capability elements.
Stefan Sperling
2016-01-04
ADDBA frames have a parameter set which we check against our own capabilities
Stefan Sperling
2015-11-15
Declare 802.11n mode and channel flags. Tweak 11n related fields in struct
Stefan Sperling
2015-10-10
Add macros for A-MPDU and MCS data, both found in HT capabilities element.
Stefan Sperling
2015-07-14
In ieee80211.h update references to standard sections to 802.11-2012.
Stefan Sperling
2015-04-08
add a #define for IEEE80211_ELEMID_CSA, 802.11h-2003 Channel Switch Announcement
Stuart Henderson
2013-01-17
Create a printb() suitable string for IEEE80211_FC1 field. Needed to show
Claudio Jeker
2009-01-28
Block Ack agreements are unidirectional.
Damien Bergamini
2009-01-26
Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:
Damien Bergamini
2008-09-27
Add some inline functions to test the presence of optional 802.11
Damien Bergamini
2008-09-01
add ic_tid_noack bitmap to indicate a per-TID ACK policy (1=no ack,
Damien Bergamini
2008-08-27
move definitions of channels attributes away from ieee80211.h such
Damien Bergamini
2008-08-12
add a couple of new definitions (action frames, new subtypes for control
Damien Bergamini
2008-08-12
add/process group integrity cipher suite in RSN IEs.
Damien Bergamini
2008-08-12
add support for EAPOL-Key v3 descriptors (similar to v2 except that the
Damien Bergamini
2008-08-12
add definitions for RSN capabilities field (RSN IE).
Damien Bergamini
2008-08-12
process IGTK KDEs in EAPOL-Key frames and install integrity group keys
Damien Bergamini
2008-08-12
Welcome BIP: the Broadcast/Multicast Integrity Protocol defined
Damien Bergamini
2008-08-12
fix values for QoS control field.
Damien Bergamini
2008-07-27
remove unused structures and duplicated definitions.
Damien Bergamini
2008-07-21
add ieee80211_priv.h file: contains definitions private to net80211.
Damien Bergamini
2008-04-16
Kernel implementation of the 4-way handshake and group-key
Damien Bergamini
2007-08-29
typo in a macro (fortunately unused): 0c00 -> 0x00
Damien Bergamini
2007-08-01
all WPA implementations i have tested use EAPOL-Key frames version 1,
Damien Bergamini
2007-07-28
WPA1 uses its own (non-standard) EAPOL-Key descriptor type.
Damien Bergamini
2007-07-24
cleanup definition of struct ieee80211_eapol_key.
Damien Bergamini
2007-07-05
some HT frames may have an additional HT Control field.
Damien Bergamini
2007-07-05
add the pseudo-random function (PRF) and various key derivation
Damien Bergamini
2007-07-04
add subtype "Action" for management frames.
Damien Bergamini
2007-07-03
Backout part of 1.20 because IEEE80211_AUTH_ALGORITHM() and friends are used
Claudio Jeker
2007-07-03
Readd IEEE80211_REASON_RSN_REQUIRED and IEEE80211_REASON_RSN_INCONSISTENT
Claudio Jeker
2007-07-02
remove more unused stuff.
Damien Bergamini
2007-07-02
add new ieee80211_eapol_key structure (used by the various 802.11i
Damien Bergamini
2007-07-02
fix REASON codes.
Damien Bergamini
2007-07-02
add IEEE80211_FC1_PROTECTED flag.
Damien Bergamini
2007-07-02
remove a lot of unused #define
Damien Bergamini
2007-06-21
cleanup CAPINFO values.
Damien Bergamini
2007-06-21
cleanup the list of Organizationally Unique Identifiers (OUI).
Damien Bergamini
2007-06-21
s/IEEE80211_ELEMID_EDCA_PARAMS/IEEE80211_ELEMID_EDCAPARMS/ for consistency.
Damien Bergamini
2007-06-17
keep track of the Tx/Rx sequence numbers for each TID in the
Damien Bergamini
2007-06-17
- remove two unused structures
Damien Bergamini
2007-06-11
remove unused structure.
Damien Bergamini
2007-06-11
adds 802.11e EDCA tables for QAPs and non-AP QSTAs.
Damien Bergamini
2007-06-07
move ieee80211_compute_duration() and ieee80211_compute_duration1()
Damien Bergamini
2007-06-06
The license permits us to redistribute this code under the BSD or the GPLv2.
Damien Bergamini
2006-04-22
typo.
Federico G. Schwindt
2005-09-08
mostly knf
Reyk Floeter
2005-05-25
add ifconfig -M option to replace wicontrol -L and -l for ap scanning
Reyk Floeter
2005-02-17
derived from NetBSD:
Reyk Floeter
2004-12-30
replace __attribute__((__packed__)) with __packed.
Reyk Floeter
[next]