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
2008-10-23
Prevent a crash in ieee80211_setkeys() when unplugging an interface in
Michael Knudsen
2008-10-15
Second pass of simple timeout_add -> timeout_add_sec conversions
Bret Lambert
2008-10-02
First step towards cleaning up the Ethernet driver ioctl handling.
Brad Smith
2008-09-28
unbreak the tree.
Damien Bergamini
2008-09-27
Initial implementation of PMKSA caching and pre-authentication.
Damien Bergamini
2008-09-27
Add some inline functions to test the presence of optional 802.11
Damien Bergamini
2008-09-08
define IEEE80211_STA_ONLY if SMALL_KERNEL is defined to shrink
Jonathan Gray
2008-09-03
third parameter of ieee80211_get_assoc_req() is a management frame
Damien Bergamini
2008-09-01
use C99 style struct initializer instead of GCC specific one (from NetBSD).
Damien Bergamini
2008-09-01
add ic_tid_noack bitmap to indicate a per-TID ACK policy (1=no ack,
Damien Bergamini
2008-09-01
extend ieee80211_classify() to extract DSCP field from IPv6 packets too.
Damien Bergamini
2008-09-01
rework previously unused ieee80211_pwrsave() function, call it from
Damien Bergamini
2008-08-29
move code to support Frequency-Hopping spread spectrum (FHSS) PHYs
Damien Bergamini
2008-08-29
garbage collect unused capabilities and configurations flags.
Damien Bergamini
2008-08-28
unbreak IEEE80211_DEBUG
Damien Bergamini
2008-08-27
move definitions of channels attributes away from ieee80211.h such
Damien Bergamini
2008-08-27
add IEEE80211_RADIOTAP_F_FCS radiotap flag from NetBSD.
Damien Bergamini
2008-08-27
introduce new IEEE80211_STA_ONLY kernel option that can be set to
Damien Bergamini
2008-08-15
use LLC_SNAPFRAMELEN here too.
Damien Bergamini
2008-08-14
ieee80211_derive_pmkid() is not used either
Damien Bergamini
2008-08-14
#ifdef notyet ieee80211_kdf() as it is not used yet (shrink kernel a bit)
Damien Bergamini
2008-08-14
move the HostAP bridge code and the delivery of data frames to ether_input
Damien Bergamini
2008-08-14
in ieee80211_input(), call if_start() after enqueuing frames in if_snd
Damien Bergamini
2008-08-14
put ieee80211_dump_pkt() under #ifdef IEEE80211_DEBUG
Damien Bergamini
2008-08-13
one should never use sizeof(struct llc) since 802.2 LLC headers
Damien Bergamini
2008-08-13
do not increment is_rx_eapol_key twice for each frame.
Damien Bergamini
2008-08-12
adopt the integrity group cipher of the AP at association time.
Damien Bergamini
2008-08-12
nuke unused fields.
Damien Bergamini
2008-08-12
add the code to encrypt/decrypt management frames, retrieve key id
Damien Bergamini
2008-08-12
reserves the correct number of bytes in ieee80211_send_4way_msg2().
Damien Bergamini
2008-08-12
clear Tx_Rx protection bits properly.
Damien Bergamini
2008-08-12
do not drop frames that have an invalid IE, just stop processing
Damien Bergamini
2008-08-12
populate ieee80211_recv_action(), does nothing yet.
Damien Bergamini
2008-08-12
add a couple of new definitions (action frames, new subtypes for control
Damien Bergamini
2008-08-12
missing SHA-256 bits.
Damien Bergamini
2008-08-12
v3 descriptors use AES Key Wrap too.
Damien Bergamini
2008-08-12
new SHA-256 based AKMPs.
Damien Bergamini
2008-08-12
add/process group integrity cipher suite in RSN IEs.
Damien Bergamini
2008-08-12
add IEEE80211_RSNIE_MAXLEN and IEEE80211_WPAIE_MAXLEN definitions
Damien Bergamini
2008-08-12
add support for EAPOL-Key v3 descriptors (similar to v2 except that the
Damien Bergamini
2008-08-12
the only integrity group cipher currently supported is AES-128-CMAC.
Damien Bergamini
2008-08-12
generate a random IGTK in HostAP mode if we're MFP-capable.
Damien Bergamini
2008-08-12
add IEEE80211_F_MFPR config flags (management frame protection required)
Damien Bergamini
2008-08-12
add definitions for RSN capabilities field (RSN IE).
Damien Bergamini
2008-08-12
AES Key Wrap adds a 64-bit MIC to the payload but we pad the content
Damien Bergamini
2008-08-12
process IGTK KDEs in EAPOL-Key frames and install integrity group keys
Damien Bergamini
2008-08-12
extend the ic_nw_keys[] array to 6 elements.
Damien Bergamini
2008-08-12
in a near future, unicast management frames will be encrypted/decrypted
Damien Bergamini
2008-08-12
Change the way we process EAPOL-Key frames.
Damien Bergamini
2008-08-12
add new IEEE80211_CIPHER_AES128_CMAC cipher and new key flag
Damien Bergamini
[next]