]> git.ipfire.org Git - thirdparty/hostap.git/commit
wpa_cli: Support tab completion with ifname= prefix
authorJouni Malinen <j@w1.fi>
Thu, 23 May 2013 17:35:02 +0000 (20:35 +0300)
committerJouni Malinen <j@w1.fi>
Thu, 23 May 2013 17:35:02 +0000 (20:35 +0300)
commit376204934db44d45f798bdde4db005bc88d666f0
tree5018d85e5612bc19c2b2feed2be04422e3be65b8
parent13b11ba70260d99de5015e06142b6168d645c169
wpa_cli: Support tab completion with ifname= prefix

Enable tab completion for the cases where ifname= prefix is used in
interactive mode by skipping over that prefix before running through the
per-command completion routines. The ifname= prefix itself is also
covered by adding the possible interface names to the command list.

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