Ouss4 commented on a change in pull request #98: netutils: add support to save 
wapi config to file system
URL: 
https://github.com/apache/incubator-nuttx-apps/pull/98#discussion_r383844348
 
 

 ##########
 File path: include/wireless/wapi.h
 ##########
 @@ -95,6 +95,12 @@
 # define SOCK_WAPI SOCK_STREAM
 #endif
 
+#ifndef CONFIG_WIRELESS_WAPI_INITCONF
+#define wapi_load_config(ifname, confname, conf) NULL
+#define wapi_unload_config(load)
+#define wapi_save_config(ifname, confname, conf) 0
 
 Review comment:
   ```suggestion
   #  define wapi_save_config(ifname, confname, conf) 0
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to