]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_cli: Add tab completion function into the command table
authorJouni Malinen <j@w1.fi>
Sun, 26 Aug 2012 18:20:15 +0000 (21:20 +0300)
committerJouni Malinen <j@w1.fi>
Sun, 26 Aug 2012 20:35:07 +0000 (23:35 +0300)
commitb49039bda906461ccee57a41a9012d3df2c9e6bc
tree15da58e9a38f31a7e67bea9f8f9db8d20b321e1d
parent632c9458c484cc2b662879bb16e2d5571f78cf09
wpa_cli: Add tab completion function into the command table

Instead of using a separate list of commands, use the main command table
to assign tab completion functions. In addition, use the existing BSS
and P2P peer completions functions with the commands that use BSSID or
P2P Device address the first argument.

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