Function otBorderAgentEphemeralKeyGetState

Source
pub unsafe extern "C" fn otBorderAgentEphemeralKeyGetState(
    aInstance: *mut otInstance,
) -> otBorderAgentEphemeralKeyState
Expand description

Gets the state of Border Agent’s Ephemeral Key Manager.

Requires OPENTHREAD_CONFIG_BORDER_AGENT_EPHEMERAL_KEY_ENABLE.

@param[in] aInstance A pointer to an OpenThread instance.

@returns The current state of Ephemeral Key Manager.