Temporarily change DEFAULT.interface value while dis/connecting
commit9ef4d067ed783be70be4fcd6c2619c76b31a99d7
authorSean Robinson <seankrobinson@gmail.com>
Sat, 18 Jul 2009 20:04:13 +0000 (18 13:04 -0700)
committerSean Robinson <seankrobinson@gmail.com>
Sat, 18 Jul 2009 20:04:13 +0000 (18 13:04 -0700)
tree6918407e26ad8a2a06a8e80655371aeab35cdf68
parent4881ee2b495f49c05e2d71ba7c0f5798a2531379
Temporarily change DEFAULT.interface value while dis/connecting

Because sub-commands may use DEFAULT.interface as an interpolated
string while connecting and disconnecting, we temporarily set the
DEFAULT.interface value from get_network_device() so that the
value will not be "auto_detect".  If the connection process is
canceled by the user, DEFAULT.interface will be left as the
actual interface, not "auto_detect".

Signed-off-by: Sean Robinson <seankrobinson@gmail.com>
wifi-radar