Home
last modified time | relevance | path

Searched refs:pTxEapol (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtApStaCommon.c135 SetEAPOLKeyDescTypeVersion(EAPOL_KeyMsg_Tx_t *pTxEapol, in SetEAPOLKeyDescTypeVersion() argument
140 pTxEapol->keyMsg.desc_type = 2; in SetEAPOLKeyDescTypeVersion()
143 pTxEapol->keyMsg.desc_type = 254; in SetEAPOLKeyDescTypeVersion()
148 pTxEapol->keyMsg.key_info.KeyDescriptorVersion = 3; in SetEAPOLKeyDescTypeVersion()
151 pTxEapol->keyMsg.key_info.KeyDescriptorVersion = 2; in SetEAPOLKeyDescTypeVersion()
154 pTxEapol->keyMsg.key_info.KeyDescriptorVersion = 1; in SetEAPOLKeyDescTypeVersion()
266 EAPOL_KeyMsg_Tx_t *pTxEapol, in KeyMgmtSta_PopulateEAPOLLengthMic() argument
274 if (KeyMgmtSta_PopulateEAPOLLengthMic_hook(pTxEapol, in KeyMgmtSta_PopulateEAPOLLengthMic()
283 if (!pTxEapol) { in KeyMgmtSta_PopulateEAPOLLengthMic()
287 frameLen = sizeof(pTxEapol->keyMsg); in KeyMgmtSta_PopulateEAPOLLengthMic()
[all …]
H A DkeyMgmtSta_rom.c774 KeyMgmtSta_PrepareEAPOLFrame(phostsa_private priv, EAPOL_KeyMsg_Tx_t *pTxEapol, in KeyMgmtSta_PrepareEAPOLFrame() argument
780 if (!pTxEapol || !pRxEapol) { in KeyMgmtSta_PrepareEAPOLFrame()
783 memset(util_fns, (UINT8 *)pTxEapol, 0x00, sizeof(EAPOL_KeyMsg_Tx_t)); in KeyMgmtSta_PrepareEAPOLFrame()
785 formEAPOLEthHdr(priv, pTxEapol, da, sa); 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()
789 pTxEapol->keyMsg.key_info.KeyMIC = 1; 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()
[all …]
H A DkeyMgmtApStaCommon.h43 extern void SetEAPOLKeyDescTypeVersion(EAPOL_KeyMsg_Tx_t *pTxEapol,
55 EAPOL_KeyMsg_Tx_t *pTxEapol,
68 extern void formEAPOLEthHdr(phostsa_private priv, EAPOL_KeyMsg_Tx_t *pTxEapol,
H A DkeyMgmtSta_rom.h155 EAPOL_KeyMsg_Tx_t *pTxEapol,
159 EAPOL_KeyMsg_Tx_t *pTxEapol,
165 EAPOL_KeyMsg_Tx_t *pTxEapol,
192 extern void SetEAPOLKeyDescTypeVersion(EAPOL_KeyMsg_Tx_t *pTxEapol,
H A DkeyMgmtSta.c364 EAPOL_KeyMsg_Tx_t *pTxEapol = MNULL; in GeneratePWKMsg2() local
396 pTxEapol = (EAPOL_KeyMsg_Tx_t *)(newbuf->pbuf + newbuf->data_offset); in GeneratePWKMsg2()
397 KeyMgmtSta_PrepareEAPOLFrame(priv, pTxEapol, in GeneratePWKMsg2()
404 dot11r_process_pwk_msg2(connPtr, &pTxEapol->keyMsg); in GeneratePWKMsg2()
409 if (!rsnIeAdded && (pTxEapol->keyMsg.desc_type != 1)) { in GeneratePWKMsg2()
411 pTxEapol->keyMsg.key_material_len in GeneratePWKMsg2()
413 (UINT8 *)&pTxEapol->keyMsg. in GeneratePWKMsg2()
419 ccx_mfp_process_pwk_msg2(&pTxEapol->keyMsg); in GeneratePWKMsg2()
422 frameLen = KeyMgmtSta_PopulateEAPOLLengthMic(priv, pTxEapol, in GeneratePWKMsg2()
440 EAPOL_KeyMsg_Tx_t *pTxEapol; in GeneratePWKMsg4() local
[all …]