#include "core/net.h"#include "mibs/mib_common.h"#include "mibs/ieee8021_pae_mib_module.h"#include "mibs/ieee8021_pae_mib_impl.h"#include "core/crypto.h"#include "encoding/asn1.h"#include "encoding/oid.h"#include "authenticator/authenticator_mgmt.h"#include "debug.h"Go to the source code of this file.
| Macros | |
| #define | TRACE_LEVEL SNMP_TRACE_LEVEL | 
| Functions | |
| error_t | ieee8021PaeMibSetDot1xPaeSystemAuthControl (const MibObject *object, const uint8_t *oid, size_t oidLen, const MibVariant *value, size_t valueLen, bool_t commit) | 
| Set dot1xPaeSystemAuthControl object value.  More... | |
| error_t | ieee8021PaeMibGetDot1xPaeSystemAuthControl (const MibObject *object, const uint8_t *oid, size_t oidLen, MibVariant *value, size_t *valueLen) | 
| Get dot1xPaeSystemAuthControl object value.  More... | |
| error_t | ieee8021PaeMibSetDot1xPaePortEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, const MibVariant *value, size_t valueLen, bool_t commit) | 
| Set dot1xPaePortEntry object value.  More... | |
| error_t | ieee8021PaeMibGetDot1xPaePortEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, MibVariant *value, size_t *valueLen) | 
| Get dot1xPaePortEntry object value.  More... | |
| error_t | ieee8021PaeMibGetNextDot1xPaePortEntry (const MibObject *object, const uint8_t *oid, size_t oidLen, uint8_t *nextOid, size_t *nextOidLen) | 
| Get next dot1xPaePortEntry object.  More... | |
Macro Definition Documentation
◆ TRACE_LEVEL
| #define TRACE_LEVEL SNMP_TRACE_LEVEL | 
Definition at line 32 of file ieee8021_pae_mib_impl_sys.c.
Function Documentation
◆ ieee8021PaeMibGetDot1xPaePortEntry()
| error_t ieee8021PaeMibGetDot1xPaePortEntry | ( | const MibObject * | object, | 
| const uint8_t * | oid, | ||
| size_t | oidLen, | ||
| MibVariant * | value, | ||
| size_t * | valueLen | ||
| ) | 
Get dot1xPaePortEntry object value.
- Parameters
- 
  [in] object Pointer to the MIB object descriptor [in] oid Object identifier (object name and instance identifier) [in] oidLen Length of the OID, in bytes [out] value Object value [in,out] valueLen Length of the object value, in bytes 
- Returns
- Error code
Definition at line 220 of file ieee8021_pae_mib_impl_sys.c.
◆ ieee8021PaeMibGetDot1xPaeSystemAuthControl()
| error_t ieee8021PaeMibGetDot1xPaeSystemAuthControl | ( | const MibObject * | object, | 
| const uint8_t * | oid, | ||
| size_t | oidLen, | ||
| MibVariant * | value, | ||
| size_t * | valueLen | ||
| ) | 
Get dot1xPaeSystemAuthControl object value.
- Parameters
- 
  [in] object Pointer to the MIB object descriptor [in] oid Object identifier (object name and instance identifier) [in] oidLen Length of the OID, in bytes [out] value Object value [in,out] valueLen Length of the object value, in bytes 
- Returns
- Error code
Definition at line 100 of file ieee8021_pae_mib_impl_sys.c.
◆ ieee8021PaeMibGetNextDot1xPaePortEntry()
| error_t ieee8021PaeMibGetNextDot1xPaePortEntry | ( | const MibObject * | object, | 
| const uint8_t * | oid, | ||
| size_t | oidLen, | ||
| uint8_t * | nextOid, | ||
| size_t * | nextOidLen | ||
| ) | 
Get next dot1xPaePortEntry object.
- Parameters
- 
  [in] object Pointer to the MIB object descriptor [in] oid Object identifier [in] oidLen Length of the OID, in bytes [out] nextOid OID of the next object in the MIB [out] nextOidLen Length of the next object identifier, in bytes 
- Returns
- Error code
Definition at line 289 of file ieee8021_pae_mib_impl_sys.c.
◆ ieee8021PaeMibSetDot1xPaePortEntry()
| error_t ieee8021PaeMibSetDot1xPaePortEntry | ( | const MibObject * | object, | 
| const uint8_t * | oid, | ||
| size_t | oidLen, | ||
| const MibVariant * | value, | ||
| size_t | valueLen, | ||
| bool_t | commit | ||
| ) | 
Set dot1xPaePortEntry object value.
- Parameters
- 
  [in] object Pointer to the MIB object descriptor [in] oid Object identifier (object name and instance identifier) [in] oidLen Length of the OID, in bytes [in] value Object value [in] valueLen Length of the object value, in bytes [in] commit This flag tells whether the changes shall be committed to the MIB base 
- Returns
- Error code
Definition at line 130 of file ieee8021_pae_mib_impl_sys.c.
◆ ieee8021PaeMibSetDot1xPaeSystemAuthControl()
| error_t ieee8021PaeMibSetDot1xPaeSystemAuthControl | ( | const MibObject * | object, | 
| const uint8_t * | oid, | ||
| size_t | oidLen, | ||
| const MibVariant * | value, | ||
| size_t | valueLen, | ||
| bool_t | commit | ||
| ) | 
Set dot1xPaeSystemAuthControl object value.
- Parameters
- 
  [in] object Pointer to the MIB object descriptor [in] oid Object identifier (object name and instance identifier) [in] oidLen Length of the OID, in bytes [in] value Object value [in] valueLen Length of the object value, in bytes [in] commit This flag tells whether the changes shall be committed to the MIB base 
- Returns
- Error code
Definition at line 61 of file ieee8021_pae_mib_impl_sys.c.
