Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-08-15 | technology: Do not send any rfkill to kernel after receiving onesubmit/tizen_ivi_release/20131120.032027submit/tizen_ivi_genivi/20140131.015912submit/tizen/20130912.075641submit/tizen/20130815.011956ivi_oct_m2accepted/tizen_ivi_release/20131120.050253accepted/tizen/ivi/genivi/20140131.020206accepted/tizen/20130912.093500accepted/tizen/20130912.085336accepted/tizen/20130912.082351tizen_ivi_releasetizen_ivi_genivi | Jukka Rissanen | 1 | -37/+6 | |
If we receive rfkill event from kernel, we must not send it back blindly. This could cause a ping-pong effect where the technology is switched on/off constantly. Upstream commit id:7a2d00e0bfe99cc327f78b9841bd8aca9efa2877 | |||||
2013-08-15 | technology: Check hardblock when returning from offline mode | Jukka Rissanen | 1 | -0/+3 | |
If we are hardblocked, then we must not enable the technology when we are returning from offline mode. Upstream commit id:10ce0a87d558b77bed2961c2933918f46c1a0dee | |||||
2013-08-15 | gsupplicant: Only add interface when wpa_supplicant is in ready state | Jukka Rissanen | 1 | -1/+3 | |
I noticed following scenario: - hardblock the device - turn on offline mode - turn off hardblock, as offline mode is still on connman will set softblock on - wpa_supplicant generated these state signals in this order: 1. INACTIVE 2. DISABLED - wifi.c cannot handle these events because the wifi pointer is NULL at this point - gsupplicant will then call wifi.c:interface_added(), this will cause the scanning to start but that will fail because we are still in softblocked state (wpa_supplicant returns error) - wifi.c goes now to forever loop i.e., it tries to start scan constantly. Only way to recover is to unblock wifi by turning offline mode off. The fix to this issue is simple, if the interface is not yet ready then gsupplicant will not call wifi.c:interface_added() callback as that is useless anyway. Upstream commit id:70445458847721186622677e2810febbf2f2f454 | |||||
2013-08-14 | technology: Offlinemode could not be disabled if no technology was powered | Jukka Rissanen | 1 | -5/+9 | |
If all the technologies were powered off, then offline mode could not be disabled. Fixes BMC#26018 Upstream commit id:b4f0e902a111e29451ff604bb00795363d0093aa | |||||
2013-08-13 | Fix the issue TIVI-1426:submit/tizen/20130813.015237 | Chengyi Zhao | 1 | -1/+1 | |
[3.0] connman-test/simple-agent needs pygobject | |||||
2013-08-09 | Start ntp service after connmansubmit/tizen/20130812.012612 | Jean-Benoit MARTIN | 1 | -1/+2 | |
Change-Id: I1dd9521e358c2b85da0cb1fb104265aa0b14184c Bug-Tizen: TZPC-4242 | |||||
2013-08-09 | Fix TIVI-1449:[3.0] Fail to surf internetsubmit/tizen/20130809.033909 | Chengyi Zhao | 1 | -0/+1 | |
through wifi tethering connection Add iptables dependency | |||||
2013-08-09 | Upstream/technology: Follow external rfkill events and act accordingly | Jukka Rissanen | 1 | -6/+27 | |
Fix bug: CM-645 Fix bug: TIVI-1044 Upstream commit id: 48dbff35d34257dc7055a35aae2a19ed0a06825b | |||||
2013-08-09 | Upstream/technology: Check offline mode separately when rfkill device is added | Jukka Rissanen | 1 | -3/+4 | |
Upstream commit id: c3c35b8842b24546b0424ca1d83ca919ffd2427c | |||||
2013-08-09 | Upstream/technology: Do not activate technology if returning from | Jukka Rissanen | 1 | -0/+3 | |
hardblock while in offline mode Upstream commit id: f2a958c7ed02d5ea5b83422ae12e8edd7f7481d1 | |||||
2013-08-09 | Upstream/technology: Print information when technogy is switched on | Jukka Rissanen | 1 | -1/+3 | |
Upstream commit id: 5378ab988795358855e76f5dfce71907e0346110 | |||||
2013-08-07 | TNCD-3: Remove the global ConnMan settings file | Patrick McCarty | 2 | -19/+0 | |
The ConnMan settings file should reflect requirements for each vertical, and it would be better to ship a custom settings file per vertical. Also, some verticals may want the ConnMan default settings, which is not possible if the connman package installs a settings file overriding the ConnMan defaults. Change-Id: I111da3c223dac23f35d53a16da55391b34d05bfc | |||||
2013-08-07 | Revert manifest to default floor | Patrick McCarty | 1 | -9/+3 | |
In commit 6f8eff092409c87722f8447f5157a42c6b750b08, the packaging manifest was modified to define the "connman" domain, etc. This was fixed in the previous commit, but it should be using the default floor manifest instead. Change-Id: I90859240509b3dcfbd2a7607b0ded613cca8e618 | |||||
2013-08-06 | Bug fixing IVI-1526: Fail to zypper install connman-testsubmit/tizen/20130806.052151 | Zhang zhengguang | 1 | -7/+1 | |
Signed-off-by: Zhang zhengguang <zhengguang.zhang@intel.com> | |||||
2013-08-06 | Update connman standard groupsubmit/tizen/20130806.030102 | Zhang zhengguang | 1 | -1/+1 | |
2013-08-05 | Add build and configure filesubmit/tizen/20130805.055949 | Zhang zhengguang | 5 | -5/+61 | |
2013-08-05 | Tethering: Add tethering interfaces description to technology-api.txtsubmit/tizen/20130805.054220 | Chengyi Zhao | 1 | -0/+12 | |
2013-07-26 | Tethering: Optimize the interface between connman and mobileap-agent | Chengyi Zhao | 2 | -28/+19 | |
2013-07-18 | Tethering: Add tethering feature support in config file | Chengyi Zhao | 1 | -1/+1 | |
2013-07-18 | Tethering: Add test script of open and hidden AP | Chengyi Zhao | 1 | -7/+27 | |
2013-07-18 | Tethering: Add hidden access point support in technology | Chengyi Zhao | 9 | -9/+60 | |
2013-07-18 | Tethering: Add open access point support in technology | Chengyi Zhao | 1 | -15/+18 | |
2013-07-18 | Tethering: Notify listeners when station connection changes | Chengyi Zhao | 2 | -1/+103 | |
2013-07-12 | Tethering: Add interface that save lease in DHCP information | Chengyi Zhao | 5 | -66/+104 | |
2013-07-12 | Tethering: Add station information management feature | Chengyi Zhao | 3 | -0/+105 | |
2013-07-12 | Tethering: Add handling for wpa_supplicant authorized/deauthorized signals | Chengyi Zhao | 2 | -0/+57 | |
2013-07-08 | resetting manifest requested domain to floorsubmit/tizen/20130710.165621accepted/tizen/20130710.213944 | Alexandru Cornea | 1 | -0/+4 | |
2013-07-04 | Make ntp, openconnect configurable | Anas Nashif | 2 | -15/+24 | |
Signed-off-by: Anas Nashif <anas.nashif@intel.com> | |||||
2013-07-04 | Merge changes Iea93a2e9,Ic5591d5a into tizen | Martin Xu | 2 | -0/+71 | |
* changes: Tizen: Add always on feature Tizen: Fix wifi enterprise to support SIM and AKA | |||||
2013-07-04 | Merge "Tizen: Integrate telephony plugin" into tizen | Martin Xu | 4 | -0/+1796 | |
2013-07-04 | Tizen: Add always on feature | Arron Wang | 1 | -0/+40 | |
run auto connection when default service is NULL will not auto connect MMS cellular service | |||||
2013-07-04 | Tizen: Fix wifi enterprise to support SIM and AKA | Arron Wang | 2 | -0/+31 | |
Revise Wi-Fi enterprise to enable PEAP, TLS, TTLS Fix wifi enterprise to support SIM and AKA | |||||
2013-07-04 | Tizen: Integrate telephony plugin | Arron Wang | 4 | -0/+1796 | |
2013-07-03 | Merge "changelog: move NTP scripts and option to disable link local address" ↵ | Anas Nashif | 1 | -0/+4 | |
into tizen | |||||
2013-07-03 | Merge "Tizen: Export network get ifname API for telephony plugin" into tizen | Martin Xu | 2 | -0/+21 | |
2013-07-03 | Merge changes ↵ | Martin Xu | 13 | -0/+521 | |
I3e078e46,I74aa0e84,I936ec03d,I2d63b07b,I9dabc5af,Ie151cda8,Ia5eded6f,I0b571435 into tizen * changes: Tizen: Export network proxy API for telephony plugin Fix Wi-Fi WEP OPEN and WEP SHARED Add safe checks to validate DNS buffer Tizen: Add refcount for cellular service connection Tizen: Fix reply pending bug Tizen: Add last known address in DHCP discovery request Tizen: Append extra wifi service property Tizen: Export more wifi info in ConnMan network API | |||||
2013-07-02 | changelog: move NTP scripts and option to disable link local address | Corentin Lecouvey | 1 | -0/+4 | |
2013-07-02 | packaging: move NTP scripts to packaging directory | Corentin Lecouvey | 4 | -2/+5 | |
2013-07-01 | Merge "Tizen: Add option to disable link local address" into tizensubmit/tizen/20130701.105247submit/tizen/20130701.094310accepted/tizen/20130701.201407 | MartinXu | 2 | -0/+18 | |
2013-07-01 | Tizen: Export network get ifname API for telephony plugin | Arron Wang | 2 | -0/+21 | |
Telephony stack may not send the dev_name to telephony plugin then we need this API to get the ifname | |||||
2013-07-01 | Tizen: Export network proxy API for telephony plugin | Arron Wang | 4 | -0/+41 | |
Telephony plug-in requires manual PROXY setting function Telephony stack provides proxy address (3G profile). | |||||
2013-07-01 | Fix Wi-Fi WEP OPEN and WEP SHARED | Jaehyun Kim | 3 | -0/+42 | |
Unable to connect with the WEP(open key) mode AP again with correct password if connecting the AP with wrong password before. Fix this issue. | |||||
2013-07-01 | Add safe checks to validate DNS buffer | Jaehyun Kim | 1 | -0/+10 | |
Invalid buffer details while parsing DNS rsp data | |||||
2013-07-01 | Tizen: Add refcount for cellular service connection | Arron Wang | 3 | -0/+109 | |
TIZEN implements system global connection management. It's only for PDP (cellular) bearer. Wi-Fi is managed by ConnMan automatically. Reference count can help to manage open/close connection requests by each application. | |||||
2013-07-01 | Tizen: Fix reply pending bug | Arron Wang | 1 | -0/+12 | |
2013-07-01 | Tizen: Add last known address in DHCP discovery request | Arron Wang | 3 | -0/+67 | |
2013-07-01 | Tizen: Append extra wifi service property | Arron Wang | 2 | -0/+68 | |
Append wifi property bssid, maxrate, frequency, encryptionmode to wifi service | |||||
2013-07-01 | Tizen: Export more wifi info in ConnMan network API | Arron Wang | 5 | -0/+172 | |
Network client requires additional wifi specific info Export the BSSID property Export the MaxRate property Export the detailed info for encryption mode(mixed,aes,tkip,wep,none) Export the connman_network get/set method for bssid, maxrate, encryption_mode property | |||||
2013-06-28 | changelog: ConnMan NTP support | Corentin Lecouvey | 1 | -0/+3 | |
2013-06-27 | Add systemd service to manage ConnMan NTP feature (#TZPC-1974) | Corentin Lecouvey | 3 | -8/+26 | |
Both scripts were provided by Manolova, Plamena. |