Home
last modified time | relevance | path

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

/system/wlan/ti/wilink_6_1/utils/
D802_11Defs.h499 #define IV_FIELD_SIZE 4 macro
503 #define WEP_AFTER_HEADER_FIELD_SIZE IV_FIELD_SIZE
504 #define TKIP_AFTER_HEADER_FIELD_SIZE (IV_FIELD_SIZE + EIV_FIELD_SIZE)
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/security/
DwhalWpa.c158 AddFieldSize = IV_FIELD_SIZE; in whalWpa_MpduListFieldsAdd()
/system/wlan/ti/sta_dk_4_0_4_32/common/src/inc/
D802_11Defs.h458 #define IV_FIELD_SIZE 4 macro
462 #define WEP_AFTER_HEADER_FIELD_SIZE IV_FIELD_SIZE
463 #define TKIP_AFTER_HEADER_FIELD_SIZE (IV_FIELD_SIZE + EIV_FIELD_SIZE)
/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
Drsn.c1536 param.content.txDataEncryptionFieldSize = IV_FIELD_SIZE; in rsn_setKey()
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
Drsn.c1505 txCtrlParams_setEncryptionFieldSizes (pRsn->hTxCtrl, IV_FIELD_SIZE); in rsn_setKey()