mirror of
https://github.com/espressif/openthread.git
synced 2026-07-01 18:00:23 +00:00
4c06b47c34
Add new radio platform APIs: * otPlatRadioGetSupportedChannelMask(); // supported channel mask: the device is allowed to be on; * otPlatRadioGetPreferredChannelMask(); // preferred channel mask: the device prefers to form on. Implement some default radio platform APIs. Add spinel property `SPINEL_PROP_PHY_CHAN_PREFERRED` to retrieve Preferred ChannelMask.