SrivamsiMalladi commented on issue #7193:
URL: 
https://github.com/apache/incubator-nuttx/issues/7193#issuecomment-1263348995

   Oh yea! With sta_softap configuration, I can now see wlan1 in ifconfig. I 
think this should be clearly mentioned in the documentation.
   >It is possible to use ESP32 as an Access Point (SoftAP). Actually there are 
some boards with a sta_softap which enables this support.
   
   I see this mentioned in the corresponding section, but I think it must be 
mentioned more clearly to avoid confusion.
   
   So then, I am able to run the following in nsh
   ```
   nsh> ifup wlan1
   ifup wlan1...OK
   nsh> dhcpd_start wlan1
   ```
   Soon after this command I am able to see nuttxap in the list of available 
Wi-Fi networks from my Ubuntu system. When I try setting the essid, I get the 
following error.
   ```
   nsh> wapi essid wlan1 abcdefg 1
   esp_wifi_softap_essid: Failed to set Wi-Fi config data ret=12299
   ioctl(SIOCSIWESSID): 1
   ERROR: Process command (essid) failed.
   ```
   
   What is it that I am missing again?


-- 
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

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to