Function otThreadSetNonPreferredChannels

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

Sets the non-preferred channels value for OT_NETWORK_DIAGNOSTIC_TLV_NON_PREFERRED_CHANNELS TLV.

This value is used to respond to a Network Diagnostic Get request for this TLV.

@param[in] aInstance A pointer to an OpenThread instance. @param[in] aChannelMask A channel mask specifying the non-preferred channels.