Home
last modified time | relevance | path

Searched refs:IV_FIELD_SIZE (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/wlan/wl1271/utils/
D802_11Defs.h500 #define IV_FIELD_SIZE 4 macro
504 #define WEP_AFTER_HEADER_FIELD_SIZE IV_FIELD_SIZE
505 #define TKIP_AFTER_HEADER_FIELD_SIZE (IV_FIELD_SIZE + EIV_FIELD_SIZE)
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
Drsn.c1645 txCtrlParams_setEncryptionFieldSizes (pRsn->hTxCtrl, IV_FIELD_SIZE); in rsn_setKey()