[][src]Function openthread_sys::otChannelManagerSetAutoChannelSelectionEnabled

pub unsafe extern "C" fn otChannelManagerSetAutoChannelSelectionEnabled(
    aInstance: *mut otInstance,
    aEnabled: bool
)

This function enables/disables the auto-channel-selection functionality.

When enabled, ChannelManager will periodically invoke a RequestChannelSelect(false). The period interval can be set by SetAutoChannelSelectionInterval().

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aEnabled Indicates whether to enable or disable this functionality.