SrivamsiMalladi opened a new issue, #7193: URL: https://github.com/apache/incubator-nuttx/issues/7193
I would to configure ESP32 in SoftAP mode in NuttX, but look like the documentation in the corresponding page ([Wi-Fi SoftrAP](https://nuttx.apache.org/docs/latest/platforms/xtensa/esp32/index.html#wi-fi-softap)) is incomplete. 1. The commands suggested in the documentation of the SoftAP mode section does nothing. ``` nsh> ifup wlan1 nsh> dhcpd_start wlan1 nsh> wapi psk wlan0 mypasswd 1 nsh> wapi essid wlan1 nuttxap 1` ``` 2. Also, the third command `wapi psk wlan0 mypasswd 1` uses `wlan0` while the reset of the commands use `wlan1`. Is that a mistake or it is intentional? 3. Using some external third-party documentations and examples, I enabled the debug messages and got error 19 when trying to use ` dhcpd_start wlan1` which I found means that wlan1 is not found to be started. ``` nsh> dhcpd_start wlan1 dhcpd_openlistener: ERROR: socket failed: 19 dhcpd_run: ERROR: Failed to create socket ``` Is there a way to enable `wlan1`? I tried looking ti -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org