pub unsafe extern "C" fn otBorderRoutingSetOnLinkPrefix(
aInstance: *mut otInstance,
aPrefix: *const otIp6Prefix,
)
Expand description
Sets the local on-link prefix.
Requires OPENTHREAD_CONFIG_BORDER_ROUTING_TESTING_API_ENABLE
.
This is intended for testing only and using it will make the BR non-compliant with the Thread Specification.
@param[in] aPrefix The on-link prefix to use.