[PATCH 03/10] Add wpa_supplicant command in test suite.
Christian Mauderer
christian.mauderer at embedded-brains.de
Wed Nov 8 12:33:02 UTC 2017
From: Sichen Zhao <1473996754 at qq.com>
Add wpa supplicant command in media01.
---
testsuite/include/rtems/bsd/test/default-network-init.h | 3 ++-
testsuite/media01/test_main.c | 3 ++-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/testsuite/include/rtems/bsd/test/default-network-init.h b/testsuite/include/rtems/bsd/test/default-network-init.h
index 438c7bdecc8..c7aa5cd1f0e 100644
--- a/testsuite/include/rtems/bsd/test/default-network-init.h
+++ b/testsuite/include/rtems/bsd/test/default-network-init.h
@@ -365,7 +365,8 @@ Init(rtems_task_argument arg)
&rtems_shell_TCPDUMP_Command, \
&rtems_shell_SYSCTL_Command, \
&rtems_shell_VMSTAT_Command, \
- &rtems_shell_WLANSTATS_Command
+ &rtems_shell_WLANSTATS_Command, \
+ &rtems_shell_WPA_SUPPLICANT_Command
#define CONFIGURE_SHELL_COMMAND_CPUINFO
#define CONFIGURE_SHELL_COMMAND_CPUUSE
diff --git a/testsuite/media01/test_main.c b/testsuite/media01/test_main.c
index d09efd7cc55..c687e7fe0fb 100644
--- a/testsuite/media01/test_main.c
+++ b/testsuite/media01/test_main.c
@@ -209,7 +209,8 @@ early_initialization(void)
&rtems_shell_NETSTAT_Command, \
&rtems_shell_SYSCTL_Command, \
&rtems_shell_IFCONFIG_Command, \
- &rtems_shell_VMSTAT_Command
+ &rtems_shell_VMSTAT_Command, \
+ &rtems_shell_WPA_SUPPLICANT_Command
#define CONFIGURE_SHELL_COMMAND_CPUINFO
#define CONFIGURE_SHELL_COMMAND_CPUUSE
--
2.12.3
More information about the devel
mailing list