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 2022/08/02 15:17:20 UTC

[GitHub] [incubator-nuttx-apps] xiaoxiang781216 commented on a diff in pull request #1245: Use thread-safe ntoa functions

xiaoxiang781216 commented on code in PR #1245:
URL: https://github.com/apache/incubator-nuttx-apps/pull/1245#discussion_r935725416


##########
wireless/wapi/src/wapi.c:
##########
@@ -913,6 +914,7 @@ static int wapi_reconnect_cmd(int sock, int argc, FAR char **argv)
 static int wapi_save_config_cmd(int sock, int argc, FAR char **argv)
 {
   char essid[WAPI_ESSID_MAX_SIZE + 1];
+  char bssid[INET_ADDRSTRLEN];

Review Comment:
   WiFi use the same MAC as Ethernet



-- 
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-unsubscribe@nuttx.apache.org

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