Home
last modified time | relevance | path

Searched refs:MAX_KEY_LEN (Results 1 – 4 of 4) sorted by relevance

/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/
DkeyParserWep.c131 if ((pKeyDesc->KeyLength < MIN_KEY_LEN ) || (pKeyDesc->KeyLength >= MAX_KEY_LEN )) in keyParserWep_recv()
Drsn.c520 MAX_KEY_LEN /*pRsn->keys[keyIndex].encLen*/); in rsn_sendKeysNotSet()
904 …pRsn->hOs, (void *)pRsn->keys[keyIndex].encKey, pParam->content.rsnOsKey.KeyMaterial, MAX_KEY_LEN); in rsn_setParam()
1119 …oryCopy (pRsn->hOs, (void *)pRsn->keys[keyIndex].encKey, (void*)pSecurityKey->encKey, MAX_KEY_LEN); in rsn_setParam()
1724 TRACE_INFO_HEX(pRsn->hReport, (TI_UINT8 *)pKey->micRxKey, MAX_KEY_LEN); in rsn_setKey()
1726 TRACE_INFO_HEX(pRsn->hReport, (TI_UINT8 *)pKey->micTxKey, MAX_KEY_LEN); in rsn_setKey()
/hardware/ti/wlan/wl1271/TWD/TWDriver/
DTWDriver.h313 #define MAX_KEY_LEN 32 macro
1588 TI_UINT8 encKey[MAX_KEY_LEN]; /**< Security Key Encoding */
1589 TI_UINT8 micRxKey[MAX_KEY_LEN]; /**< MIC RX Security Key */
1590 TI_UINT8 micTxKey[MAX_KEY_LEN]; /**< MIC TX Security Key */
/hardware/ti/wlan/wl1271/platforms/os/linux/src/
DCmdInterpretWext.c1256 if (ext->key_len > MAX_KEY_LEN) { in cmdInterpret_convertAndExecute()