5 #ifndef LWIP_HDR_APPS_SNMP_FRAMEWORK_MIB_H
6 #define LWIP_HDR_APPS_SNMP_FRAMEWORK_MIB_H
17 extern const struct snmp_obj_id usmNoAuthProtocol;
18 extern const struct snmp_obj_id usmHMACMD5AuthProtocol;
19 extern const struct snmp_obj_id usmHMACSHAAuthProtocol;
21 extern const struct snmp_obj_id usmNoPrivProtocol;
22 extern const struct snmp_obj_id usmDESPrivProtocol;
23 extern const struct snmp_obj_id usmAESPrivProtocol;
25 extern const struct snmp_mib snmpframeworkmib;