Searched refs:INC_MIB_STAT (Results 1 – 3 of 3) sorted by relevance
68 INC_MIB_STAT(connPtr, eapolRxForESUPPCnt); in ProcessEAPoLKeyPkt()
713 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()
423 #define INC_MIB_STAT(x, a) if (x && x->pMibStats) { x->pMibStats->data.mib.a++; } macro