You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2020/12/22 04:11:51 UTC

[GitHub] [incubator-nuttx-apps] yamt opened a new pull request #536: netinit: Make the default SSID and passphrase empty

yamt opened a new pull request #536:
URL: https://github.com/apache/incubator-nuttx-apps/pull/536


   ## Summary
   * It doesn't make much sense to have the default values for
     these highly environment-dependent settings.
   
   * netutils/netinit/netinit_associate.c calls wpa_driver_wext_associate
     if the SSID is not empty. Depending on the environment, it can take
     long to fail. It slows down the boot of some configurations
     considerably. eg. esp32-devkitc:wapi
   
   ## Impact
   
   ## Testing
   esp32-devkitc:wapi (with some local patches)
   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [incubator-nuttx-apps] xiaoxiang781216 merged pull request #536: netinit: Make the default SSID and passphrase empty

Posted by GitBox <gi...@apache.org>.
xiaoxiang781216 merged pull request #536:
URL: https://github.com/apache/incubator-nuttx-apps/pull/536


   


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

For queries about this service, please contact Infrastructure at:
users@infra.apache.org