client: Add support for tethering
authorPatrik Flykt <patrik.flykt@linux.intel.com>
Thu, 18 Apr 2013 06:39:17 +0000 (09:39 +0300)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Tue, 23 Apr 2013 09:35:02 +0000 (12:35 +0300)
commit711ae36e115e74d2f0c694718708ff3b84bc28c4
tree60d549528120d9cf6166dfcb14576f6a7828bda8
parente2edf5f232d1c4abb3ea3b57c070184cef666da6
client: Add support for tethering

Add tethering support. For WiFi also set the SSID and passphrase if they
have been specified on the command line. Check that setting both SSID and
passphrase succeed before trying to enable tethering.

After successfully setting SSID and passphrase for WiFi, use the boolean
value parsing helper function return value to decide whether WiFi tethering
is to be enabled, disabled or not modified.

Fixes BMC#25886
client/commands.c