A few more SNMPv3 cleanups

This commit is contained in:
Dirk Ziegelmeier
2017-03-02 11:18:49 +01:00
parent 1b3aaef525
commit 593b211d1b
3 changed files with 8 additions and 6 deletions

View File

@@ -351,12 +351,14 @@ struct snmp_statistics
u32_t outsetrequests;
u32_t outgetresponses;
u32_t outtraps;
#if LWIP_SNMP_V3
u32_t unsupportedseclevels;
u32_t notintimewindows;
u32_t unknownusernames;
u32_t unknownengineids;
u32_t wrongdigests;
u32_t decryptionerrors;
#endif
};
extern struct snmp_statistics snmp_stats;