platform/core/api/wifi.git
8 years agoAdded some comments to exclude coverage 90/62590/1 accepted/tizen/common/20160317.160827 accepted/tizen/ivi/20160318.113026 accepted/tizen/mobile/20160318.112428 accepted/tizen/tv/20160318.112705 accepted/tizen/wearable/20160318.112720 submit/tizen/20160317.051511
hyunuktak [Tue, 8 Mar 2016 01:26:45 +0000 (10:26 +0900)]
Added some comments to exclude coverage

//LCOV_EXCL_LINE
//LCOV_EXCL_START
//LCOV_EXCL_STOP

Change-Id: I2ad72812ec0b2726f1282825f2732e79293346e5
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
8 years agoMerge "Remove privilege from wifi_ap_create" into tizen accepted/tizen/common/20160307.154953 accepted/tizen/ivi/20160308.023528 accepted/tizen/mobile/20160308.023335 accepted/tizen/tv/20160308.023417 accepted/tizen/wearable/20160308.023458 submit/tizen/20160307.122834
taesub kim [Mon, 7 Mar 2016 07:02:59 +0000 (23:02 -0800)]
Merge "Remove privilege from wifi_ap_create" into tizen

8 years agoFixed a svace 31139 21/60821/3
hyunuktak [Wed, 2 Mar 2016 10:22:29 +0000 (19:22 +0900)]
Fixed a svace 31139

Change-Id: I9d9c73bad77bf5246d0687124c9c531b27362e69
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
8 years agoRemove privilege from wifi_ap_create 78/59978/3
chleun.moon [Mon, 22 Feb 2016 04:47:47 +0000 (13:47 +0900)]
Remove privilege from wifi_ap_create

Change-Id: Id54f085085eea34b479a53e451914a0efe9c8a7b
Signed-off-by: cheoleun <chleun.moon@samsung.com>
8 years agoAdded to check for supported feature 32/60432/1 accepted/tizen/common/20160302.193307 accepted/tizen/ivi/20160226.100321 accepted/tizen/ivi/20160229.101023 accepted/tizen/mobile/20160226.100223 accepted/tizen/mobile/20160229.100930 accepted/tizen/tv/20160226.100242 accepted/tizen/tv/20160229.100947 accepted/tizen/wearable/20160226.100259 accepted/tizen/wearable/20160229.101006 submit/tizen/20160226.073150 submit/tizen/20160229.063946
hyunuktak [Fri, 26 Feb 2016 07:19:41 +0000 (16:19 +0900)]
Added to check for supported feature

Change-Id: I79dadfe208c62cf1b124d3800456f3fd9619afda
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
8 years agoModified to get wifi state 51/58151/1 accepted/tizen/ivi/20160223.231820 accepted/tizen/mobile/20160223.231726 accepted/tizen/tv/20160223.231741 accepted/tizen/wearable/20160223.231759 submit/tizen/20160211.015108 submit/tizen/20160223.060827
hyunuktak [Thu, 28 Jan 2016 02:48:51 +0000 (11:48 +0900)]
Modified to get wifi state

Change-Id: Iab3141c11bfa226c58da1a22a47cabd5ad2d31db
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
8 years agoRevised the doxygen group of tdls 50/57850/1
chleun.moon [Mon, 25 Jan 2016 08:21:16 +0000 (17:21 +0900)]
Revised the doxygen group of tdls

Change-Id: I471e9a3dccba51d7d5265eeba27216962fa0c464
Signed-off-by: cheoleun <chleun.moon@samsung.com>
8 years agoAdded to check tdls feature 37/56437/1 accepted/tizen/ivi/20160218.023327 accepted/tizen/mobile/20160113.050256 accepted/tizen/tv/20160113.050320 accepted/tizen/wearable/20160113.050345 submit/tizen/20160108.030209 submit/tizen/20160113.002706 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000002
hyunuktak [Fri, 8 Jan 2016 02:54:19 +0000 (11:54 +0900)]
Added to check tdls feature

Change-Id: I551a607ad60731953600693da91d0407150278c7
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
8 years ago[wifi] Modified logic so that callback is sent to their respective thread 23/56323/1
Saurav Babu [Wed, 6 Jan 2016 10:06:05 +0000 (15:36 +0530)]
[wifi] Modified logic so that callback is sent to their respective thread

Currently for sending few callbacks to application 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: If9a52eff79a9684edf572e6707372f630f3cac61
Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
8 years ago[ACR]Add new APIs for TDLS (2) 26/55626/1
hyunuktak [Wed, 16 Dec 2015 04:45:54 +0000 (13:45 +0900)]
[ACR]Add new APIs for TDLS (2)

- Fix description for WIFI_ERROR_PERMISSION_DENIED
- Define TDLS group in document

Change-Id: I92fc43d551da168d375bd9ae84e588f1859bdeed
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years ago[ACR]Add new APIs for TDLS 36/54536/6
hyunuktak [Wed, 16 Dec 2015 04:45:54 +0000 (13:45 +0900)]
[ACR]Add new APIs for TDLS

Change-Id: I53f948f216ec181ae89db346ce59775f279ec44c
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
8 years agoModified get_mac_address (/sys/.. > /opt/etc/.mac.info) 34/54034/1 accepted/tizen/mobile/20151212.070823 accepted/tizen/tv/20151212.072410 accepted/tizen/wearable/20151212.072857 submit/tizen/20151211.042229 submit/tizen_common/20151229.142028 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718
taesub.kim [Fri, 11 Dec 2015 02:58:49 +0000 (11:58 +0900)]
Modified get_mac_address (/sys/.. > /opt/etc/.mac.info)

Change-Id: I744cae6994fe1d841bced3c7858a9d72fcbed355
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
8 years agoMerge "Apply coding rule" into tizen accepted/tizen/mobile/20151210.030351 accepted/tizen/tv/20151210.021412 accepted/tizen/wearable/20151210.024353 submit/tizen/20151209.063835
taesub kim [Wed, 9 Dec 2015 06:26:53 +0000 (22:26 -0800)]
Merge "Apply coding rule" into tizen

8 years agoMerge "Fix some svace issues" into tizen
taesub kim [Wed, 9 Dec 2015 06:26:40 +0000 (22:26 -0800)]
Merge "Fix some svace issues" into tizen

8 years agoApply coding rule 09/53709/1
hyunuktak [Wed, 9 Dec 2015 01:35:35 +0000 (10:35 +0900)]
Apply coding rule

Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I77003cafc3a00d82703b16d7faa1be643a70ecf1

8 years ago[TSAM-611] Remove connman label from wifi_test 39/53239/2 accepted/tizen/mobile/20151203.075046 accepted/tizen/tv/20151203.075103 accepted/tizen/wearable/20151203.075122 submit/tizen/20151203.061052
Seonah Moon [Thu, 3 Dec 2015 05:51:34 +0000 (14:51 +0900)]
[TSAM-611] Remove connman label from wifi_test

Change-Id: I4e1ab3d064092fca4fa5818a20b3ba080caa7b93
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years agoFix some svace issues 78/51878/1
hyunuktak [Tue, 17 Nov 2015 02:47:52 +0000 (11:47 +0900)]
Fix some svace issues

Change-Id: Ia3c319ca4084141bb7b2978df7beea592e5b1b6f
Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
8 years agoSync with Tizen 2.4(v1.0.57) 07/49007/5 accepted/tizen/mobile/20151020.110954 accepted/tizen/tv/20151020.111016 accepted/tizen/wearable/20151020.111027 submit/tizen/20151020.082803
taesub.kim [Mon, 5 Oct 2015 05:24:15 +0000 (14:24 +0900)]
Sync with Tizen 2.4(v1.0.57)

Change-Id: I3f1ededa3242f9ff80904d8d72542d6071df3dde
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
8 years ago[Tizen-TV]: Allow the feature check for wifi CAPI 71/47871/1 tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/mobile/20150910.025204 accepted/tizen/tv/20150910.025216 accepted/tizen/wearable/20150910.025233 submit/tizen/20150910.012236 submit/tizen_common/20151023.083358 submit/tizen_common/20151026.085049 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
Maneesh Jain [Wed, 9 Sep 2015 11:53:01 +0000 (17:23 +0530)]
[Tizen-TV]: Allow the feature check for wifi CAPI

Change-Id: I669e1d6a918e3f5f4e08a73a32b7f83acc7d5fe5
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
8 years agoModify how to check the supported feature 68/47668/1 accepted/tizen/mobile/20150908.073842 accepted/tizen/tv/20150908.073920 accepted/tizen/wearable/20150908.073902 submit/tizen/20150908.040635
hyunuktak [Tue, 1 Sep 2015 06:28:13 +0000 (15:28 +0900)]
Modify how to check the supported feature

Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: Id1cd5e1d410d25c1cf194b490a2bf76aa076009e

8 years agoFixed Tizen Profile Build Flag as per Tizen 3.0 93/46893/2 accepted/tizen/mobile/20150828.011317 accepted/tizen/tv/20150828.011326 accepted/tizen/wearable/20150828.011346 submit/tizen/20150827.063406
Seonah Moon [Thu, 27 Aug 2015 04:31:41 +0000 (13:31 +0900)]
Fixed Tizen Profile Build Flag as per Tizen 3.0

Change-Id: I3e4dab77245195301468419732ea7f0410066ed3
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
8 years agoChange how to get mac address 72/46272/1 accepted/tizen/mobile/20150819.082848 accepted/tizen/tv/20150819.082902 accepted/tizen/wearable/20150819.082911 submit/tizen/20150819.072028
hyunuktak [Wed, 19 Aug 2015 02:30:52 +0000 (11:30 +0900)]
Change how to get mac address

Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I2e127a4b8f7d7d23864de0c28a4be980a0203c56

8 years agoRemove the buildrequire for model-build-features 53/45653/1 accepted/tizen/mobile/20150817.080547 accepted/tizen/tv/20150817.080609 accepted/tizen/wearable/20150817.080628 submit/tizen/20150811.060131 submit/tizen/20150811.072848 submit/tizen_mobile/20150817.000000
hyunuktak [Mon, 10 Aug 2015 07:07:43 +0000 (16:07 +0900)]
Remove the buildrequire for model-build-features

Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: If85615f6d937e9f76e710207830638bbb1dce4d9

8 years agoBase Code merged to SPIN 2.4 33/45533/1 submit/tizen/20150810.034432
hyunuktak [Fri, 7 Aug 2015 08:03:22 +0000 (17:03 +0900)]
Base Code merged to SPIN 2.4

Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: Id827a72cf8e0d3900caf031c8d78f8d7a99e74ef

8 years agoAdd to check for initialize to CAPI for connect and disconnect 56/44556/1 accepted/tizen/mobile/20150723.090016 accepted/tizen/tv/20150723.090132 accepted/tizen/wearable/20150723.090226 submit/tizen/20150723.075859
hyunuktak [Thu, 23 Jul 2015 07:54:46 +0000 (16:54 +0900)]
Add to check for initialize to CAPI for connect and disconnect

Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: Ib347c7248554ccef02a6a1f1410c7bb70243361b

8 years agoFor 802.1x security, passpharse is not required 47/40347/1
Maneesh Jain [Tue, 2 Jun 2015 14:31:23 +0000 (20:01 +0530)]
For 802.1x security, passpharse is not required

Description: For IEEE802.1x EAP security, user do not required
to set any passpharse. so we need to return false

Change-Id: I5240b74fe86c2cbd3af00bca0d613e650d0679fb
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
8 years agoAdd API for wifi_ap_hidden_create #2 30/40230/1 tizen_3.0.2015.q2_common accepted/tizen/common/20150605.073312 accepted/tizen/mobile/20150605.091958 accepted/tizen/tv/20150605.091922 accepted/tizen/wearable/20150602.041259 accepted/tizen/wearable/20150605.091940 submit/tizen/20150601.083952 submit/tizen/20150604.040532
hyunuktak [Mon, 1 Jun 2015 08:37:20 +0000 (17:37 +0900)]
Add API for wifi_ap_hidden_create #2

Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I9cb2f7e2d379d2878f7a10c7e79dedd82a17ba96

8 years agoAdd API for wifi_ap_hidden_create 89/40189/1 submit/tizen/20150601.041409
hyunuktak [Mon, 1 Jun 2015 02:34:33 +0000 (11:34 +0900)]
Add API for wifi_ap_hidden_create

Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I53602a63ae1db5f777d1e45d7a168a314b07df4e

8 years agoAdd API for wifi_ap_is_passpoint 88/40188/1
hyunuktak [Mon, 1 Jun 2015 02:31:27 +0000 (11:31 +0900)]
Add API for wifi_ap_is_passpoint

Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: Iab52591da59edd838c6306976b7a6a1a94777f9f

8 years agoRevise APIs to scan specific AP 86/40186/1
hyunuktak [Mon, 1 Jun 2015 02:22:59 +0000 (11:22 +0900)]
Revise APIs to scan specific AP

Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
Change-Id: I246a41b57322a7fc5a6d4efd9969ecd1886f5edd

8 years agoAdd doc file 78/40178/1
taesub.kim [Mon, 1 Jun 2015 00:49:30 +0000 (09:49 +0900)]
Add doc file

Change-Id: Ifb2bb76ae6297616c287323e634648f85801e52e
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
8 years ago[wifi]: Add "wifi_test" app in Tizen Image binary 77/39977/2 submit/tizen/20150530.015100
Maneesh Jain [Wed, 27 May 2015 06:30:30 +0000 (12:00 +0530)]
[wifi]: Add "wifi_test" app in Tizen Image binary

This patch adds the WiFi test application in
Tizen Binary Image. It is required to validate the
WiFi CAPI's without using UI application

Change-Id: I8ec9a2d83af8e5db9af0d820e188163804084de8
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
9 years ago[wifi-capi]: Add test case for WPS Feature 27/37427/2
Maneesh Jain [Thu, 26 Mar 2015 10:59:11 +0000 (16:29 +0530)]
[wifi-capi]:  Add test case for WPS Feature

Change-Id: Id2e06ec612219a7c6ffd78455ccc156a93188d9c
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
9 years ago[capi-wifi]: Fixed CAPI's issue 46/37246/2
Maneesh Jain [Mon, 23 Mar 2015 10:42:36 +0000 (16:12 +0530)]
[capi-wifi]: Fixed CAPI's issue

Description: Fixed bugs of following CAPI's
1. wifi_scan_hidden_ap()
2. wifi_foreach_found_hidden_aps()
3. wifi_disconnect()

Change-Id: I1c85a1f70ba1720b9ad82c6a253810e070ef2a1e
Signed-off-by: Maneesh Jain <maneesh.jain@samsung.com>
9 years agoMerge 2.3 code 23/34823/1 tizen_3.0.2014.q4_common tizen_3.0.2015.q1_common accepted/tizen/common/20150204.152745 accepted/tizen/mobile/20150205.041939 accepted/tizen/tv/20150205.022524 accepted/tizen/wearable/20150205.062017 submit/tizen/20150204.041505
Seonah Moon [Tue, 3 Feb 2015 08:41:38 +0000 (17:41 +0900)]
Merge 2.3 code

Change-Id: Idd07c63ee7545a7852edc7d37386fa7c6e97bb72
Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
10 years agoClean the unnecessary things up 00/13200/1
taesub.kim [Fri, 29 Nov 2013 05:47:48 +0000 (14:47 +0900)]
Clean the unnecessary things up

Change-Id: I07342f435f8e9988cce685b6db5953c1e25fe7f4
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
10 years agoUse 'Already exists' error msg if applicable 97/13197/1
taesub.kim [Fri, 29 Nov 2013 05:36:05 +0000 (14:36 +0900)]
Use 'Already exists' error msg if applicable

Change-Id: I9f1db50223a2394cce2fc4e1b7c54f8a8f6c9b4b
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
10 years agoRevise wifi_ap_set_eap_private_key_info() - admit to set without password 90/13190/1
taesub.kim [Fri, 29 Nov 2013 05:12:36 +0000 (14:12 +0900)]
Revise wifi_ap_set_eap_private_key_info() - admit to set without password

Change-Id: Ia21840213bf10143294925c697eaab6980491e2b
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
10 years agoAvoid resetting IP, subnet mask and gateway to 0 in case of static type 87/13187/1
taesub.kim [Fri, 29 Nov 2013 04:59:54 +0000 (13:59 +0900)]
Avoid resetting IP, subnet mask and gateway to 0 in case of static type

Change-Id: I3d6275aec538a72b9ca30b1ea64c4e8017fa7f64
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
10 years agoSet CFLAGS fvisibility hidden 86/13186/1
taesub.kim [Fri, 29 Nov 2013 04:49:16 +0000 (13:49 +0900)]
Set CFLAGS fvisibility hidden

Change-Id: I031092518981d5c4790bb74c8253d0eab1d4e4b8
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
10 years agoFix Wi-Fi open connection 85/13185/1
taesub.kim [Fri, 29 Nov 2013 04:24:44 +0000 (13:24 +0900)]
Fix Wi-Fi open connection

Change-Id: I67398841ce475f4d67c52e832fced40207ccc073
Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
10 years agoresetting manifest requested domain to floor 30/4430/1 accepted/tizen/ivi/genivi accepted/tizen/ivi/stable accepted/tizen_3.0.2014.q3_common accepted/tizen_3.0.m14.3_ivi accepted/tizen_generic tizen_3.0.2014.q3_common tizen_3.0.m14.2_ivi tizen_3.0.m14.3_ivi tizen_3.0_ivi tizen_ivi_genivi accepted/tizen/20130710.221542 accepted/tizen/20130912.153809 accepted/tizen/20130912.185144 accepted/tizen/20130912.193417 accepted/tizen/generic/20140306.081948 accepted/tizen/ivi/20140307.055310 accepted/tizen/ivi/genivi/20140131.061315 accepted/tizen/mobile/20140306.024735 accepted/tizen_ivi_stable/20131116.100944 ivi_oct_m2 submit/tizen/20130710.102739 submit/tizen/20130912.080537 submit/tizen/20130912.090835 submit/tizen/20140305.214605 submit/tizen_ivi_genivi/20140131.060752 submit/tizen_ivi_stable/20131116.100131 submit/tizen_mobile/20141120.000000 tizen_3.0.2014.q3_common_release tizen_3.0.m14.2_ivi_release tizen_3.0.m14.3_ivi_release tizen_3.0_ivi_release
Alexandru Cornea [Fri, 28 Jun 2013 09:17:40 +0000 (12:17 +0300)]
resetting manifest requested domain to floor

11 years agoFix build break tizen_2.1 accepted/tizen/20130520.100854 submit/tizen/20130517.044743 submit/tizen_2.1/20130514.052023
Jaehyun Kim [Mon, 29 Apr 2013 04:18:24 +0000 (13:18 +0900)]
Fix build break

11 years agoHandle NET_ERR_ACTIVE_CONNECTION_EXISTS event and correct the unit of data transfer... 2.1b_release accepted/tizen_2.1/20130425.035520 submit/tizen_2.1/20130424.230713
Jaehyun Kim [Sat, 23 Mar 2013 13:47:37 +0000 (22:47 +0900)]
Handle NET_ERR_ACTIVE_CONNECTION_EXISTS event and correct the unit of data transfer rate

Change-Id: Ia4a59ffe34ad9c81c1de85848d2c20f5e78399ad

11 years agoRevise wifi_is_activated() to fix performance issue
Jaehyun Kim [Mon, 18 Mar 2013 16:16:15 +0000 (01:16 +0900)]
Revise wifi_is_activated() to fix performance issue

11 years agomerge with master
Jinkun Jang [Fri, 15 Mar 2013 16:12:22 +0000 (01:12 +0900)]
merge with master

11 years agoTizen 2.1 base
Jinkun Jang [Tue, 12 Mar 2013 16:46:23 +0000 (01:46 +0900)]
Tizen 2.1 base

11 years agoInitial empty repository
Jung Minsun [Tue, 21 Aug 2012 02:17:55 +0000 (11:17 +0900)]
Initial empty repository