Saurav Babu [Mon, 26 Sep 2016 11:56:59 +0000 (17:26 +0530)]
[net-client] Send ProfileName in NET_EVENT_OPEN_RSP when WiFiConnectFail occurs
Change-Id: Icd13742d3b07cb767592910c9fb2d774d91fc9e4
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
MyungJoo Ham [Mon, 5 Sep 2016 07:08:11 +0000 (16:08 +0900)]
Remove unnecessary profile build dependency
The Tizen-internal APIs specific for TV have been built
when %profile is tv only.
In order to remove profile build dependency, we allow to
build such internal APIs unconditionally.
Note that these are internal APIs specific for network
framework, which are not supposed to be used elsewhere.
Plus, because these are not external APIs (APIs for Apps),
this does not affect the Tizen profiles.
Change-Id: Ibf8df321924f5402efd6f26611c01b70719820c3
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
MyungJoo Ham [Wed, 31 Aug 2016 02:31:08 +0000 (11:31 +0900)]
Remove unnecessary CFLAG definition.
libnet-client$ grep -r "TIZEN_WEARABLE" *
shows nothing. So, compiler definition "TIZEN_WEARABLE" is useless.
Change-Id: Iee96692845ef451ae7b44da5e50f722ec22656f8
Signed-off-by: MyungJoo Ham <myungjoo.ham@samsung.com>
hyunuktak [Tue, 9 Aug 2016 00:38:31 +0000 (09:38 +0900)]
Set the wifi state when initialized table
If wifi state is unknown, then it needs to set the state as off,
when initialized status tables.
Change-Id: I17590763a658fe41f4b5a006010340d2edb2667b
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
taesub kim [Thu, 21 Jul 2016 23:15:24 +0000 (16:15 -0700)]
Merge "[libnet-client] Replace deprecated method Service.GetProperties() with Manager.GetServices()" into tizen
hyunuktak [Mon, 11 Jul 2016 04:27:11 +0000 (13:27 +0900)]
Fixed the svace issue for dereference
Change-Id: Ia230c7a1048f686c7a6d120d783b39d9ab9faf61
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Saurav Babu [Thu, 7 Jul 2016 08:26:30 +0000 (13:56 +0530)]
[libnet-client] Replace deprecated method Service.GetProperties() with Manager.GetServices()
Change-Id: I145d5cb500fa4048b6f2f1f4166ec258ed377a79
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Sumit Aggarwal [Mon, 20 Jun 2016 15:11:04 +0000 (20:41 +0530)]
Corrected PrefixLength type.
PrefixLength is exposed as a byte in connman, but set as string in
libnet.Reference connman upstream patch:
http://git.kernel.org/cgit/network/connman/connman.git/commit/src/ipconfig.c?id=
48987a5bb9c608b5189cd4c4ae19128c1f82b0ea
Change-Id: I084508d975c9a499cb01310790b44d23d0d553d0
Signed-off-by: Sumit Aggarwal <aggarwal.s@samsung.com>
hyunuktak [Mon, 13 Jun 2016 00:10:53 +0000 (09:10 +0900)]
Add to check wifi dpm for modify profile
Change-Id: Ie4655db9595d55b17eac2e5a9c4a909434f19ed2
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Tue, 31 May 2016 08:13:23 +0000 (17:13 +0900)]
Apply device policy for wifi and wifi profile
Change-Id: I9508de92b4cdaeeddbf78e1182acdb27c2116572
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Wed, 18 May 2016 05:32:08 +0000 (14:32 +0900)]
Reseting the state back in case of failure state
Change-Id: I64517a208f51f6e286d3410594ff6950d0b7ebce
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Thu, 12 May 2016 02:42:38 +0000 (11:42 +0900)]
Modify to make g_variant for string
Change-Id: Ib589e00e1986084ae316f81e64bda15890173849
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Mon, 18 Apr 2016 06:56:23 +0000 (15:56 +0900)]
Add some types for cellular pdn
Change-Id: I8e629102055c78a8a6f269ae9b64c18a77a9efb9
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
taesub kim [Wed, 6 Apr 2016 08:55:55 +0000 (01:55 -0700)]
Merge "Apply coding rule" into tizen
taesub kim [Wed, 6 Apr 2016 07:54:19 +0000 (00:54 -0700)]
Merge "Added underscore to group name with prefix ssid" into tizen
hyunuktak [Fri, 1 Apr 2016 05:53:10 +0000 (14:53 +0900)]
Apply coding rule
Change-Id: Ia9dba22891da7ef7d8657154e0a55ff080066bb9
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
chleun.moon [Mon, 28 Mar 2016 08:09:32 +0000 (17:09 +0900)]
Added underscore to group name with prefix ssid
Change-Id: I576383759b50d5c6d8a0475b84bbf5fa0d447538
Signed-off-by: cheoleun <chleun.moon@samsung.com>
Saurav Babu [Wed, 30 Mar 2016 07:09:58 +0000 (12:39 +0530)]
[libnet-client] Fixed wifi_ap_get_dns_address with order 1 returning 0.0.0.0 always
In Tizen connman's Nameservers property has format as below
Nameservers = [ <DNS Config Type>, <DNS Addr 1>, <DNS Addr 2>.... ]
DNS Config Type values can be "dhcp" or "manual" and should not
be treated as IP Address, so ignore values for DNS Config Type
If DNS Config Type value is not ignored then wifi_ap_get_dns_address
with order 1 will always return 0.0.0.0.
Change-Id: Iee501d08002fe3ea771cff33e9217120e2584ab5
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Seonah Moon [Fri, 25 Mar 2016 05:21:11 +0000 (14:21 +0900)]
[SVACE][TIZEN_3.0_TV][Major][WGID-66386] NONTERMINATED_STRING
Change-Id: Ib74c809098a8e818c4d68dca36f72ce7a2fd7b74
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
hyunuktak [Wed, 2 Mar 2016 09:58:57 +0000 (18:58 +0900)]
Fixed some svace for unsigned char
Change-Id: I8d707a0c09f0b2faceceaf01a004dd26445421f8
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
hyunuktak [Thu, 25 Feb 2016 00:36:30 +0000 (09:36 +0900)]
Removed the secure setwork log
Change-Id: I0051422a55c1138ac52ee25e19f7048e564e8086
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Saurav Babu [Tue, 16 Feb 2016 04:34:56 +0000 (10:04 +0530)]
[libnet-client] Fixed compile time warning
Following compile time warning was observed:
[ 23s] Makefile.am:16: warning: source file 'src/network-wifi-intf.c' is in a subdirectory,
[ 23s] Makefile.am:16: but option 'subdir-objects' is disabled
[ 23s] automake: warning: possible forward-incompatibility.
[ 23s] automake: At least a source file is in a subdirectory, but the 'subdir-objects'
[ 23s] automake: automake option hasn't been enabled. For now, the corresponding output
[ 23s] automake: object file(s) will be placed in the top-level directory. However,
[ 23s] automake: this behaviour will change in future Automake versions: they will
[ 23s] automake: unconditionally cause object files to be placed in the same subdirectory
[ 23s] automake: of the corresponding sources.
[ 23s] automake: You are advised to start using 'subdir-objects' option throughout your
[ 23s] automake: project, to avoid future incompatibilities.
This patch adds subdir-objects option to Automake.
Change-Id: I49229f025fbbb2db3e942dd792073924afab9a54
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
hyunuktak [Thu, 28 Jan 2016 02:49:39 +0000 (11:49 +0900)]
Modified to get wifi state
Change-Id: I34d33343d3ff86fd0045735cb7e49987d7a4d619
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Saurav Babu [Tue, 19 Jan 2016 05:05:17 +0000 (10:35 +0530)]
[libnet-client] Clear WiFi connection flags when wifi connection fails
This patch clears WiFi connecetion flags when WiFiConnectFail is
received from net-config
Change-Id: Ie8e56adc3b2c287dcff110cca62b6076e39fe4c4
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
Saurav Babu [Wed, 6 Jan 2016 10:19:47 +0000 (15:49 +0530)]
Modified logic so that callback is sent to their respective thread
Currently for sending few callbacks to CAPI g_idle_add_full() is
used. g_idle_add_full() adds the callback in global main context of the
application and not the context in which thread was operating. See
description at
https://developer.gnome.org/glib/stable/glib-The-Main-Event-Loop.html#g-idle-add-full
This patch modifies the logic to create a g_idle_source_new() and then
attach this source to the thread's context rather than global main
context of application.
Change-Id: I229f5b035d252ffd30ca35335f20ba09a1edf3f7
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
hyunuktak [Wed, 16 Dec 2015 04:48:42 +0000 (13:48 +0900)]
[ACR]Add new APIs for TDLS
Change-Id: I0171927d83dff8d71ed194e088ba0fb877a37fbd
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
taesub.kim [Mon, 5 Oct 2015 06:53:52 +0000 (15:53 +0900)]
Sync with Tizen 2.4(v1.1.41)
Change-Id: I1294456d1f4f00bad5ce68f939d68c4f082b4f03
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
hyunuktak [Mon, 7 Sep 2015 12:54:09 +0000 (21:54 +0900)]
Modify the length for netpm wlan
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I787bf72e1afa1ae6d8495606a38193f66d1d03c3
Seonah Moon [Thu, 27 Aug 2015 04:45:25 +0000 (13:45 +0900)]
Fixed Tizen Profile Build Flag as per Tizen 3.0
Change-Id: I771b4748e88dcf9bd797d39f021990d8f20e9e1e
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
hyunuktak [Mon, 10 Aug 2015 07:01:13 +0000 (16:01 +0900)]
Remove the buildrequire for model-build-features
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: Ib38eb03df94099aae3921d0b9868bc0f68546408
hyunuktak [Fri, 7 Aug 2015 08:07:51 +0000 (17:07 +0900)]
Base Code merged to SPIN 2.4
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I73d8b1a477817601e599f8c5831710087b78e50a
Maneesh Jain [Thu, 11 Jun 2015 05:00:14 +0000 (10:30 +0530)]
Add support of IPv6 address in ethernet profile.
Change-Id: I086dec1f83619898202f6c0dd81f49fa3e475aec
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
taesub.kim [Thu, 4 Jun 2015 01:16:45 +0000 (10:16 +0900)]
Fix build fail to emulator
Change-Id: I48188de81418fa9c676d04cd5e2d6b4151100e8d
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
hyunuktak [Mon, 1 Jun 2015 06:48:30 +0000 (15:48 +0900)]
Fix initialize and hidden issues
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: Ic5e80ea9ed65362fec136531ecf8b3bb3d45938c
hyunuktak [Mon, 1 Jun 2015 02:17:14 +0000 (11:17 +0900)]
Add struct to scan bss info
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I3c6eba643b908addfc371e114729ddd6a0866166
taesub kim [Fri, 29 May 2015 07:07:23 +0000 (00:07 -0700)]
Merge "Update DNS & Proxy Addressing for ethernet profile" into tizen
Maneesh Jain [Thu, 28 May 2015 12:09:10 +0000 (17:39 +0530)]
Update DNS & Proxy Addressing for ethernet profile
Change-Id: I5107d92289f8bf9243f045850727fa9ecebf638e
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
taesub.kim [Wed, 27 May 2015 08:47:37 +0000 (17:47 +0900)]
Add support for ipv6
Change-Id: I17ddc5b3705b2da857e0f3dca4594549e77b98c8
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Wed, 27 May 2015 00:36:11 +0000 (09:36 +0900)]
Add API(ethernet cable state)
Change-Id: Idbd0e07bdb682a790d69081f27aff24e2500a067
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub kim [Tue, 26 May 2015 08:10:50 +0000 (01:10 -0700)]
Merge "Add support of Manual/DHCP IP address for ethernet profile" into tizen
taesub kim [Wed, 20 May 2015 02:39:22 +0000 (19:39 -0700)]
Merge "[libnet-client]:update the tech state of tethering" into tizen
Maneesh Jain [Fri, 15 May 2015 09:13:56 +0000 (14:43 +0530)]
Add support of Manual/DHCP IP address for ethernet profile
This Patch contains follwing change:
a. Update IP addressing(IPv4) for ethernet Profile
Change-Id: I7e110ece3435f827df61c751f7609388cd81f649
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
Saurav Babu [Thu, 2 Apr 2015 13:42:27 +0000 (19:12 +0530)]
Return with error if GDBUS Connection is NULL
Change-Id: Ia90aaba6cb35f36bc4f89998f3d6bc7d2ccbf0e7
Maneesh Jain [Mon, 23 Mar 2015 11:07:51 +0000 (16:37 +0530)]
[libnet-client]:update the tech state of tethering
Description: This patch uses to fix power state
of wifi device after connection done with router
Change-Id: I8ec513c02d3132e44972084d08dcb7cd7eaa2577
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
taesub.kim [Mon, 16 Feb 2015 01:15:15 +0000 (10:15 +0900)]
Merge 2.3 code for sync #2
Change-Id: I36f2c21af0ed3ff854b592673e50e3322a33944c
Signed-off-by: Taesub Kimz <taesub.kim@samsung.com>
Kévin THIERRY [Mon, 15 Sep 2014 08:55:09 +0000 (10:55 +0200)]
Add missing include to glib.h
Change-Id: Ief04b13aab166792dbfd36ba6ee9db85381037f2
Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Ronan Le Martret [Wed, 9 Jul 2014 09:53:54 +0000 (11:53 +0200)]
Clean spec file for yocto compliance.
Change-Id: Id120f7dffd33017262bb352b9321afcfe79169d4
Signed-off-by: Ronan Le Martret <ronan@fridu.net>
taesubkim [Wed, 9 Apr 2014 07:59:33 +0000 (16:59 +0900)]
HS20: Enable to disconnect passpoint AP
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Change-Id: Id685289867bf25c4873ef2ac88f057c3ffc73138
taesubkim [Wed, 9 Apr 2014 06:57:01 +0000 (15:57 +0900)]
HS20: Extend wifi profile for passpoint AP information
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Change-Id: I2df07d80a41c1c702e0d6c14125d547a7cabf098
taesubkim [Wed, 9 Apr 2014 05:41:16 +0000 (14:41 +0900)]
HS20: Extend API for set/get Wi-Fi passpoint option
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Change-Id: Ic317864bde73aab6f4b6c288f4c68ccd35b191de
Jaehyun Kim [Wed, 19 Feb 2014 10:29:23 +0000 (19:29 +0900)]
Remove warning messages
Fix warnings
Add debug information
Change-Id: Ie45589a30e81857583ae974c087b6e366ff1e3bc
Jaehyun Kim [Wed, 19 Feb 2014 09:44:52 +0000 (18:44 +0900)]
multi-thread: thread local storage support
Change-Id: Id382194dbf5b4e54285b4eb3bdf8c43124f7425a
taesub.kim [Wed, 27 Nov 2013 06:38:20 +0000 (15:38 +0900)]
In case of wifi off, check wifi pending call only
Change-Id: I7f2b3293fa81f01d51c3ab69911d9ed6f0e7585d
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Wed, 27 Nov 2013 06:09:39 +0000 (15:09 +0900)]
Fix double unref issue
Change-Id: I4c4ff796133bce1cd9666b2b1617bd68cee19ef2
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Wed, 27 Nov 2013 05:51:09 +0000 (14:51 +0900)]
Fix memory leaks
Change-Id: I81efa2fc00216e862776612658c8e9ed031c252e
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Wed, 27 Nov 2013 05:18:08 +0000 (14:18 +0900)]
Revise net_get_progile_list()
Change-Id: I895fe63d95bc834f4598d11f124fababad7e7a4d
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Wed, 27 Nov 2013 04:45:16 +0000 (13:45 +0900)]
Use ScanDone signal from wpa_supplicant
Change-Id: I49f43f0df413b49cc936be39699d61f19ae0629a
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Wed, 27 Nov 2013 04:27:44 +0000 (13:27 +0900)]
Fix memory leak
Change-Id: I03c34d51435f5380c00ea66b92b00b2ad3b29351
Signed-off-by: Teasub Kim <taesub.kim@samsung.com>
taesub.kim [Wed, 27 Nov 2013 03:01:09 +0000 (12:01 +0900)]
Fix minor prevent defect
Change-Id: I11f380bb1d56e52daea2fba4c9b15fb15086699d
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Mon, 25 Nov 2013 04:28:58 +0000 (13:28 +0900)]
Handle invalid-key error in reply callback
Change-Id: I7fb73d72f48bb66cac624af9d2127bec9bb7aa36
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Mon, 25 Nov 2013 02:58:59 +0000 (11:58 +0900)]
Fix DBus pending call (wait pending calls)
When GDbus pending call is cancelled, asynchronous callback may be called with
a message "pending call is cancelled" However, dynamic library cannot be handle
this issue. Because it will be crashed when callback will be called.
Change-Id: I73434a690f7512510a608387a3cba7dca769e5dd
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Thu, 21 Nov 2013 08:56:58 +0000 (17:56 +0900)]
Reset dbus pending call data during de-initialize
network_dbus_pending_call_data. is_used and pcall are not reset
during deregister. if application deregisters while on-going
dbus call is in progress, this data is not reset.
This will cause API call failure as libnet-client APIs checks
network_dbus_pending_call_data. is_used value before processing
any API request.
This will result in API call failure.
Change-Id: I3bdcdcb4eaacf4cebebc09a1eb02491b9dcc66e2
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Thu, 21 Nov 2013 08:15:39 +0000 (17:15 +0900)]
Increase timeout for DBUS request reply
MMS module did not receive OPEN_RSP due to default dbus timeout
Default dbus timeout=25sec.
However, network may take more time for PDP activation
Change-Id: Id554d54a1c4e1242e608a38cd23bbe702b9d02a0
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Thu, 21 Nov 2013 02:22:53 +0000 (11:22 +0900)]
Fix a bug for error handling
__net_close_connect_replay() uses incorrect function to parse the error messages
Change-Id: I1aa3fca1d10511f988860dcceb70ca336a3b14b8
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
taesub.kim [Tue, 19 Nov 2013 08:19:02 +0000 (17:19 +0900)]
Allow dns updating when ip method is DHCP
Change-Id: Ic36ebc8c5d94018e23441200aab3a52e222e3caf
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
Liu, Guoqiang [Thu, 17 Jan 2013 05:52:19 +0000 (13:52 +0800)]
Tethering: Add tethering state in libnet client
Alexandru Cornea [Fri, 28 Jun 2013 15:19:14 +0000 (18:19 +0300)]
resetting manifest requested domain to floor
Rusty Lynch [Mon, 27 May 2013 02:27:03 +0000 (19:27 -0700)]
Update changelog for release
Baptiste DURAND [Tue, 30 Apr 2013 15:10:10 +0000 (17:10 +0200)]
Add gio library dep.
Baptiste DURAND [Fri, 29 Mar 2013 11:10:48 +0000 (12:10 +0100)]
Adapt post/postun section according to rpmlint rules
Xavier Roche [Tue, 30 Apr 2013 14:23:17 +0000 (16:23 +0200)]
Test build : remove hidden visibility
Xavier Roche [Tue, 30 Apr 2013 11:25:40 +0000 (13:25 +0200)]
Fix x86_64 build-install compliance
- fix hardcoded library path in source
Xavier Roche [Tue, 30 Apr 2013 11:08:17 +0000 (13:08 +0200)]
Fix x86_64 build-install compliance
- remove hardcoded library path in spec file
Xavier Roche [Tue, 30 Apr 2013 10:51:40 +0000 (12:51 +0200)]
Fix WRT Build :
- remove Werror build flag
- use %autogen macro
Rusty Lynch [Sat, 18 May 2013 18:13:54 +0000 (11:13 -0700)]
Add changelog
Rusty Lynch [Sat, 18 May 2013 18:13:02 +0000 (11:13 -0700)]
Fix rpmlint errors
Rusty Lynch [Wed, 8 May 2013 23:36:01 +0000 (16:36 -0700)]
Fix breakage caused by unused variables
The updated compile flags are now setting all warnings as errors,
requiring cleanup of declared and initialized but unused variables.
Rusty Lynch [Wed, 8 May 2013 23:27:17 +0000 (16:27 -0700)]
Remove use of deprecated g_type_init()
As of glib 2.36 new code should not use g_type_init() since the
type system is now initializeed automatically
Jaehyun Kim [Mon, 6 May 2013 14:17:59 +0000 (23:17 +0900)]
Prevent issue fixed
String not null terminated
Unchecked return value
Jaehyun Kim [Thu, 2 May 2013 04:15:15 +0000 (13:15 +0900)]
Update the flora license version
Change-Id: Ie7d9f67e2065087e5eddf373a215b1a8774e2707
Jaehyun Kim [Mon, 29 Apr 2013 04:20:32 +0000 (13:20 +0900)]
Remove unuseful code
Jaehyun Kim [Fri, 26 Apr 2013 14:08:14 +0000 (23:08 +0900)]
Fix build issue
Jaehyun Kim [Fri, 26 Apr 2013 08:07:29 +0000 (17:07 +0900)]
Implement dbus-glib to GDBus
Change-Id: I6fd2e68f975e36730e09141ca33f890b28001def
Jaehyun Kim [Wed, 24 Apr 2013 11:59:22 +0000 (20:59 +0900)]
Eliminate user privacy information
Jaehyun Kim [Wed, 24 Apr 2013 11:12:04 +0000 (20:12 +0900)]
Fix current_profile
Allow prepaid internet profile and tethering profile to be used as default(current) profile
Jaehyun Kim [Wed, 24 Apr 2013 07:50:17 +0000 (16:50 +0900)]
Fix to get default profile
Jaehyun Kim [Wed, 24 Apr 2013 07:00:38 +0000 (16:00 +0900)]
Replace strcmp with g_strcmp0 and handle error cause in case of disconnecting
Jaehyun Kim [Mon, 22 Apr 2013 08:57:18 +0000 (17:57 +0900)]
Fix memory invalid access
Jaehyun Kim [Mon, 22 Apr 2013 08:29:26 +0000 (17:29 +0900)]
Optimize fetching of profile list
Jaehyun Kim [Mon, 22 Apr 2013 06:53:50 +0000 (15:53 +0900)]
Set CFLAGS fvisibility hidden and Remove unuseful code
Jaehyun Kim [Mon, 22 Apr 2013 06:20:37 +0000 (15:20 +0900)]
Fix to avoid setting agent passphrase in case of open hidden AP
Jaehyun Kim [Sun, 21 Apr 2013 14:45:43 +0000 (23:45 +0900)]
Add WPS(PBC & PIN) connection support and Revise agent code
Jaehyun Kim [Sun, 21 Apr 2013 13:49:39 +0000 (22:49 +0900)]
Revise Wi-Fi specific connection
Jaehyun Kim [Sun, 21 Apr 2013 11:47:35 +0000 (20:47 +0900)]
Fix Wi-Fi scan
Use ScanDone signal that wpasupplicant sends instead of ServicesChanged signal
Jaehyun Kim [Sun, 21 Apr 2013 10:55:10 +0000 (19:55 +0900)]
Code refactoring
Jaehyun Kim [Thu, 18 Apr 2013 08:38:45 +0000 (17:38 +0900)]
Update license file
Jaehyun Kim [Wed, 17 Apr 2013 19:04:15 +0000 (04:04 +0900)]
Revise test code
Fix prevent issues
Change-Id: I34a7a614f40fbeabdafbc6a5169004ce813da753
Jaehyun Kim [Wed, 17 Apr 2013 15:01:44 +0000 (00:01 +0900)]
Fix pending call issues
Jaehyun Kim [Tue, 9 Apr 2013 12:58:48 +0000 (21:58 +0900)]
Add new API : net_set_default_cellular_service_profile_async()
Change-Id: Idb23fb0095d73efc537a0a0b9bee562223947e3c
Jaehyun Kim [Tue, 2 Apr 2013 12:24:52 +0000 (21:24 +0900)]
Fix WiFi scan and remove unuseful code