Searched refs:rx_eapol_ptr (Results 1 – 2 of 2) sorted by relevance
525 EAPOL_KeyMsg_t *rx_eapol_ptr; in ProcessPWKMsg2() local538 rx_eapol_ptr = (EAPOL_KeyMsg_t *)(pbuf + ETHII_HEADER_LEN); in ProcessPWKMsg2()542 pIe = (UINT8 *)rx_eapol_ptr->key_data; in ProcessPWKMsg2()567 rx_eapol_ptr->key_nonce, in ProcessPWKMsg2()572 if (!IsEAPOL_MICValid(priv, rx_eapol_ptr, pKeyMgmtInfo->EAPOL_MIC_Key)) { in ProcessPWKMsg2()702 EAPOL_KeyMsg_t *rx_eapol_ptr; in ProcessPWKMsg4() local707 rx_eapol_ptr = (EAPOL_KeyMsg_t *)(pbuf + ETHII_HEADER_LEN); in ProcessPWKMsg4()710 if (!IsEAPOL_MICValid(priv, rx_eapol_ptr, pKeyMgmtInfo->EAPOL_MIC_Key)) { in ProcessPWKMsg4()804 EAPOL_KeyMsg_t *rx_eapol_ptr; in ProcessGrpMsg2() local809 rx_eapol_ptr = (EAPOL_KeyMsg_t *)(pbuf + ETHII_HEADER_LEN); in ProcessGrpMsg2()[all …]
586 EAPOL_KeyMsg_t *rx_eapol_ptr; in AuthenticatorProcessEapolPacket() local596 rx_eapol_ptr = (EAPOL_KeyMsg_t *)(pbuf + ETHII_HEADER_LEN); in AuthenticatorProcessEapolPacket()598 if (rx_eapol_ptr->hdr_8021x.pckt_type != in AuthenticatorProcessEapolPacket()606 least_len = sizeof(EAPOL_KeyMsg_t) - sizeof(rx_eapol_ptr->key_data); in AuthenticatorProcessEapolPacket()621 if (rx_eapol_ptr->key_info.Error) { in AuthenticatorProcessEapolPacket()627 (UINT8 *)&rx_eapol_ptr->replay_cnt[0])) in AuthenticatorProcessEapolPacket()