Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A DkeyMgmtSta_rom.c1130 if (pKeyMgmtInfo->sta_MIC_Error.status in MicErrTimerExp_Sta()
1135 pKeyMgmtInfo->sta_MIC_Error.status = NO_MIC_FAILURE; in MicErrTimerExp_Sta()
1136 pKeyMgmtInfo->sta_MIC_Error.disableStaAsso = 0; in MicErrTimerExp_Sta()
1152 if (pKeyMgmtInfoSta->sta_MIC_Error.status in DeauthDelayTimerExp_Sta()
1202 if (!pKeyMgmtInfoSta->sta_MIC_Error.disableStaAsso) { in keyMgmtSta_StartSession_internal()
1252 pKeyMgmtInfoSta->sta_MIC_Error.status = in KeyMgmtSta_handleMICErr()
1257 pKeyMgmtInfoSta->sta_MIC_Error.disableStaAsso = 1; in KeyMgmtSta_handleMICErr()
1258 pKeyMgmtInfoSta->sta_MIC_Error.status = in KeyMgmtSta_handleMICErr()
1288 if (!pKeyMgmtInfoSta->sta_MIC_Error.disableStaAsso) { in KeyMgmtSta_InitSession()
H A DkeyMgmtSta.c923 pKeyMgmtInfoSta->sta_MIC_Error.status = in KeyMgmtSta_handleMICErr()
928 pKeyMgmtInfoSta->sta_MIC_Error.disableStaAsso = 1; in KeyMgmtSta_handleMICErr()
929 pKeyMgmtInfoSta->sta_MIC_Error.status = in KeyMgmtSta_handleMICErr()
954 if (pKeyMgmtInfoSta->sta_MIC_Error.MICCounterMeasureEnabled) {
955 state = pKeyMgmtInfoSta->sta_MIC_Error.status;
1317 return priv->suppData->keyMgmtInfoSta.sta_MIC_Error.disableStaAsso; in supplicantIsCounterMeasuresActive()
1529 suppData->keyMgmtInfoSta.sta_MIC_Error.disableStaAsso = 0; in supplicantInit()
1530 suppData->keyMgmtInfoSta.sta_MIC_Error.MICCounterMeasureEnabled = 1; in supplicantInit()
1531 suppData->keyMgmtInfoSta.sta_MIC_Error.status = NO_MIC_FAILURE; in supplicantInit()
H A Dauthenticator.h317 MIC_Error_t sta_MIC_Error; member