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
ESP32P4 with C6 using WPS
-
ahsrabrifat
- Posts: 201
- Joined: Sat Jan 18, 2025 2:31 pm
Re: ESP32P4 with C6 using WPS
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.
Who is online
Users browsing this forum: Semrush [Bot] and 3 guests