maxikrie opened a new issue, #17827: URL: https://github.com/apache/nuttx/issues/17827
### Description / Steps to reproduce the issue 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` ### On which OS does this issue occur? [OS: Linux] ### What is the version of your OS? Debian 12 ### NuttX Version 12.10.0 ### Issue Architecture [Arch: xtensa] ### Issue Area [Area: Applications] ### Host information esptool.py v4.10.0 ### Verification - [x] I have verified before submitting the report. -- 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]
