Public Attributes#

uint32_t

The number of ePSKc activations.

uint32_t

The number of ePSKc deactivations via API.

uint32_t

The number of ePSKc deactivations due to timeout.

uint32_t

The number of ePSKc deactivations due to reached max attempts.

uint32_t

The number of ePSKc deactivations due to commissioner disconnected.

uint32_t

The number of invalid border agent state errors at ePSKc activation.

uint32_t

The number of invalid args errors at ePSKc activation.

uint32_t

The number of start secure session errors at ePSKc activation.

uint32_t

The number of established secure sessions with ePSKc.

uint32_t

The number of failed secure sessions with ePSKc.

uint32_t

The number of successful commissioner petitions with ePSKc.

uint32_t

The number of established secure sessions with PSKc.

uint32_t

The number of failed secure sessions with PSKc.

uint32_t

The number of successful commissioner petitions with PSKc.

uint32_t

The number of MGMT_ACTIVE_GET.req sent over secure sessions.

uint32_t

The number of MGMT_PENDING_GET.req sent over secure sessions.

Public Attribute Documentation#

mEpskcActivations#

uint32_t otBorderAgentCounters::mEpskcActivations

The number of ePSKc activations.


Definition at line 98 of file include/openthread/border_agent.h

mEpskcDeactivationClears#

uint32_t otBorderAgentCounters::mEpskcDeactivationClears

The number of ePSKc deactivations via API.


Definition at line 99 of file include/openthread/border_agent.h

mEpskcDeactivationTimeouts#

uint32_t otBorderAgentCounters::mEpskcDeactivationTimeouts

The number of ePSKc deactivations due to timeout.


Definition at line 100 of file include/openthread/border_agent.h

mEpskcDeactivationMaxAttempts#

uint32_t otBorderAgentCounters::mEpskcDeactivationMaxAttempts

The number of ePSKc deactivations due to reached max attempts.


Definition at line 101 of file include/openthread/border_agent.h

mEpskcDeactivationDisconnects#

uint32_t otBorderAgentCounters::mEpskcDeactivationDisconnects

The number of ePSKc deactivations due to commissioner disconnected.


Definition at line 102 of file include/openthread/border_agent.h

mEpskcInvalidBaStateErrors#

uint32_t otBorderAgentCounters::mEpskcInvalidBaStateErrors

The number of invalid border agent state errors at ePSKc activation.


Definition at line 103 of file include/openthread/border_agent.h

mEpskcInvalidArgsErrors#

uint32_t otBorderAgentCounters::mEpskcInvalidArgsErrors

The number of invalid args errors at ePSKc activation.


Definition at line 104 of file include/openthread/border_agent.h

mEpskcStartSecureSessionErrors#

uint32_t otBorderAgentCounters::mEpskcStartSecureSessionErrors

The number of start secure session errors at ePSKc activation.


Definition at line 105 of file include/openthread/border_agent.h

mEpskcSecureSessionSuccesses#

uint32_t otBorderAgentCounters::mEpskcSecureSessionSuccesses

The number of established secure sessions with ePSKc.


Definition at line 106 of file include/openthread/border_agent.h

mEpskcSecureSessionFailures#

uint32_t otBorderAgentCounters::mEpskcSecureSessionFailures

The number of failed secure sessions with ePSKc.


Definition at line 107 of file include/openthread/border_agent.h

mEpskcCommissionerPetitions#

uint32_t otBorderAgentCounters::mEpskcCommissionerPetitions

The number of successful commissioner petitions with ePSKc.


Definition at line 108 of file include/openthread/border_agent.h

mPskcSecureSessionSuccesses#

uint32_t otBorderAgentCounters::mPskcSecureSessionSuccesses

The number of established secure sessions with PSKc.


Definition at line 110 of file include/openthread/border_agent.h

mPskcSecureSessionFailures#

uint32_t otBorderAgentCounters::mPskcSecureSessionFailures

The number of failed secure sessions with PSKc.


Definition at line 111 of file include/openthread/border_agent.h

mPskcCommissionerPetitions#

uint32_t otBorderAgentCounters::mPskcCommissionerPetitions

The number of successful commissioner petitions with PSKc.


Definition at line 112 of file include/openthread/border_agent.h

mMgmtActiveGets#

uint32_t otBorderAgentCounters::mMgmtActiveGets

The number of MGMT_ACTIVE_GET.req sent over secure sessions.


Definition at line 114 of file include/openthread/border_agent.h

mMgmtPendingGets#

uint32_t otBorderAgentCounters::mMgmtPendingGets

The number of MGMT_PENDING_GET.req sent over secure sessions.


Definition at line 115 of file include/openthread/border_agent.h