]> git.ipfire.org Git - thirdparty/hostap.git/commit - wpa_supplicant/wpa_cli.c
wpa_cli: Allow global interface to be used in interactive mode
authorJouni Malinen <j@w1.fi>
Sat, 18 May 2013 08:40:23 +0000 (11:40 +0300)
committerJouni Malinen <j@w1.fi>
Sat, 18 May 2013 08:40:23 +0000 (11:40 +0300)
commit6fd5ceaf70ad32effea675c5f7dc0c76fc19cc23
treeee79cf9a8b1d35a781aab100f5bae4ae3db2c2d8
parent2925756575ae33b0137d5bd293482fade4f48e95
wpa_cli: Allow global interface to be used in interactive mode

This is mostly a corner case at this point, but if wpa_cli was started
with global control interface connection (-g) and interactive mode,
per-interface control interface was tried to be opened with the
previously opened global ctrl_iface connection gettign leaked.

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