Home
last modified time | relevance | path

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 DkeyMgmtAp_rom.c339 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 DkeyMgmtApStaCommon.c354 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 DkeyMgmtAp_rom.h82 KeyData_t *newPWKey, BOOLEAN use_kdf);
H A DkeyMgmtApStaCommon.h65 KeyData_t *newPWKey, BOOLEAN use_kdf);
H A DkeyMgmtSta.c316 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 Dauthenticator.h315 KeyData_t newPWKey; member
H A DkeyMgmtSta_rom.c1010 pKeyMgmtInfoSta->newPWKey.TxIV16 = 1; in ProcessRxEAPOL_PwkMsg3()
1011 pKeyMgmtInfoSta->newPWKey.TxIV32 = 0; in ProcessRxEAPOL_PwkMsg3()