Add os_exec() helper to run external programs
authorJouni Malinen <jouni@qca.qualcomm.com>
Mon, 6 Oct 2014 13:27:44 +0000 (16:27 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 9 Oct 2014 14:38:25 +0000 (17:38 +0300)
commit89de07a9442072f88d49869d8ecd8d42bae050a0
tree4e59fd0b9fad4370fa1fdc65814530e6a4341591
parent74ed673f33934569d00d376694a7e97bc187a529
Add os_exec() helper to run external programs

Signed-off-by: Jouni Malinen <jouni@qca.qualcomm.com>
src/utils/os.h
src/utils/os_unix.c
src/utils/os_win32.c