Ignore:
Timestamp:
2015-04-13T20:48:33Z (10 years ago)
Author:
Jan Kolarik <kolarik@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
cc575ef9
Parents:
053fc2b
Message:

Added TKIP support, handling old WPA in 4way handshake, some fixes in wifi_supplicant app

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ieee80211/include/ieee80211.h

    r053fc2b ra931b7b  
    8282} ieee80211_key_flags_t;
    8383
     84typedef enum {
     85        IEEE80211_TKIP_TX_MIC_OFFSET = 16,
     86        IEEE80211_TKIP_RX_MIC_OFFSET = 24
     87} ieee80211_tkip_mic_offset_t;
     88
    8489/** Key config structure. */
    8590typedef struct {
Note: See TracChangeset for help on using the changeset viewer.