Snmpv3AuthenticateRxedPduForDataIntegrity Function

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
Snmpv3AuthenticateRxedPduForDataIntegrity Function
C
BYTE Snmpv3AuthenticateRxedPduForDataIntegrity(
    SNMPV3_REQUEST_WHOLEMSG* rxDataPtr
);
Description

This routine authenticates SNMPV3 incoming report PDU message and also for different type of GET requests with both MD5 and SHA protocol.If the received PDU username is similar to "initial", then there shoud be report PDU. RFC - 3414.

Preconditions

SNMPv3Init() and ProcessVariabels() are called.

Parameters
Parameters 
Description 
rxDataPtr 
incoming PDU 
Return Values
Return Values 
Description 
SNMPV3_MSG_AUTH_PASS 
Authentication success 
SNMPV3_MSG_AUTH_FAIL 
Authentication failure 
Remarks

None

Microchip TCP/IP Stack 5.42.08 - June 15, 2013
Copyright © 2012 Microchip Technology, Inc.  All rights reserved.