]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_cli: Add option to use child process to receive events
authorJouni Malinen <j@w1.fi>
Sun, 14 Feb 2010 14:14:20 +0000 (16:14 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 14 Feb 2010 14:14:20 +0000 (16:14 +0200)
commitcbf78558838a5abd61473fcd45b8fdaf6108b22f
tree429b7ac821557e86dc1b96246191f6c5830e639d
parent25ac1328f61f28ff209a7ff3718612b17bdeb8f7
wpa_cli: Add option to use child process to receive events

CFLAGS += -DCONFIG_WPA_CLI_FORK=y in .config can be used to
configure wpa_cli build to make a version of wpa_cli that forks
a child process to receive event messages. This allows the events
to be shown immediately instead of having to wait for the next
periodic poll with PING.
wpa_supplicant/wpa_cli.c