Searched refs:newPWKey (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/ |
| H A D | keyMgmtAp_rom.c | 339 UINT8 *EAPOL_Encr_Key, KeyData_t *newPWKey, BOOLEAN use_kdf) in KeyMgmtAp_DerivePTK() argument 350 EAPOL_MIC_Key, EAPOL_Encr_Key, newPWKey, use_kdf); in KeyMgmtAp_DerivePTK() 354 memcpy(util_fns, tmp, newPWKey->RxMICKey, MIC_KEY_SIZE); in KeyMgmtAp_DerivePTK() 355 memcpy(util_fns, newPWKey->RxMICKey, newPWKey->TxMICKey, MIC_KEY_SIZE); in KeyMgmtAp_DerivePTK() 356 memcpy(util_fns, newPWKey->TxMICKey, tmp, MIC_KEY_SIZE); in KeyMgmtAp_DerivePTK()
|
| H A D | keyMgmtApStaCommon.c | 354 KeyData_t *newPWKey, BOOLEAN use_kdf) in KeyMgmtSta_DeriveKeys() argument 371 EAPOL_Encr_Key, newPWKey, use_kdf)) { in KeyMgmtSta_DeriveKeys() 376 if (!pPMK || !EAPOL_MIC_Key || !newPWKey) { in KeyMgmtSta_DeriveKeys() 392 memcpy(util_fns, newPWKey->Key, pPtk->tk, sizeof(pPtk->tk)); in KeyMgmtSta_DeriveKeys() 394 memcpy(util_fns, newPWKey->RxMICKey, in KeyMgmtSta_DeriveKeys() 397 memcpy(util_fns, newPWKey->TxMICKey, in KeyMgmtSta_DeriveKeys()
|
| H A D | keyMgmtAp_rom.h | 82 KeyData_t *newPWKey, BOOLEAN use_kdf);
|
| H A D | keyMgmtApStaCommon.h | 65 KeyData_t *newPWKey, BOOLEAN use_kdf);
|
| H A D | keyMgmtSta.c | 316 pKeyMgmtInfoSta->newPWKey.TxIV16 = 1; in patch_ProcessRxEAPOL_PwkMsg3() 317 pKeyMgmtInfoSta->newPWKey.TxIV32 = 0; in patch_ProcessRxEAPOL_PwkMsg3() 660 &pKeyMgmtInfoSta->newPWKey, in KeyMgmtStaHsk_Recvd_PWKMsg1() 1596 memcpy(util_fns, &priv->suppData->keyMgmtInfoSta.newPWKey.Key, in keyMgmtSetTemporalKeyOnly() 1597 pTk, sizeof(priv->suppData->keyMgmtInfoSta.newPWKey.Key)); in keyMgmtSetTemporalKeyOnly() 1611 memcpy(util_fns, &priv->suppData->keyMgmtInfoSta.newPWKey, in keyMgmtSetPairwiseKey() 1612 pKey, sizeof(priv->suppData->keyMgmtInfoSta.newPWKey)); in keyMgmtSetPairwiseKey() 1687 &priv->suppData->keyMgmtInfoSta.newPWKey, in keyMgmtPlumbPairwiseKey()
|
| H A D | authenticator.h | 315 KeyData_t newPWKey; member
|
| H A D | keyMgmtSta_rom.c | 1010 pKeyMgmtInfoSta->newPWKey.TxIV16 = 1; in ProcessRxEAPOL_PwkMsg3() 1011 pKeyMgmtInfoSta->newPWKey.TxIV32 = 0; in ProcessRxEAPOL_PwkMsg3()
|