Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtApStaCommon.h49 extern BOOLEAN IsEAPOL_MICValid(phostsa_private priv, EAPOL_KeyMsg_t *pKeyMsg,
H A DkeyMgmtAp.c572 if (!IsEAPOL_MICValid(priv, rx_eapol_ptr, pKeyMgmtInfo->EAPOL_MIC_Key)) { in ProcessPWKMsg2()
710 if (!IsEAPOL_MICValid(priv, rx_eapol_ptr, pKeyMgmtInfo->EAPOL_MIC_Key)) { in ProcessPWKMsg4()
813 if (!IsEAPOL_MICValid(priv, rx_eapol_ptr, pKeyMgmtInfo->EAPOL_MIC_Key)) { in ProcessGrpMsg2()
H A DkeyMgmtSta_rom.h136 extern BOOLEAN IsEAPOL_MICValid(phostsa_private priv, EAPOL_KeyMsg_t *pKeyMsg,
H A DkeyMgmtApStaCommon.c206 IsEAPOL_MICValid(phostsa_private priv, EAPOL_KeyMsg_t *pKeyMsg, UINT8 *pMICKey) in IsEAPOL_MICValid() function
H A DkeyMgmtSta_rom.c753 if (!IsEAPOL_MICValid in KeyMgmtSta_IsRxEAPOLValid()