Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/
H A Dsupplicant.c68 INC_MIB_STAT(connPtr, eapolRxForESUPPCnt); in ProcessEAPoLKeyPkt()
H A DkeyMgmtSta.c713 INC_MIB_STAT(connPtr, eapolSentFrmFwCnt); in KeyMgmtStaHsk_Recvd_PWKMsg1()
754 INC_MIB_STAT(connPtr, eapolSentFrmFwCnt); in KeyMgmtStaHsk_Recvd_PWKMsg3()
789 INC_MIB_STAT(connPtr, eapolSentFrmFwCnt); in KeyMgmtStaHsk_Recvd_GrpMsg1()
1257 INC_MIB_STAT(connPtr, PTKSentFrmESUPPCnt); in FillKeyMaterialStruct()
1259 INC_MIB_STAT(connPtr, GTKSentFrmESUPPCnt); in FillKeyMaterialStruct()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/mvl88w8977/mlan/esa/common/
H A Dwl_mib.h423 #define INC_MIB_STAT(x, a) if (x && x->pMibStats) { x->pMibStats->data.mib.a++; } macro