]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_cli: Split wpa_cli_interactive() into two versions
authorJouni Malinen <j@w1.fi>
Sun, 14 Nov 2010 09:30:19 +0000 (11:30 +0200)
committerJouni Malinen <j@w1.fi>
Sun, 14 Nov 2010 09:30:19 +0000 (11:30 +0200)
commit6f1c6549ed7e1827893b982ed225a9d0fb639967
treeb6bf974f6bf5c75d666883379e80e6bbe958a194
parent644fb8c8a0c62d9292cddeae92ff5802b2054fe5
wpa_cli: Split wpa_cli_interactive() into two versions

Instead of multiple #ifdef blocks for readline within the function,
use two copies of the functions, one for readline, one without any
readline functionality.
wpa_supplicant/wpa_cli.c