esp_ieee802154_set_multipan_enable() function
Enable specific interface for the device. As an example, call `esp_ieee802154_set_multipan_enable(BIT(ESP_IEEE802154_MULTIPAN_0) | BIT(ESP_IEEE802154_MULTIPAN_1));` to enable multipan interface 0 and 1.
Arguments
mask
The multipan interface bit mask.
Return value
- ESP_OK on success. - ESP_FAIL on failure.