Port wpa supplicant to RTEMS.

Add wpa_supplicant lib support and shell command support in RTEMS.
This commit is contained in:
Sichen Zhao
2017-10-12 20:16:07 +08:00
committed by Sebastian Huber
parent 9c9d11b481
commit 8f2267bbb9
12 changed files with 562 additions and 5 deletions

View File

@@ -39,6 +39,8 @@ extern rtems_shell_cmd_t rtems_shell_HOSTNAME_Command;
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_SYSCTL_Command;
extern rtems_shell_cmd_t rtems_shell_VMSTAT_Command;