Home
last modified time | relevance | path

Searched refs:pRxEapol (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtSta_rom.c775 EAPOL_KeyMsg_t *pRxEapol, in KeyMgmtSta_PrepareEAPOLFrame() argument
780 if (!pTxEapol || !pRxEapol) { in KeyMgmtSta_PrepareEAPOLFrame()
787 pTxEapol->keyMsg.desc_type = pRxEapol->desc_type; in KeyMgmtSta_PrepareEAPOLFrame()
788 pTxEapol->keyMsg.key_info.KeyType = pRxEapol->key_info.KeyType; in KeyMgmtSta_PrepareEAPOLFrame()
790 pTxEapol->keyMsg.key_info.Secure = pRxEapol->key_info.Secure; in KeyMgmtSta_PrepareEAPOLFrame()
791 pTxEapol->keyMsg.replay_cnt[0] = pRxEapol->replay_cnt[0]; in KeyMgmtSta_PrepareEAPOLFrame()
792 pTxEapol->keyMsg.replay_cnt[1] = pRxEapol->replay_cnt[1]; in KeyMgmtSta_PrepareEAPOLFrame()
795 = pRxEapol->key_info.KeyDescriptorVersion; in KeyMgmtSta_PrepareEAPOLFrame()
H A DkeyMgmtSta.c368 EAPOL_KeyMsg_t *pRxEapol = in GeneratePWKMsg2() local
398 pRxEapol, in GeneratePWKMsg2()
443 EAPOL_KeyMsg_t *pRxEapol = in GeneratePWKMsg4() local
473 pRxEapol, in GeneratePWKMsg4()
519 EAPOL_KeyMsg_t *pRxEapol = in GenerateGrpMsg2() local
553 pRxEapol, in GenerateGrpMsg2()
H A DkeyMgmtSta_rom.h156 EAPOL_KeyMsg_t *pRxEapol, t_u8 *da,