Changeset a931b7b in mainline for uspace/drv/nic/ar9271/ar9271.h


Ignore:
Timestamp:
2015-04-13T20:48:33Z (9 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/drv/nic/ar9271/ar9271.h

    r053fc2b ra931b7b  
    138138        AR9271_KEY_TABLE_GRP = 0x8820,
    139139        AR9271_KEY_TABLE_STA = 0x8880,
     140        AR9271_KEY_TABLE_MIC_GRP = 0x9020,
     141        AR9271_KEY_TABLE_MIC_STA = 0x9080,
    140142        AR9271_KEY_TABLE_TYPE_WEP40 = 0x0,
    141143        AR9271_KEY_TABLE_TYPE_WEP104 = 0x1,
    142144        AR9271_KEY_TABLE_TYPE_TKIP = 0x4,
    143145        AR9271_KEY_TABLE_TYPE_CCMP = 0x6,
     146        AR9271_KEY_TABLE_TYPE_CLR = 0x7,
    144147               
    145148        /* Physical layer registers */
Note: See TracChangeset for help on using the changeset viewer.