Searched refs:MAX_KEY_LEN (Results 1 – 4 of 4) sorted by relevance
/hardware/ti/wlan/wl1271/stad/src/Connection_Managment/ |
D | keyParserWep.c | 131 if ((pKeyDesc->KeyLength < MIN_KEY_LEN ) || (pKeyDesc->KeyLength >= MAX_KEY_LEN )) in keyParserWep_recv()
|
D | rsn.c | 520 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/ |
D | TWDriver.h | 313 #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/ |
D | CmdInterpretWext.c | 1256 if (ext->key_len > MAX_KEY_LEN) { in cmdInterpret_convertAndExecute()
|