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

   
   > ```
   > nsh> ifconfig
   > wlan0   Link encap:Ethernet HWaddr 24:62:ab:d1:ef:30 at DOWN
   >         inet addr:0.0.0.0 DRaddr:0.0.0.0 Mask:0.0.0.0
   > 
   > wlan1   Link encap:Ethernet HWaddr 26:62:ab:d1:ef:30 at DOWN
   >         inet addr:0.0.0.0 DRaddr:0.0.0.0 Mask:0.0.0.0
   > 
   > nsh> dhcpd_start wlan1
   > nsh> ifconfig
   > wlan0   Link encap:Ethernet HWaddr 24:62:ab:d1:ef:30 at DOWN
   >         inet addr:0.0.0.0 DRaddr:0.0.0.0 Mask:0.0.0.0
   > 
   > wlan1   Link encap:Ethernet HWaddr 26:62:ab:d1:ef:30 at UP
   >         inet addr:10.0.0.1 DRaddr:10.0.0.1 Mask:255.255.255.0
   > 
   > nsh> wapi psk wlan1 12345678 3
   > nsh> wapi essid wlan1 mysoftap 1
   > nsh> 
   > ```
   
   Hi! I'm missing the `ifup wlan1` on your snippet. Did you run that command 
before those?
   
   I'm able to connect on Android and Linux (manjaro) and Windows. On WIndows 
it appeared first as a hidden network, but soon the name appeared as expected.


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