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_node.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement missing bits of node inactivity accounting in hostap mode.
stsp
2012-01-21
1
-2
/
+3
*
move #define IEEE80211_NO_HT under #ifdef SMALL_KERNEL instead
damien
2009-03-26
1
-3
/
+1
*
sync with 802.11w draft 8.0.
damien
2009-03-26
1
-2
/
+2
*
Block Ack agreements are unidirectional.
damien
2009-01-28
1
-9
/
+20
*
In ieee80211_find_node(), roll our own RB_FIND() based on the key (macaddr)
damien
2009-01-28
1
-6
/
+6
*
move ni_macaddr field at the top of the ieee80211_node structure.
damien
2009-01-26
1
-6
/
+6
*
remove ni_ba field from ieee80211_node structure as it is not used yet.
damien
2009-01-26
1
-1
/
+3
*
Add some initial HT bits (not enabled yet) based on 802.11n Draft 7.01:
damien
2009-01-26
1
-2
/
+47
*
Add an ieee80211_notify_dtim() function that drivers should call after
damien
2008-12-14
1
-1
/
+2
*
Initial implementation of PMKSA caching and pre-authentication.
damien
2008-09-27
1
-10
/
+14
*
move code to support Frequency-Hopping spread spectrum (FHSS) PHYs
damien
2008-08-29
1
-3
/
+1
*
process IGTK KDEs in EAPOL-Key frames and install integrity group keys
damien
2008-08-12
1
-6
/
+10
*
typo in a comment. no binary change.
damien
2008-08-02
1
-2
/
+2
*
Drop frames that are received unencrypted when WEP is on or when
damien
2008-08-02
1
-2
/
+6
*
sanitize RX path a bit.
damien
2008-07-27
1
-1
/
+8
*
move ieee80211_auth_open() to ieee80211_proto.c
damien
2008-04-21
1
-1
/
+3
*
Kernel implementation of the 4-way handshake and group-key
damien
2008-04-16
1
-16
/
+23
*
Revert last commit which added ieee80211_rate2plcp() and
mglocker
2007-11-03
1
-2
/
+1
*
Add ieee80211_rate2plcp() and ieee80211_plcp2rate() functions.
mglocker
2007-11-01
1
-1
/
+2
*
rework ieee80211_recv_4way_msg2() function.
damien
2007-08-27
1
-1
/
+26
*
Checking the MIC early in ieee80211_recv_eapol() does not work for
damien
2007-08-27
1
-2
/
+1
*
add a ni_eapol_desc field to struct ieee80211_node to know whether
damien
2007-08-03
1
-1
/
+2
*
add generic ieee80211_encrypt() and ieee80211_decrypt() functions that
damien
2007-08-01
1
-1
/
+2
*
PMKID KDE is optionnal in message 1 of the 4-way handshake (at least
damien
2007-08-01
1
-1
/
+2
*
add a couple of fields to the ieee80211_node structure to manage RSN
damien
2007-07-28
1
-1
/
+10
*
remove remaining bits for pre-RSNA shared authmode support.
damien
2007-07-06
1
-2
/
+1
*
add a function that builds an RSN IE (ieee80211_add_rsn).
damien
2007-07-03
1
-2
/
+8
*
keep track of the Tx/Rx sequence numbers for each TID in the
damien
2007-06-17
1
-1
/
+4
*
ieee80211_lookup_node() does not exist.
damien
2007-06-16
1
-3
/
+1
*
constify
damien
2007-06-16
1
-12
/
+14
*
expand the IEEE80211_NODE_{LOCK,UNLOCK}* macros into their respective
damien
2007-06-07
1
-10
/
+1
*
The license permits us to redistribute this code under the BSD or the GPLv2.
damien
2007-06-06
1
-5
/
+1
*
do not have each net80211 driver define its own rates structures. if they use
deraadt
2006-11-26
1
-1
/
+5
*
Improve 802.11b/g interoperability and move toward better compliance
damien
2006-06-18
1
-1
/
+4
*
replace the node hash table with a red-black tree. this fixes some
reyk
2005-09-13
1
-10
/
+10
*
mostly knf
reyk
2005-09-08
1
-7
/
+7
*
reset the scan state for each new mode
reyk
2005-09-08
1
-1
/
+2
*
Remove FreeBSD/NetBSD ifdef mess. We are not likely to be
jsg
2005-09-07
1
-26
/
+1
*
add ifconfig -M option to replace wicontrol -L and -l for ap scanning
reyk
2005-05-25
1
-4
/
+1
*
derived from NetBSD:
reyk
2005-02-17
1
-3
/
+24
*
some changes merged in from netbsd. ieee80211_regdomain.# will be used
reyk
2004-11-02
1
-1
/
+19
*
Import current NetBSD/FreeBSD 802.11 framework.
millert
2004-06-22
1
-0
/
+206