maxikrie commented on issue #17736: URL: https://github.com/apache/nuttx/issues/17736#issuecomment-3736006634
@acassis @eren-terzioglu @fdcavalcanti I am having the same issue with nuttx-12.12.0 on the esp32-devkitc. Following the description, after `nsh> wapi psk wlan0 mypasswd 3` `nsh> wapi essid wlan0 myssid 1` the command `nsh> renew wlan0` returns `ERROR: netlib_obtain_ipv4addr() failed` When adding the following to the configuration `CONFIG_NETINIT_DHCPC=y` `CONFIG_NETINIT_WAPI_PASSPHRASE="mypasswd"` `CONFIG_NETINIT_WAPI_SSID="myssid"` the board receives an IP address as expected. However, it shows the same issue after `nsh> ifdown wlan0` `ifdown wlan0...OK` `nsh> ifup wlan0` `ifup wlan0...OK` `nsh> renew wlan0` `ERROR: netlib_obtain_ipv4addr() failed` -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
