]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_cli: Fix tab completion
authorJouni Malinen <jouni@qca.qualcomm.com>
Tue, 28 Aug 2012 14:25:09 +0000 (17:25 +0300)
committerJouni Malinen <j@w1.fi>
Tue, 28 Aug 2012 14:25:09 +0000 (17:25 +0300)
commite4f6873ccebaf8653c9ca254a229097b9d7b6fe6
tree50823aec1a7091a828c89510736a50401706ec7f
parent4d5bda5fca79c221f7714ffb85114d7b6bf4f9ff
wpa_cli: Fix tab completion

Commit b49039bda906461ccee57a41a9012d3df2c9e6bc redesigned tab
completion, but added the new call to completion functions into wrong
location. This needs to be done within the loop to find the correct
completion function.

Signed-hostap: Jouni Malinen <jouni@qca.qualcomm.com>
wpa_supplicant/wpa_cli.c