]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_cli: Replace CONFIG_WPA_CLI_FORK design with eloop
authorJouni Malinen <j@w1.fi>
Sun, 14 Nov 2010 11:16:51 +0000 (13:16 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 14 Nov 2010 11:16:51 +0000 (13:16 +0200)
commitcd10156798ffa95abfc7758faed3caf0d61be052
tree1df8403499ac1268dcaadb6b6b2d3585875999ec
parent6f1c6549ed7e1827893b982ed225a9d0fb639967
wpa_cli: Replace CONFIG_WPA_CLI_FORK design with eloop

Instead of using a separate process to receive and print event
messages, use a single-process design with eloop to simply
wpa_cli and interaction with readline.
wpa_supplicant/Makefile
wpa_supplicant/wpa_cli.c