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_proto.h
Age
Commit message (
Expand
)
Author
2015-11-15
Parse 11n HT capabilities and operational info from association response
Stefan Sperling
2009-11-21
when wpa is enabled, defer setting the link up until the 802.1X
Damien Bergamini
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-28
unbreak the tree.
Damien Bergamini
2008-09-27
Add some inline functions to test the presence of optional 802.11
Damien Bergamini
2008-09-01
rework previously unused ieee80211_pwrsave() function, call it from
Damien Bergamini
2008-08-14
put ieee80211_dump_pkt() under #ifdef IEEE80211_DEBUG
Damien Bergamini
2008-08-12
Change the way we process EAPOL-Key frames.
Damien Bergamini
2008-07-21
move processing of EAPOL frames away from ieee80211_{input,output}.c
Damien Bergamini
2008-07-21
instead of passing rx tstamp and rssi to the ieee80211_input function,
Damien Bergamini
2008-04-21
move ieee80211_auth_open() to ieee80211_proto.c
Damien Bergamini
2008-04-16
Kernel implementation of the 4-way handshake and group-key
Damien Bergamini
2007-08-23
add ieee80211_get_hdrlen() to compute the size of the 802.11 header
Damien Bergamini
2007-08-03
add a ni_eapol_desc field to struct ieee80211_node to know whether
Damien Bergamini
2007-08-01
pass the supplicant's nonce generated on reception of message 1 of the
Damien Bergamini
2007-07-28
adds functions to parse and to build EAPOL-Key frames used in
Damien Bergamini
2007-07-24
new function to check the MIC of a received EAPOL-Key frame.
Damien Bergamini
2007-07-24
add functions to compute EAPOL-Key Key MIC fields and to encrypt/decrypt
Damien Bergamini
2007-07-14
update QoS Tx/Rx sequence numbers for each TID.
Damien Bergamini
2007-07-06
remove remaining bits for pre-RSNA shared authmode support.
Damien Bergamini
2007-07-05
split ieee80211_add_rsn() so that the code can be reused for
Damien Bergamini
2007-07-03
add a function that builds an RSN IE (ieee80211_add_rsn).
Damien Bergamini
2007-07-03
move construction of IEs into individual functions so that we don't
Damien Bergamini
2007-07-02
initial bits for proper TIM support.
Damien Bergamini
2007-06-21
add EDCA Parameter Set and QoS capability IEs to appropriate frames
Damien Bergamini
2007-06-16
constify
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-12-25
print the phy mode in IFF_DEBUG status output which helps to debug
Reyk Floeter
2006-11-03
Add two new functions:
Damien Bergamini
2006-06-18
Improve 802.11b/g interoperability and move toward better compliance
Damien Bergamini
2006-05-19
- export ieee80211_add_ssid() just like ieee80211_add_(x)rates() so I don't
Damien Bergamini
2005-04-20
send raw 802.11 frames with bpf(4) using the IEEE802_11 or
Reyk Floeter
2005-03-03
addtion of a generic function for allocating beacons: ieee80211_beacon_alloc().
Damien Bergamini
2004-12-25
in real C, there is not , after the last enum entry; ok reyk
Theo de Raadt
2004-12-23
From dyoung@NetBSD:
Jonathan Gray
2004-12-23
From dyoung@NetBSD:
Jonathan Gray
2004-11-02
some changes merged in from netbsd. ieee80211_regdomain.# will be used
Reyk Floeter
2004-06-22
Import current NetBSD/FreeBSD 802.11 framework.
Todd C. Miller