xiaoxiang781216 commented on code in PR #3315:
URL: https://github.com/apache/nuttx-apps/pull/3315#discussion_r2686641281


##########
netutils/netinit/netinit.c:
##########
@@ -296,7 +299,15 @@ static void netinit_set_macaddr(void)
 
   /* Many embedded network interfaces must have a software assigned MAC */
 
-#if defined(CONFIG_NETINIT_UIDMAC)
+#if defined(CONFIG_NETINIT_WIFIMAC)
+  #define BOARDIOC_USER_MAC_WIFI (BOARDIOC_USER + 3)

Review Comment:
   let's define a offical boar ioctl to expose the mac address, @13627105546 



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

Reply via email to