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

@@ -4278,6 +4278,7 @@ def usr_sbin_wpa_supplicant(mm):
[
'rtems/rtems-bsd-shell-wpa_supplicant.c',
'rtems/rtems-wpa_supplicant_mutex.c',
'rtems/rtems-bsd-shell-wpa_supplicant_fork.c',
],
mm.generator['source']()
)