]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wpa_cli.c
wpa_cli: Replace set command help with completion routine
authorJouni Malinen <j@w1.fi>
Sun, 5 May 2013 09:12:31 +0000 (12:12 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 5 May 2013 09:18:43 +0000 (12:18 +0300)
commit215658726f14d8ecb67b065180eb55fc8691f8d6
tree81567546c4d0f63b0498c90f4e7c2e6a38451eda
parentf1fb042cec8e57bb41d9e55911c6be52f10c8e53
wpa_cli: Replace set command help with completion routine

The old help text did not include most of the parameters and as such,
was not really helpful. Replace it with tab completion function that
includes more or less all available parameters.

Signed-hostap: Jouni Malinen <j@w1.fi>
wpa_supplicant/wpa_cli.c