Searched refs:micRxKey (Results 1 - 11 of 11) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/common/src/core/rsn/
H A DkeyDeriveTkip.h64 UINT8 micRxKey[KEY_DERIVE_TKIP_MIC_LEN];
H A DkeyDeriveTkip.c133 os_memoryCopy(pKeyDerive->hOs, (void *)key.micTxKey, (void *)keyMaterialTkip->micRxKey, KEY_DERIVE_TKIP_MIC_LEN);
135 os_memoryCopy(pKeyDerive->hOs, (void *)key.micRxKey, (void *)keyMaterialTkip->micTxKey, KEY_DERIVE_TKIP_MIC_LEN);
139 os_memoryCopy(pKeyDerive->hOs, (void *)key.micRxKey, (void *)keyMaterialTkip->micRxKey, KEY_DERIVE_TKIP_MIC_LEN);
H A Drsn.c1595 WLAN_REPORT_HEX_INFORMATION(pRsn->hReport, RSN_MODULE_LOG, (UINT8 *)pKey->micRxKey, MAX_KEY_LEN);
/system/wlan/ti/wilink_6_1/stad/src/Connection_Managment/
H A DkeyDeriveTkip.h63 TI_UINT8 micRxKey[KEY_DERIVE_TKIP_MIC_LEN]; member in struct:__anon1671
H A DkeyDeriveTkip.c132 os_memoryCopy(pKeyDerive->hOs, (void *)key.micTxKey, (void *)keyMaterialTkip->micRxKey, KEY_DERIVE_TKIP_MIC_LEN);
134 os_memoryCopy(pKeyDerive->hOs, (void *)key.micRxKey, (void *)keyMaterialTkip->micTxKey, KEY_DERIVE_TKIP_MIC_LEN);
138 os_memoryCopy(pKeyDerive->hOs, (void *)key.micRxKey, (void *)keyMaterialTkip->micRxKey, KEY_DERIVE_TKIP_MIC_LEN);
H A DkeyDeriveCkip.c158 os_memoryCopy(pKeyDerive->hOs, (void*)key.micRxKey, ckipKey, KEY_DERIVE_CKIP_ENC_LEN);
H A Drsn.c1583 TRACE_INFO_HEX(pRsn->hReport, (TI_UINT8 *)pKey->micRxKey, MAX_KEY_LEN);
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/
H A DcommonTypes.h742 UINT8 micRxKey[MAX_KEY_LEN];
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdBldCmd.c1433 os_memoryCopy (pCmdBld->hOs, (void*)(&keyBuffer[16]), (void*)aSecurityKey->micRxKey, 8);
1599 os_memoryCopy (pCmdBld->hOs, (void*)(&keyBuffer[16]), (void*)aSecurityKey->micRxKey, 16);
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriver.h1557 TI_UINT8 micRxKey[MAX_KEY_LEN]; /**< MIC RX Security Key */ member in struct:__anon1352
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwCtrl.c1816 os_memoryCopy(pHwCtrl->hOs, (PVOID)(&keyBuffer[16]), (PVOID)aSecurityKey->micRxKey, 8);

Completed in 169 milliseconds