Hello Realtek team,
We are developing a Wi-Fi provisioning flow for an RTL8735B / AmebaPro2 device.
Our intended flow is:
- The Android app connects to the device’s temporary SoftAP.
- It obtains a DPP bootstrap URI through local HTTP.
- The device stops SoftAP and starts as a DPP Enrollee/Responder.
- Android acts as the Configurator/Initiator and securely transfers credentials for a saved WPA2/WPA3 network.
- On failure, the device returns to SoftAP mode.
In the current AmebaPro2 SDK, we found the disabled CONFIG_INCLUDE_DPP_CONFIG option and an ATWq handler calling cmd_dpp(). However, we could not find the implementation of cmd_dpp() in the public source code or supplied libraries.
Could you please confirm:
- Does RTL8735B hardware, driver, and firmware support DPP Enrollee/Responder mode?
- Is
cmd_dpp()available through a private library, SDK patch, or newer SDK? - Which DPP versions and network types are supported?
- Can you provide API documentation or an example project for generating a DPP URI, receiving credentials, and reporting the result?
Thank you.