You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2022/06/17 08:44:06 UTC

[incubator-nuttx-apps] branch master updated: wapi/utils: add SIOCGIWSENS into string name list

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 92c001bbc wapi/utils: add SIOCGIWSENS into string name list
92c001bbc is described below

commit 92c001bbc0f695d404e40aa83b3a906b6ac5f4a9
Author: chao.an <an...@xiaomi.com>
AuthorDate: Fri Jun 17 15:26:40 2022 +0800

    wapi/utils: add SIOCGIWSENS into string name list
    
    Signed-off-by: chao.an <an...@xiaomi.com>
---
 wireless/wapi/src/util.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/wireless/wapi/src/util.c b/wireless/wapi/src/util.c
index f5784f145..10935a588 100644
--- a/wireless/wapi/src/util.c
+++ b/wireless/wapi/src/util.c
@@ -256,6 +256,9 @@ FAR const char *wapi_ioctl_command_name(int cmd)
     case SIOCSIWMODE:
       return "SIOCSIWMODE";
 
+    case SIOCGIWSENS:
+      return "SIOCGIWSENS";
+
     case SIOCSIWRATE:
       return "SIOCSIWRATE";