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

   Yes I have your commit.
   ```
   iotdev@iotdev:~/nuttxspace/nuttx$ git show 
5089c5d2fd446197b02c7367e444586aa4587d5e
   commit 5089c5d2fd446197b02c7367e444586aa4587d5e
   Author: Tiago Medicci Serrano <tiago.medi...@espressif.com>
   Date:   Mon Oct 3 17:42:25 2022 -0300
   
       esp32: fix wapi stack size on board examples
       
       Fix the error on issue 7193:
       (https://github.com/apache/incubator-nuttx/issues/7193)
   ```
   Yes I ran `make distclean` after pulling latest changes and then flashed.
   
   So I did this now
   ```
   $ make distclean
   $ ./tools/configure.sh esp32-devkitc:sta_softap
   $ make -j distclean && ./tools/configure.sh esp32-devkitc:sta_softap && make 
-j bootloader && make V=1 flash ESPTOOL_PORT=/dev/ttyUSB0 && minicom -D 
/dev/ttyUSB0
   ```
   ```
   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> 
   ```
   
   This time I did not get any errors when I tried with this, but the end 
behaviour is still the same. The AP with the given name gets created, but I 
cannot connect to it when the password I have specified `12345678`
   
   
   


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