acassis commented on issue #7193: URL: https://github.com/apache/incubator-nuttx/issues/7193#issuecomment-1259931740
@SrivamsiMalladi seems the issue is in your side. I tested here and everything is working fine: ``` From NuttX: 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 DOWN inet addr:0.0.0.0 DRaddr:0.0.0.0 Mask:0.0.0.0 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> From Linux connected to nuttxap: alan@dev:~$ ping 10.0.0.1 PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data. 64 bytes from 10.0.0.1: icmp_seq=1 ttl=64 time=3.08 ms 64 bytes from 10.0.0.1: icmp_seq=2 ttl=64 time=3.17 ms 64 bytes from 10.0.0.1: icmp_seq=3 ttl=64 time=3.09 ms 64 bytes from 10.0.0.1: icmp_seq=4 ttl=64 time=4.61 ms 64 bytes from 10.0.0.1: icmp_seq=5 ttl=64 time=2.96 ms 64 bytes from 10.0.0.1: icmp_seq=6 ttl=64 time=1.59 ms 64 bytes from 10.0.0.1: icmp_seq=7 ttl=64 time=8.23 ms 64 bytes from 10.0.0.1: icmp_seq=8 ttl=64 time=1.44 ms 64 bytes from 10.0.0.1: icmp_seq=9 ttl=64 time=1.44 ms ``` -- 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