snmpV3EngnUserDataBase Structure

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
snmpV3EngnUserDataBase Structure
C
typedef struct {
  UINT8 userName[SNMPV3_USER_SECURITY_NAME_LEN_MEM_USE];
  UINT8 userAuthPswd[SNMPV3_AUTH_LOCALIZED_PASSWORD_KEY_LEN_MEM_USE];
  UINT8 userPrivPswd[SNMPV3_PRIV_LOCALIZED_PASSWORD_KEY_LEN_MEM_USE];
  UINT8 userAuthPswdLoclizdKey[SNMPV3_AUTH_LOCALIZED_PASSWORD_KEY_LEN_MEM_USE];
  UINT8 userPrivPswdLoclizdKey[SNMPV3_PRIV_LOCALIZED_PASSWORD_KEY_LEN_MEM_USE];
  UINT8 userAuthLocalKeyHmacIpad[64];
  UINT8 userAuthLocalKeyHmacOpad[64];
  UINT8 userDBIndex;
  UINT8 userHashType;
  UINT8 userNameLength;
  UINT8 userAuthPswdLen;
  UINT8 userPrivPswdLen;
  UINT8 userPrivType;
} snmpV3EngnUserDataBase;
Description

This is type snmpV3EngnUserDataBase.

Members
Members 
Description 
UINT8 userAuthPswd[SNMPV3_AUTH_LOCALIZED_PASSWORD_KEY_LEN_MEM_USE]; 
RFC specifies not to save password with the managed nodes instead store pswd ipad and opad values. 
UINT8 userAuthLocalKeyHmacIpad[64]; 
UINT8 userPrivPswdLoclizdKey[20]; 
Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.