Function otBorderAgentEphemeralKeyStop

Source
pub unsafe extern "C" fn otBorderAgentEphemeralKeyStop(
    aInstance: *mut otInstance,
)
Expand description

Stops the ephemeral key use and disconnects any session using it.

Requires OPENTHREAD_CONFIG_BORDER_AGENT_EPHEMERAL_KEY_ENABLE.

If there is no ephemeral key in use, calling this function has no effect.

@param[in] aInstance The OpenThread instance.