You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/10/01 19:20:44 UTC

[GitHub] [incubator-nuttx] acassis commented on issue #7193: Missing SoftAP documentation or feature for ESP32

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

   Did you try this way?
   ```
   nsh> ifup wlan1
   ifup wlan1...OK
   nsh> dhcpd_start wlan1
   nsh> wapi psk wlan0 mypasswd 1
   nsh> wapi essid wlan1 nuttxap 1
   nsh> ifconfig
   wlan0   Link encap:Ethernet HWaddr ac:67:b2:53:8b:ec at DOWN
           inet addr:0.0.0.0 DRaddr:0.0.0.0 Mask:0.0.0.0
   
   wlan1   Link encap:Ethernet HWaddr ae:67:b2:53:8b:ec at UP
           inet addr:10.0.0.1 DRaddr:10.0.0.1 Mask:255.255.255.0
   
   nsh>
   ```
   


-- 
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-unsubscribe@nuttx.apache.org

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