ESP32P4 with C6 using WPS
Posted: Thu May 08, 2025 2:35 pm
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
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