Age | Commit message (Expand) | Author |
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 | Nuke bigmem for release, still has issues. | Tobias Weingartner |
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 | Figured out where the prom console routines are on KA60 and how to invoke | Miod Vallat |
2008-08-12 | add new IEEE80211_CIPHER_AES128_CMAC cipher and new key flag | Damien Bergamini |
2008-08-12 | Welcome BIP: the Broadcast/Multicast Integrity Protocol defined | Damien Bergamini |
2008-08-12 | maintain a count of TKIP and CCMP replayed frames. | Damien Bergamini |
2008-08-12 | use correct byte order when printing state expiration minutes; ok henning@ | David Krause |
2008-08-12 | add replay counter for management frames. | Damien Bergamini |
2008-08-12 | fix values for QoS control field. | Damien Bergamini |
2008-08-12 | retrieve the TID from QoS frames to use with the appropriate | Damien Bergamini |
2008-08-12 | use MINCLSIZE to decide wether we need to allocate an mbuf cluster instead | Henning Brauer |
2008-08-12 | get rid of the map_ptk()/map_gtk() functions, just inline them | Damien Bergamini |
2008-08-12 | simplify ieee80211_derive_ptk() prototype. | Damien Bergamini |
2008-08-12 | use HMAC-MD5, HMAC-SHA1 and AES Key Wrap sys/crypto/ | Damien Bergamini |
2008-08-12 | test vectors for HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC, | Damien Bergamini |
2008-08-12 | Implementation of the HMAC-MD5, HMAC-SHA1, HMAC-SHA256, AES-128-CMAC | Damien Bergamini |
2008-08-12 | basic bounds check on elf header info. avoid crashes on i.e.e truncated | Otto Moerbeek |
2008-08-12 | Don't process xfers which have the stream error bit set in the stream | Marcus Glocker |
2008-08-12 | VT8233+ uses a different register base for capturing | Jacob Meuser |
2008-08-12 | Fix a typo in a comment. From dawedawe@gmx.de. | Marc Balmer |
2008-08-11 | Add support for TX/RX checksum offload for newer re(4) chipsets. | Brad Smith |
2008-08-11 | plug a memleak when freeing io redirection in commands. | Jared Yanovich |
2008-08-11 | Only print iotdb stuff when DEBUG. | Mark Kettenis |
2008-08-11 | Allow mapping mmio regions that are not page aligned. | Mark Kettenis |
2008-08-11 | +Longshine LCS-8031N to the ral(4) list; | Jason McIntyre |
2008-08-11 | some documentation updates for spamd synchronisation: | Jason McIntyre |
2008-08-11 | some consistency fixes and whitespace at eol removal; | Jason McIntyre |
2008-08-11 | remove a note which seems to be duplicated; ok sobrado | Jason McIntyre |