Page 1 of 1

ESP32P4 with C6 using WPS

Posted: Thu May 08, 2025 2:35 pm
by crc1021
Using components esp_hosted and esp_wifi_remote, the wifi code mostly works in the ESP32P4 and C6. However, WPS does not work and appears to be missing from the remote interface.
I can see the translation of most wifi functions, such as esp_wifi_start(), to their remote counterpart here:
https://github.com/espressif/esp-wifi-r ... h_remote.c
But I don't see any wps functions.

Is WPS supports through the remote interface? Will it be supported?
Thanks

Re: ESP32P4 with C6 using WPS

Posted: Thu May 08, 2025 5:36 pm
by ahsrabrifat
The ESP-Hosted solution, which utilizes the esp_wifi_remote component, does not support Wi-Fi Protected Setup (WPS) functionalities such as esp_wifi_wps_enable() or esp_wifi_wps_start(). If WPS functionality is essential for your application, you can implement WPS functionality directly on the slave device connected to your ESP32-P4.