Add wpa_supplicant_fork command.

Add fork command for wpa supplicant to start a new task.
This commit is contained in:
Sichen Zhao
2017-10-12 20:16:09 +08:00
committed by Sebastian Huber
parent 0aa7e63205
commit ce2262ee28
7 changed files with 109 additions and 1 deletions

View File

@@ -41,6 +41,8 @@ extern rtems_shell_cmd_t rtems_shell_TCPDUMP_Command;
extern rtems_shell_cmd_t rtems_shell_WPA_SUPPLICANT_Command;
extern rtems_shell_cmd_t rtems_shell_WPA_SUPPLICANT_FORK_Command;
extern rtems_shell_cmd_t rtems_shell_SYSCTL_Command;
extern rtems_shell_cmd_t rtems_shell_VMSTAT_Command;