summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
hyunuktak [Tue, 15 Mar 2016 06:24:27 +0000 (15:24 +0900)]
Removed TZ_USER_DATA and some patch
Change-Id: Ifcddf015ff8f468dbea1ebfe8c5175d8c896a039
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Wed, 9 Mar 2016 05:33:37 +0000 (14:33 +0900)]
Modified directory path by tizen platform config
Change-Id: Ibbb12a15d0ac3daa61b8b7b8d581d0566b66a9e4
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Tue, 8 Mar 2016 02:52:24 +0000 (11:52 +0900)]
Fixed some svace
Tizen 3.0 TV prebeta
34434
34438
Change-Id: Ib014e3d948e13c8092e65fa3da1ee12272c4341b
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Wed, 2 Mar 2016 10:17:57 +0000 (19:17 +0900)]
Fixed a svace for 27988
Change-Id: I0183d69545e9d98e2980b8d8ff3634704278f0e0
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
taesub kim [Fri, 26 Feb 2016 08:56:39 +0000 (00:56 -0800)]
Merge "[wifi-tdls]: Remove extra structure" into tizen
hyunuktak [Wed, 24 Feb 2016 04:52:02 +0000 (13:52 +0900)]
Add Broadcasting on network status with system event
Change-Id: I21c888bbdb409385b94fbdd0d99835fe156844b7
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Maneesh Jain [Mon, 22 Feb 2016 05:07:15 +0000 (10:37 +0530)]
[wifi-tdls]: Remove extra structure
Change-Id: Ia969c09f3897e939fad9dd842888a3d0bf7d3685
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Seonah Moon [Mon, 22 Feb 2016 04:51:57 +0000 (13:51 +0900)]
Change the env file name for tizen 3.0 emulator
Change-Id: I6e9e1efefb0788600121b7e2b05600b920b2b9a7
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Maneesh Jain [Thu, 11 Feb 2016 11:20:04 +0000 (16:50 +0530)]
[wifi-tdls]: Fixed Memory Leak issue
Description:g_variant_print() return
a newly-allocated string holding the result. It was not getting free.
As this is only informative log, so no more required.
Change-Id: Ia9de2609f18d96dddf146ff4978e53b9198ad883
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
hyunuktak [Thu, 28 Jan 2016 02:50:21 +0000 (11:50 +0900)]
Modified to get wifi state
Change-Id: I33ce465db09015d4b897b37c2254924f9f04c1cd
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
taesub kim [Fri, 22 Jan 2016 01:06:17 +0000 (17:06 -0800)]
Merge "[net-config] Pointer is passed to g_free() after the memory was deallocated" into tizen
Niraj Kumar Goit [Wed, 20 Jan 2016 11:39:34 +0000 (17:09 +0530)]
[net-config] Pointer is passed to g_free() after the memory was deallocated
In handle_set_field() function, pointer is passed to a g_free() after the
referenced memory was deallocated. Members of structure netconfig_wifi_agent was
cleared and reinitialized in __netconfig_agent_clear_fields.
Change-Id: I5d506c10e51507383ae4d331cd88a967d64dd259
Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
Saurav Babu [Tue, 19 Jan 2016 04:56:40 +0000 (10:26 +0530)]
[net-config] Notify WiFi Connect failure to libnet-client
Sometimes connman may fail to start WiFi connection, this failure should be
notified to libnet-client so that it can clear its connection flags.
This patch sends a new signal WiFiConnectFail when failure is received
from connman at the time of starting WiFi connection.
Change-Id: I17ec729647ddcd0a045fb3571c4863e4c63fdf58
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Saurav Babu [Tue, 19 Jan 2016 04:14:26 +0000 (09:44 +0530)]
[net-config] Add reference to gdbus connection
When notify_func of g_dbus_connection_call() is called then gdbus
connection is unref'd. This patch adds a reference to gdbus connection
when notify_func of g_dbus_connection_call() is not NULL.
Change-Id: I1acd3db727ace790bde3a6e438bbc102541da2c7
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Saurav Babu [Wed, 13 Jan 2016 12:03:02 +0000 (17:33 +0530)]
[net-config] Add support of connman's ServicesChanged signal
Connman doesn't notify PropertyChanged signal if Property chage occurs
within 100ms, instead it notifies all the Properties Changed in one
signal ServicesChanged. Due to this functionality in connman if ethernet
cable was plugged out and then plugged back in then ready state of
connman was not sent to net-config as sometimes connman state from
configuration to ready is changed in around 50ms.
This patch adds support of Connman's ServicesChanged signal in
net-config. net-config updates default connection info on receiving
ServicesChanged signal if there are no default connection available in
net-config at that time.
Change-Id: I8bfa03149c7db7ca1b8c0a7f3394b77b68b8b4fe
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Maneesh Jain [Sun, 10 Jan 2016 13:35:34 +0000 (08:35 -0500)]
[net-config]: Fixed warning issue
Description: Remove following static functions, not required
anymore by net-config
a. _start_supplicant()
b. _stop_supplicant()
Change-Id: Ie92cae31ff39e0ed0fbb89248a3239fadd140b5f
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Seonah Moon [Mon, 28 Dec 2015 04:48:08 +0000 (13:48 +0900)]
[WGID-11058] Fix the Svace issue
Change-Id: I81fe0d6f3d1389163da1cf42b10672f2a2f302c6
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Jaehyun Kim [Thu, 24 Dec 2015 08:29:03 +0000 (00:29 -0800)]
Merge "[ACR]Add new APIs for TDLS" into tizen
taesub.kim [Mon, 21 Dec 2015 12:49:38 +0000 (21:49 +0900)]
Added buildrequires (sqlite3)
Change-Id: Ia8cdf27c46d761a906285efa4401278be6e1eb17
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
hyunuktak [Wed, 16 Dec 2015 07:33:18 +0000 (16:33 +0900)]
Modify how to get mac address on tv profile
Change-Id: I34ece771ac2af554fb184c8c223d568d6c224c09
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Wed, 16 Dec 2015 06:33:53 +0000 (15:33 +0900)]
Add state object for ethernet cable state
Change-Id: I0f28fcc290285472797107369d4b646b16ffc3f3
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Wed, 16 Dec 2015 04:49:12 +0000 (13:49 +0900)]
[ACR]Add new APIs for TDLS
Change-Id: I4679c45379e0da8069bf1bed0be5f605583be4ff
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Mon, 14 Dec 2015 00:31:24 +0000 (09:31 +0900)]
Fix a prevent for VD-Critical #2
Change-Id: I3548d76be52fefb702a79ab861d12de3c10170fb
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Fri, 11 Dec 2015 06:09:37 +0000 (15:09 +0900)]
Fix some prevents for VD-Critical
Change-Id: I0fcf138f97bccf8b9e62f45e905112a7829c1299
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Seonah Moon [Fri, 4 Dec 2015 05:00:38 +0000 (14:00 +0900)]
Apply ASLR Flag
Change-Id: I7798af04a09e342ec7a755d878fa79a71858c585
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Seonah Moon [Tue, 10 Nov 2015 01:13:28 +0000 (10:13 +0900)]
Add aul dependency and Use syspopup API to lauch syspopup app
Change-Id: Id6dbe77c8405df4a17c0c1b843058905d3d73da6
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
Nishant Chaprana [Thu, 8 Oct 2015 10:07:07 +0000 (15:37 +0530)]
[Fix]Wi-Fi Auto Activation Issue
Description: This patch fixes Auto activation issue of wifi
for common profile. The telephony check in wifi-power.c
was skipping wifi auto activation, due to which wifi was
not actiated at restart and AP was not connected.
It also disables TIZEN_TELEPHONY_ENABLE for TV profile.
Change-Id: I53f510e87cb48bac9d1fe751db459dc6cc8eb978
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Niraj [Thu, 29 Oct 2015 06:01:09 +0000 (11:31 +0530)]
[Fix] Ethernet Cable attach/detach signal issue.
Description: This patch fix the ethernet cable attach/detach
signal issue. The gdbus signature of EthernetCableState signal
sent by net-config was not recognized by dbus-daemon, due to which
ethernet cable attach/detach pop-up not appeared on UI.
Change-Id: Ia45d136aa68896837f24601298a6aa2561fb6005
Signed-off-by: Niraj <niraj.g@samsung.com>
Seonah Moon [Wed, 28 Oct 2015 07:55:09 +0000 (16:55 +0900)]
Remove vconftool command to use buxton key
Change-Id: Ia744fb0da38457b248c682003af36cf30a4f55df
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
taesub.kim [Mon, 5 Oct 2015 08:10:35 +0000 (17:10 +0900)]
Sync with Tizen 2.4(v1.1.38)
Change-Id: Icfc3ff487dedf07782b11c12fd1484d5e3088c90
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
hyunuktak [Wed, 30 Sep 2015 10:41:03 +0000 (19:41 +0900)]
Add the dbus rule to conf file for ethernet cable state
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I89e304403d0f24c0c8195ce86ec507a97eb664cb
Yu Jiung [Wed, 30 Sep 2015 09:30:02 +0000 (18:30 +0900)]
[net-config]Modify the wrong privilege for LaunchDirect method
Change-Id: Ic1902cf693d6c3b8e916ec8c353ed20aa6dc8f20
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
hyunuktak [Wed, 23 Sep 2015 08:33:48 +0000 (17:33 +0900)]
Fix the configuration for cynara
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I0741e651710ae961241b9cfdb32f7f3e74d59e50
hyunuktak [Fri, 11 Sep 2015 04:06:33 +0000 (13:06 +0900)]
Fix the feature name for TELEPHONY
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: Ie297eec57c00e94cfcff75410628b786879a1a4d
hyunuktak [Wed, 9 Sep 2015 07:07:49 +0000 (16:07 +0900)]
Apply cynara security checks on DBUS method
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I050918085c1580124eb5699b5d91a7641bc7df24
Nishant Chaprana [Tue, 8 Sep 2015 12:49:03 +0000 (18:19 +0530)]
[Fix] EthernetCableState not implemented on net.netconfig.network
Description: This patch fixes the dbus error
"EthernetCableState not implemented on net.netconfig.network"
Change-Id: I74eaf1f14685c17be0f771bfd64de51258324bf4
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Lukasz Wojciechowski [Fri, 15 May 2015 07:49:48 +0000 (09:49 +0200)]
Apply cynara security checks on DBUS interface
Configured access:
* full access for root user
* cynara checks in all other cases:
* allinterfaces of net.netconfig needs "http://tizen.org/privilege/network.set"
* with exception for Get* methods on net.netconfig.network_statistics interface for which
"http://tizen.org/privilege/network.get" is enough.
Change-Id: I7ca8551afaddad32c79e8fa05c06f6bc74b40705
Nishant Chaprana [Fri, 21 Aug 2015 08:32:02 +0000 (14:02 +0530)]
Fixed Tizen Profile Build Flags and updated WLAN_P2P_IFACE_NAME value
Description: The profile build flags were wrong and were not
building according to the profile type.
Also WLAN_P2P_IFACE_NAME value is updated for Tizen TV
profile and other profiles.
Change-Id: I96c1be7a283de91d85e3b77707f45a0ff1350017
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Nishant Chaprana [Wed, 19 Aug 2015 13:00:11 +0000 (18:30 +0530)]
Enabling p2p0 interface and not enabling wlan0
Change-Id: I260e4df7d4d6f2f21e4b8931307fc0a890e4da21
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
Nishant Chaprana [Wed, 19 Aug 2015 11:41:26 +0000 (17:11 +0530)]
Added dbus permission for "net.netconfig.wifi.Firmware" Interface
Change-Id: I214524e126e6c481e77f1e938a5291711fbafa0e
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
hyunuktak [Wed, 19 Aug 2015 07:26:40 +0000 (16:26 +0900)]
Change the dbspace path for wifi_offload
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: If74fa4f0208cb6bd2af030681f926e868e5c2ffc
Yu Jiung [Tue, 18 Aug 2015 07:26:54 +0000 (16:26 +0900)]
[net-config]Add configuration file for DBus access
Change-Id: I658471b4e377d6fd9098c1139d650595f5569675
hyunuktak [Tue, 18 Aug 2015 01:49:43 +0000 (10:49 +0900)]
Change the manifest file
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: Iaa550c083478ddeeaa2f9fb6f851b25c35575306
hyunuktak [Mon, 10 Aug 2015 07:06:16 +0000 (16:06 +0900)]
Remove the buildrequire for model-build-features
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: Ib5ccd92e44b4cbc172dabec38252658c3471b18c
hyunuktak [Fri, 7 Aug 2015 08:09:40 +0000 (17:09 +0900)]
Base Code merged to SPIN 2.4
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: If71721e3e9061aaa940442fa422dcd95ab18cd86
Maneesh Jain [Wed, 29 Jul 2015 11:38:40 +0000 (17:08 +0530)]
[net-config]: Fix WiFi Activation issue
Description: wpas v2.4 does not start using service file.
Due to this reason, wifi was not getting activated.
This patch start the wpa supplicant while activating
the wifi.
Change-Id: I33ac84d5f3956130d31779bc06dc3bb699526e45
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Maneesh Jain [Wed, 15 Jul 2015 13:19:37 +0000 (18:49 +0530)]
[net-config]: Fix build warning error
Change-Id: I534c32834c1ce4b227abbd0820f08b6bee82abb7
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Maneesh Jain [Fri, 10 Jul 2015 07:00:12 +0000 (12:30 +0530)]
Add support of Firmware "Start/Stop" DBus Method
This patch allows the P2P framework to control
the P2P interface using these two method.
1. "Start" Method: Up the P2P Interface
2. "Stop" Method : Down the P2P interface
Change-Id: If95adc2f5a1b4cc6e7c19cc7304f3ead55e7b18f
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Yu Jiung [Sat, 20 Jun 2015 04:31:49 +0000 (13:31 +0900)]
[net-config]Replace libwifi-direct with capi-network-wifi-direct
Change-Id: I828c77128cdb3eda3e40232f3c8d281cd26fe43c
Signed-off-by: Yu jiung <jiung.yu@samsung.com>
Nishant Chaprana [Tue, 2 Jun 2015 12:11:00 +0000 (17:41 +0530)]
[Corrected] debug print in get ethernet cable state API
Description: This patch fixes the debug print in EthernetCableState
API. Earlier the value of pointer was not printed, pointer's memory
address was printed.
Change-Id: I713171ed4a69a2eece32f0ab13df88d0c1f32827
Signed-off-by: Nishant Chaprana <n.chaprana@samsung.com>
taesub.kim [Wed, 27 May 2015 08:52:27 +0000 (17:52 +0900)]
Add support for ipv6
Change-Id: Id54b62f84f86c902097d042d56b31f4a2cdb4d96
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Wed, 27 May 2015 00:33:06 +0000 (09:33 +0900)]
Add API(ethernet cable state)
Change-Id: Idca74e003d61c7163b0cf1dfd11b764555e404ae
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
José Bollo [Fri, 28 Nov 2014 10:23:40 +0000 (11:23 +0100)]
Adding dependency to vconf-setup.service
It is required that vconf-setup is achieved
before to start this net-config service.
Change-Id: I79e13779e4ccfea4e509a078c398ac7815f2b286
Signed-off-by: José Bollo <jose.bollo@open.eurogiciel.org>
Christophe Moreau [Mon, 15 Sep 2014 15:11:11 +0000 (17:11 +0200)]
Remove syspopup
Tizen 3 should use a popup system that is not depends on a graphical toolkit
Bug-Tizen: TC-1476
Change-Id: I080d54d967f7e7a5f6508dfb461eaefde68f3644
Signed-off-by: Christophe Moreau <christophe.moreau@open.eurogiciel.org>
taesubkim [Thu, 10 Apr 2014 02:24:44 +0000 (11:24 +0900)]
HS20: Enable to set/get Wi-Fi passpoint option
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Change-Id: I9824a24d4ecea48af7ad8f9cd510ebde97e7ae24
Zhang zhengguang [Fri, 21 Mar 2014 07:17:31 +0000 (15:17 +0800)]
Remove unused resolv.conf
ConnMan will copy a resolv.conf file to /etc which is used
for DNS resolution, it doesn't need for net-config to copy
another resolv.conf to /opt/etc, which is confusing and not
necessary, so remove it from the net-config package.
Change-Id: If924ebf9790b8992ff1fb21fbf37a73e4815ba48
Signed-off-by: Zhang zhengguang <zhengguang.zhang@intel.com>
Ronan Le Martret [Fri, 6 Dec 2013 14:42:04 +0000 (15:42 +0100)]
Use systemd's %{_unitdir} macro to create directory
Fix DEVT-129
Change-Id: Ifffd4164c5e50420300fb4ef411e47d892f0610f
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
zhang zhengguang [Thu, 9 Jan 2014 05:32:09 +0000 (21:32 -0800)]
Merge "Read MAC address using ioctl if .mac.info file doesn't exist" into tizen
zhang zhengguang [Thu, 9 Jan 2014 05:31:11 +0000 (21:31 -0800)]
Merge "Bug fixing: net-config crash after system reboot" into tizen
taesub.kim [Mon, 2 Dec 2013 02:48:00 +0000 (11:48 +0900)]
net-config - init scripts removal
Change-Id: I94c9803c5be3d1d61887c1c464bcda83ab8a7a00
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Kalle Lampila [Wed, 20 Mar 2013 13:30:09 +0000 (15:30 +0200)]
Read MAC address using ioctl if .mac.info file doesn't exist
Only some of kernel drivers write MAC to /opt/etc/.mac.info,
so add alternative way to get MAC using ioctl.
Signed-off-by: Kalle Lampila <kalle.lampila@ixonos.com>
Change-Id: I5824f10f20386be86106a61bce1f1fa7f141a432
Wu Jiangbo [Tue, 5 Nov 2013 06:24:58 +0000 (14:24 +0800)]
Bug fixing: net-config crash after system reboot
Root cause:
When device powers off, g_slist_free_full() uses a NULL pointer
as destroy function, which leads to net-config crash.
Solution:
Use function g_slist_free() to replace g_slist_free_full()
to free the list when net-config exits.
Change-Id: Ia9d5d6920b537fe8337a319fbd048167d244284e
Chengyi Zhao [Fri, 3 Jan 2014 04:45:46 +0000 (12:45 +0800)]
Make WIFI driver loading mechanism configurable
Currently, on Samsung platform, it loads WIFI driver dynamically,
but on Intel platform, WIFI driver is loaded when system boots up.
So it needs to make the WIFI driver loading mechanism configurable
to adapt both Samsung and Intel platform.
Use the existing macro definition "EMBEDDED_TARGET" to fix this issue.
Change-Id: Iddccfc411f79284232f9d10b971ac6cd28ae75ca
Signed-off-by: Chengyi Zhao <chengyi1.zhao@archermind.com>
taesub.kim [Mon, 30 Dec 2013 10:04:06 +0000 (02:04 -0800)]
Merge "Add SIGTERM signal handling" into tizen
taesub.kim [Mon, 30 Dec 2013 10:03:52 +0000 (02:03 -0800)]
Merge "Add support for systemd" into tizen
taesub.kim [Mon, 30 Dec 2013 10:03:45 +0000 (02:03 -0800)]
Merge "Check already powered during Wi-Fi enable/disable" into tizen
taesub.kim [Mon, 30 Dec 2013 10:03:38 +0000 (02:03 -0800)]
Merge "Handle flight mode changing after wifi on/off" into tizen
taesub.kim [Mon, 30 Dec 2013 10:03:30 +0000 (02:03 -0800)]
Merge "Remove unuseful code" into tizen
taesub.kim [Mon, 30 Dec 2013 10:03:22 +0000 (02:03 -0800)]
Merge "Add support for WPS(PBC & PIN) type connection in agent" into tizen
taesub.kim [Mon, 30 Dec 2013 10:03:13 +0000 (02:03 -0800)]
Merge "Add Wi-Fi state tx/rx transfer" into tizen
taesub.kim [Mon, 2 Dec 2013 01:39:23 +0000 (10:39 +0900)]
Add SIGTERM signal handling
Change-Id: Id9c235cf5f9718a05467e4286d0dd37a05d703ae
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Mon, 2 Dec 2013 01:33:07 +0000 (10:33 +0900)]
Add support for systemd
The Following changes have been implemented:
1. --nofork - a new call parameter has been added to disable start service as clasic unix daemon
2. sending notyfication to systemd by calling sd_notify()
Change-Id: I4f66775880e4f5c047c7b07d1a6590af23fb573b
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Mon, 2 Dec 2013 00:17:20 +0000 (09:17 +0900)]
Check already powered during Wi-Fi enable/disable
Change-Id: I575fb8de454905341d74d99273b3e0fd54bffefa
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Mon, 2 Dec 2013 00:03:11 +0000 (09:03 +0900)]
Handle flight mode changing after wifi on/off
Change-Id: I1c2de163b12a2e8315dc11b6e07d2666ea52e7bc
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Sun, 1 Dec 2013 23:41:48 +0000 (08:41 +0900)]
Remove unuseful code
Change-Id: Id000eef2109b2b6e7e2f3f7858832629c9c8dfc1
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Fri, 29 Nov 2013 07:51:08 +0000 (16:51 +0900)]
Add support for WPS(PBC & PIN) type connection in agent
Change-Id: I5bace09f2cba57350a7800004f5680459b3fb961
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Fri, 29 Nov 2013 07:23:24 +0000 (16:23 +0900)]
Add Wi-Fi state tx/rx transfer
Change-Id: I937b1653ab596d0758f2ae75296665c5d82e8975
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Baptiste DURAND [Wed, 27 Nov 2013 14:24:17 +0000 (15:24 +0100)]
Fix TIVI-2227 : Move script in the correct directory.
- Systemd indicate net-config script as disabled because it is not in the correct path
- Fix Licence name
- Use unitdir macro
Change-Id: I1ed08179bf3c646010e08f1cdf0275720645fee8
Signed-off-by: Baptiste DURAND <baptiste.durand@eurogiciel.fr>
Chengwei Yang [Thu, 17 Oct 2013 09:39:35 +0000 (17:39 +0800)]
Install .service files into dbus system service directory
All these three services are system-wide dbus services, which should be
installed into dbus system services directory.
Bug: https://bugs.tizen.org/jira/browse/PTREL-124
Change-Id: Id14d361fc6d1952992da70ab17eb304c9530a2bb
Signed-off-by: Chengwei Yang <chengwei.yang@intel.com>
Liu, Guoqiang [Sun, 7 Apr 2013 02:17:25 +0000 (10:17 +0800)]
Tethering: Do not show device picker UI when turning on Wi-Fi tethering
Two signals received when turning on Wi-Fi tethering:
"Powered on" and "Tethering on", do not show device picker UI
when received the Wi-Fi "Powered on" signal in this case.
Signed-off-by: Liu, Guoqiang <guoqiangx.liu@intel.com>
Liu, Guoqiang [Mon, 1 Apr 2013 07:35:59 +0000 (15:35 +0800)]
Tethering: Do not trigger scan event when turning on Wi-Fi tethering
Two signals received when turning on Wi-Fi tethering:
"Powered on" and "Tethering on", do not trigger scan event
when received the Wi-Fi "Powered on" signal in this case.
Signed-off-by: Liu, Guoqiang <guoqiangx.liu@intel.com>
Liu, Guoqiang [Mon, 1 Apr 2013 06:10:26 +0000 (14:10 +0800)]
Tethering: Update Wi-Fi station state when tethering on/off
Wi-Fi station state should update when turning on/off Wi-Fi tethering:
tethering on, Wi-Fi station state should be off, tethering off, Wi-Fi
station state should be on.
Signed-off-by: Liu, Guoqiang <guoqiangx.liu@intel.com>
Liu, Guoqiang [Mon, 1 Apr 2013 06:07:15 +0000 (14:07 +0800)]
Tethering: Add Tethering state in Wi-Fi technology states
There are 4 Wi-Fi technology states from ConnMan side:
Off, Powered, Connected and Tethering. this patch is to add
the Tethering state in net-config.
Signed-off-by: Liu, Guoqiang <guoqiangx.liu@intel.com>
Alexandru Cornea [Fri, 28 Jun 2013 07:34:24 +0000 (10:34 +0300)]
resetting manifest requested domain to floor
Jaehyun Kim [Fri, 3 May 2013 10:38:48 +0000 (19:38 +0900)]
SMACK rules updated
Jaehyun Kim [Thu, 25 Apr 2013 09:28:52 +0000 (18:28 +0900)]
Fix vconf timing issue
Change-Id: I1bce104d37055a27f134d7cc138e0b047c69e643
Jaehyun Kim [Tue, 23 Apr 2013 08:05:24 +0000 (17:05 +0900)]
Revise signal handler for Wi-Fi powered event from ConnMan
Change-Id: I045a1c8a73b0d42e6879bade8e91374d1c33f6e6
Jaehyun Kim [Mon, 8 Apr 2013 06:25:19 +0000 (15:25 +0900)]
Check return value of uname()
Fix prevent bug.
Jinkun Jang [Fri, 15 Mar 2013 16:13:33 +0000 (01:13 +0900)]
merge with master
Jinkun Jang [Tue, 12 Mar 2013 16:47:28 +0000 (01:47 +0900)]
Tizen 2.1 base
eunmee moon [Fri, 27 Apr 2012 12:36:01 +0000 (21:36 +0900)]
Initial empty repository