USM_SECURITY_LEVEL Enumeration

Microchip TCP/IP Stack

Microchip TCP/IP Stack Help
USM_SECURITY_LEVEL Enumeration
C
typedef enum {
  noAuthProtocol = 0x1,
  hmacMD5Auth,
  hmacSHAAuth,
  noPrivProtocol,
  desPrivProtocol = 0x5,
  aesPrivProtocol = 0x6
} USM_SECURITY_LEVEL;
Description

This is type USM_SECURITY_LEVEL.

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