summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2016-09-26Remove Tizen specific hidden connection logicsubmit/tizen/20160928.053415accepted/tizen/wearable/20160929.081029accepted/tizen/tv/20160929.081156accepted/tizen/mobile/20160929.081112accepted/tizen/ivi/20160929.081222accepted/tizen/common/20160928.164122Saurav Babu2-36/+7
Change-Id: I466d0a4d73ade1278211245fbc94ca2fffeb392f Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2016-09-12Merge "Append bssid property to the add_network call to wpa_supplicant" into ↵submit/tizen/20160912.084305accepted/tizen/wearable/20160920.050942accepted/tizen/tv/20160920.050923accepted/tizen/mobile/20160920.050905accepted/tizen/ivi/20160920.051001accepted/tizen/common/20160912.181624cheoleun moon1-0/+13
tizen
2016-09-08Disable the rfkill init/cleansubmit/tizen/20160912.021246accepted/tizen/wearable/20160912.053934accepted/tizen/tv/20160912.053916accepted/tizen/mobile/20160912.053901accepted/tizen/ivi/20160912.053951accepted/tizen/common/20160912.180848taesub.kim1-0/+4
Change-Id: Ifdb6258e566469c179e0a4f1610247e5109e1b21 Signed-off-by: Taesub Kim <taesub.kim@samsung.com>
2016-09-07Append bssid property to the add_network call to wpa_supplicantMilind Ramesh Murhekar1-0/+13
Description: This change supports the Strongest AP connection. If there are multiple APs that have same SSID and security type the Bssid property will help to ensure the correct connectivity of the AP among them. Change-Id: I600772fa2bea72f3917e24d677057b34b87c7f1e Signed-off-by: Milind Ramesh Murhekar <m.murhekar@samsung.com>
2016-09-01Upstream: service: Enable ipconfig only for the changed IP typesubmit/tizen/20160907.012754submit/tizen/20160907.003226accepted/tizen/wearable/20160908.003612accepted/tizen/tv/20160908.003548accepted/tizen/mobile/20160908.003510accepted/tizen/ivi/20160908.003638accepted/tizen/common/20160907.154208Saurav Babu1-6/+10
When IPv6.Configuration is changed to "off" then connman starts fresh DHCP Requests for service after changing its state to Configuration. In an ideal scenario IPv4 Configurations should not be affected on changing IPv6.Configuration property. This patch only enables ipconfig for the changed IP type and leaves other IP type unchanged Change-Id: I65eacb6711314d2674e709711f432ef706167fc4 Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2016-08-29Add script file for OS upgradesubmit/tizen/20160829.053559accepted/tizen/wearable/20160829.085438accepted/tizen/tv/20160829.085418accepted/tizen/mobile/20160829.085403accepted/tizen/ivi/20160829.085453accepted/tizen/common/20160829.140119hyunuktak2-1/+20
Change-Id: I67fbc8121de8e928ff16c3bd05b7a8f56133a616 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-08-19Move log file to /var/logsubmit/tizen/20160822.045932submit/tizen/20160822.012953accepted/tizen/wearable/20160823.041224accepted/tizen/tv/20160823.041158accepted/tizen/mobile/20160823.041100accepted/tizen/ivi/20160823.041250accepted/tizen/common/20160822.132702Jaehyun Kim2-3/+3
Change-Id: I2b304a8557e68dbcd372050c44e68d22341ad0f2
2016-08-10Add socket file to enable DNS proxysubmit/tizen/20160810.093538accepted/tizen/wearable/20160811.003045accepted/tizen/tv/20160811.002724accepted/tizen/mobile/20160811.002737accepted/tizen/ivi/20160811.002744accepted/tizen/common/20160810.161903Seonah Moon2-0/+29
Change-Id: I9e04465f130cfee07678046660ca9292a2385dec Signed-off-by: Seonah Moon <seonah1.moon@samsung.com>
2016-07-21Merge "Call g_supplicant_interface_scan with scan_params" into tizensubmit/tizen/20160805.043406accepted/tizen/wearable/20160809.010632accepted/tizen/tv/20160809.010620accepted/tizen/mobile/20160809.010600accepted/tizen/ivi/20160809.010649accepted/tizen/common/20160805.125941taesub kim2-12/+2
2016-07-21Merge "Upstream: network: Replace network_change() with ↵taesub kim1-23/+2
__connman_network_disconnect()" into tizen
2016-07-20Set SmackProcessLabel to Systemsubmit/tizen/20160721.003054accepted/tizen/wearable/20160721.091048accepted/tizen/tv/20160721.091334accepted/tizen/mobile/20160721.090519accepted/tizen/ivi/20160721.090802accepted/tizen/common/20160721.175857Yunjin Lee2-0/+2
Change-Id: I233c41596ec8fb4424e18c80e043658f3d510d47 Signed-off-by: Yunjin Lee <yunjin-.lee@samsung.com>
2016-07-07Upstream: network: Replace network_change() with __connman_network_disconnect()Saurav Babu1-23/+2
The network_change() function called when a network error is set will disconnect a network driver identical to __connman_network_disconnect() but without any error handling. Therefore the specific network_change() function is better replaced with __connman_network_disconnect(). With connman_network_set_error() now calling __connman_network_disconnect(), the additional function call can now be removed from connman_network_set_connected(). Also let the associating and connecting variables be handled by the normal code paths and don't forcefully unset them when an error happens. Commit ID: 7a3740c4c65be7915c36daaac9b1a611fa498a2 Change-Id: I3223a9d13207898aa64e2002912516d5ad64c150 Signed-off-by: Saurav Babu <saurav.babu@samsung.com>
2016-07-06Call g_supplicant_interface_scan with scan_paramshyunuktak2-12/+2
when latest connection is specific ssid as hidden Change-Id: Id5a58977ac3dcb05f3006dbed85d3e07aab15326 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-07-05Merge "Removed cap for mac override and change the label for connman dir" ↵submit/tizen/20160706.014843accepted/tizen/wearable/20160706.082135accepted/tizen/tv/20160706.082111accepted/tizen/mobile/20160706.082128accepted/tizen/ivi/20160706.082205accepted/tizen/common/20160706.142111cheoleun moon2-0/+3
into tizen
2016-07-05Fixed some issuessubmit/tizen/20160705.082658accepted/tizen/wearable/20160705.101859accepted/tizen/tv/20160705.101845accepted/tizen/mobile/20160705.101933accepted/tizen/ivi/20160705.101849accepted/tizen/common/20160705.170548hyunuktak4-23/+6
Removed to set autoconnect when 4way handshake failed Release passphrase of service when indicate error occurred for invalid key Change-Id: Id748ddcd21ad896f0d8e91ce4711a4c9c0df6d96 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-07-04Removed cap for mac override and change the label for connman dirhyunuktak2-1/+4
Change-Id: I070677e1e3197ec0076483078b7bbdb8fd253023 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-07-01Revert "Removed cap for mac override and change the label for connman dir"submit/tizen_common/20160701.180000submit/tizen/20160701.111546accepted/tizen/wearable/20160701.113007accepted/tizen/tv/20160701.112952accepted/tizen/mobile/20160701.112931accepted/tizen/ivi/20160701.113029accepted/tizen/common/20160701.193121Jaehyun Kim2-3/+1
Change-Id: Ibfa947b0d6d9ae3154bca8774378908cf93c841e
2016-06-30Removed cap for mac override and change the label for connman dirsubmit/tizen/20160630.085420accepted/tizen/wearable/20160701.033342accepted/tizen/tv/20160701.033315accepted/tizen/mobile/20160701.033521accepted/tizen/ivi/20160701.033404accepted/tizen/common/20160630.152147hyunuktak2-1/+3
Change-Id: I5e140d9ec4d3de94a429e97206045407461b59ae Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-06-28Modify to get rsn mode using pairwisesubmit/tizen/20160628.112647accepted/tizen/wearable/20160629.021326accepted/tizen/tv/20160629.021220accepted/tizen/mobile/20160629.021329accepted/tizen/ivi/20160629.021304accepted/tizen/common/20160628.141818hyunuktak6-15/+20
Change-Id: Icb3942835130528c4d61d427ee1891d88cc1ac3b Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-06-22Remove some features and modify service filesubmit/tizen/20160624.012559accepted/tizen/wearable/20160624.064357accepted/tizen/tv/20160624.064037accepted/tizen/mobile/20160624.064052accepted/tizen/ivi/20160624.064339accepted/tizen/common/20160624.132425hyunuktak8-172/+5
Change-Id: Id3697d995e4db5d6f03cdf182825d5f61136e235 Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-06-22Fix Svace issue 102125submit/tizen/20160622.070923accepted/tizen/wearable/20160623.121429accepted/tizen/tv/20160623.121406accepted/tizen/mobile/20160623.121353accepted/tizen/ivi/20160623.121441accepted/tizen/common/20160627.191217chleun.moon1-8/+8
Change-Id: If753aeecc7206c4421dcd01d3359b9ae587e0f92 Signed-off-by: cheoleun <chleun.moon@samsung.com>
2016-06-17[SPIN] Apply system socket - onlycap supportsubmit/tizen/20160620.015850accepted/tizen/wearable/20160620.081549accepted/tizen/tv/20160620.081531accepted/tizen/mobile/20160620.081517accepted/tizen/ivi/20160620.081605accepted/tizen/common/20160620.163541Niraj Kumar Goit4-16/+45
Change-Id: Icc887f469e77eea24915c89efcf216aff466fa98 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-17[SPIN] Indicate auth-failed error.Niraj Kumar Goit3-1/+16
desc: In case of wifi connection if Association fail, indicate "auth-failed" error. Change-Id: Ie08088f3e5b5ff940d0e4290814c266d28e59b15 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-17[SPIN] Fix wireless issues in connman.Niraj Kumar Goit3-33/+36
desc: Set connection error when AP is removed. Change ASSOC_RETRY_COUNT(3 -> 4). send the scan request after connecting - check the ap availability fix the too much scan in associating Change-Id: Ia1d0367a2f792f6c2f92a6ef498b37511840135d Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-17[SPIN] Check if network is already removed in connect callback.Niraj Kumar Goit1-0/+17
Change-Id: I6b7916473347bba2b93d1565d59c95eaca0d2190 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-17[SPIN] Added the connman disconnect reason property.Niraj Kumar Goit7-0/+82
Change-Id: I11fd7baa7d00fa3f3a12bdafda7ff7aa6943d020 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-17[SPIN] fix the invalid state from supplicant.Niraj Kumar Goit1-0/+6
Change-Id: I68de9746804f5a9045dca026dc1230cd40cf1a37 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-17[SPIN] Update operating frequency properly.Niraj Kumar Goit2-1/+12
Change-Id: If4ce1cbf1518e1fc93ced32affe98aa05209b307 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-17[SPIN] add keymgmt property for bss.Niraj Kumar Goit6-0/+45
Change-Id: Id436db5828febaabd8273c2e0aab91f9ee9572ff Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-17[SPIN] request RemoveNetwork when disconnected to stop scanning in supplicant.Niraj Kumar Goit3-2/+34
Change-Id: I4248b2de4d00d4218dcfac078bcda3e95db83896 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-17[SPIN] Fix the connman bugs.Niraj Kumar Goit11-0/+84
- Fixed NTP service's DNS resolving failure in Hive project. - Do not turn "wlan0" interface down in cleanup_devices(). - Set resource limits "RLIMIT_NOFILE" for a process. - After appending a file, fflush and fsync all modified in-core data of the file. Change-Id: I2767b3302d6204d066fe2075027828ff209d0ee0 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-14[SPIN] change the ntp update logicNiraj Kumar Goit2-0/+28
desc : add the resolved server list into time_server list. It is only using the first item of timeserver. Not use gateway for ntp server if enabled WLAN_ALWAYS_POWERED. Change-Id: I2f55ade5b7208a7f893516b817d4ff6bffa62a04 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-14[SPIN] Add the dns address validation checking logicNiraj Kumar Goit1-0/+10
desc : some of AP sends the DNS response even though AP is not connected with internet service. In this case, DNS response address is not proper - it is the private address. So, we check the address validation before sending the internet url. Change-Id: I5dae725e931e5d66072bb809c8cce489ffa79379 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-14[SPIN] implement to check blacklist for auto connection.Niraj Kumar Goit3-0/+101
Change-Id: I174b228529374f80b1c4197a310124c028564bb8 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-14[SPIN] config: Ignore provision_service for open(none) security.Niraj Kumar Goit1-0/+7
Change-Id: I9f787846f3b1f4b4f147f64821a8b5c25b0367d7 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-15[SPIN] gsupplicant: fix stucking in scanning state when scan failed.Niraj Kumar Goit7-18/+115
- gsupplicant: fix stucking in scanning state when scan failed. - Apply ASLR option. - Add ""TIZEN_WEARABLE"" check in service file. - change the dhcp client device name. - default internet service: fix not cleared if pdp activation failed. - Change Russia cert build feature. - Update the Connman.service.in file. - Remove connection retry when association fail. Change-Id: I3ac8e49d0a3c229b298296f8e7cbf34845c2c90d Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-14[SPIN] support ft-psk and ft-eap security type.Niraj Kumar Goit4-0/+73
Change-Id: Idc4ff4294ada3b234dd4af29558c0923b9aff017 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-14[SPIN] gdbus: revert pending DBus call.Niraj Kumar Goit4-1/+20
Change-Id: Ic8781d015af6e83ca9e90183f9b256ec9f5a0812 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-14 [SPIN] config: reset phase2(eap-method) parameter.Niraj Kumar Goit1-0/+4
Change-Id: I7a48419ddcf18c735a609324c0c98510193c63ed Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-14[SPIN] set priority for connected service.Niraj Kumar Goit1-1/+26
Change-Id: If32af57fef608cb7fb8a69d2c8ceacc88a86ce98 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-14[SPIN] network: enable DHCP failure.Niraj Kumar Goit3-2/+39
When DHCP is failed, most of normal users cannot understand auto-generated IP (IPV4 link local). So set error CONNMAN_NETWORK_ERROR_DHCP_FAIL. Change-Id: Ic80eb0436e41cff3a4bfb11dfef722b3029b0399 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-14[SPIN] change the cellular activation logic.Niraj Kumar Goit1-0/+48
desc: with IPv6, current telephony plugin has not proper logic. set state and activation for cellular service logic is changed. it also affects normal cellular service connection. Change-Id: I48f214ceab2f0f7c6e3f8bead185cc8f1fd2a87a Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-14[SPIN] Change the API for set system time.Niraj Kumar Goit1-0/+61
Change-Id: Ifea0e8f38383986a091df9930a0308c870750553 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-14[SPIN] wifi: enable to reload service profile from storage.Niraj Kumar Goit2-0/+18
Change-Id: Idf19d82d0052f83a69b424536ecfceca65e840cb Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-14service: clean up network for EAP in __connman_service_remove.Niraj Kumar Goit1-0/+20
Change-Id: I7fb2f7f0c2bf8cea04a8aecf7b1da69b47698132 Signed-off-by: Niraj Kumar Goit <niraj.g@samsung.com>
2016-06-13Merge "Add support for WPS2-PSK security type in Security property of ↵submit/tizen/20160614.053635accepted/tizen/wearable/20160614.103626accepted/tizen/tv/20160614.103619accepted/tizen/mobile/20160614.103642accepted/tizen/ivi/20160614.103653accepted/tizen/common/20160614.144019taesub kim8-0/+59
service interface" into tizen
2016-06-14Remove CapabilityBoundingSet(CAP_MAC_OVERRIDE) in service filehyunuktak2-2/+1
Change-Id: Ie61eab113ef0655fdb84e683872297c9482b45fc Signed-off-by: hyunuktak <hyunuk.tak@samsung.com>
2016-06-12Merge "[SPIN] Enable the ntp by connman if device does not use the ↵taesub kim4-0/+19
cellular." into tizen
2016-06-12Merge "[SPIN] Restart dhcp as soon as INIT-REBOOT has been failed" into tizentaesub kim2-0/+53
2016-06-12Merge "[SPIN] Add NULL check to prevent crash." into tizentaesub kim1-0/+4