summaryrefslogtreecommitdiff
path: root/client/dbus_helpers.c
AgeCommit message (Collapse)AuthorFilesLines
2021-01-04Imported Upstream connman version 1.38Niraj Kumar Goit1-2/+31
Change-Id: I9e650762f3b2b2a31945b66e044e67a77e3b4b12 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2018-08-24[connman] Added Tizen Wi-Fi Meshsubmit/tizen/20180824.072908Nishant Chaprana1-0/+49
Change-Id: Iec2ec99fb7d4fc6d9c0539e5a9e7c903e1969580 Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
2018-01-23Updated connman to version 1.35Seonah Moon1-0/+8
Change-Id: I13526fbf80296a79be15548fc226a308941ac9ec Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2018-01-08Imported Upstream version 1.35upstream/1.35Seonah Moon1-0/+8
Change-Id: I174854914d9fd06a813270b57d1f7bc2bac63c6a Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2015-08-07Base Code merged to SPIN 2.4submit/tizen/20150810.034432hyunuktak1-0/+0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com> Change-Id: I84a42375b5c59739e4caca1f726699ea7647ef17
2014-10-29Imported Upstream version 1.26upstream/1.26Zhang zhengguang1-1/+4
2014-07-17Imported Upstream version 1.24upstream/1.24Zhang zhengguang1-17/+81
2013-06-13client: Fix DBUS_TYPE_UINT16 pretty-printingPatrik Flykt1-0/+5
The previous pretty-printing fix causes another change to be made for DBUS_TYPE_UINT16.
2013-06-07client: Pretty-print D-Bus signed integersPatrik Flykt1-1/+7
To keep it more logical, rename the unsigned variable in the code.
2013-06-07client: Add parameter to specify D-Bus service for method callPatrik Flykt1-6/+6
2013-05-03client: Enable method call return to exit or continue runningPatrik Flykt1-2/+3
Enable a client method call return function to exit or continue running when in non-interactive mode. When a connmanctl_dbus_method_return_func_t returns -EINPROGRESS in non-interactive mode, the command line client is kept running even after the method call has been processed. The command line client needs to keep running after a successful Agent registration in order to process Agent method calls. Also enabling tethering in non-interactive mode needs the client executing until SSID, passphrase and tethering mode have been set.
2013-05-03client: Make dbus helper function variable const char *Patrik Flykt1-2/+2
2013-04-30client: Fix up wrongly included typedefPatrik Flykt1-4/+7
2013-04-04client: Add support functions for setting propertiesPatrik Flykt1-16/+190
Add support functions for setting basic, dictionary and array properties.
2013-04-04client: Add calls to save and redraw input promptPatrik Flykt1-0/+7
2013-04-04client: Add connmanctl D-Bus helper functionsPatrik Flykt1-0/+193
Add helper functions for pretty-printing D-Bus messages and making a method call.