Age | Commit message (Collapse) | Author | Files | Lines |
|
Use always the interface index and only when interface name
is needed, then fetch the name. This minimizes races when
interface name changes because of udev rules.
Upstream commit Id: bcb7f23f1e9afb2cf8f27368f9da418b49db9adc
Change-Id: I5f128f2d7c118ec90381388dc313b91ff4e4c8f9
Signed-off-by: Chengyi Zhao <chengyi1.zhao@archermind.com>
|
|
Use always the interface index and only when interface name
is needed, then fetch the name. This minimizes races when
interface name changes because of udev rules.
Upstream commit Id: 8c7e5d046ff2dbc7d969b097d74b9897b725e08d
Change-Id: Ie32e6e8d8896167caa7caaeb784c8f974c455a6e
Signed-off-by: Chengyi Zhao <chengyi1.zhao@archermind.com>
|
|
Use always the interface index and only when interface name
is needed, then fetch the name. This minimizes races when
interface name changes because of udev rules.
Upstream commit Id: 168b6d8db09d348e82399a68ec4a94b62fd2f54f
Change-Id: Ia5059189372260196751f879156175db9f28c4c7
Signed-off-by: Chengyi Zhao <chengyi1.zhao@archermind.com>
|
|
If the system can't find the related network interface in
/sys/class/net/, ConnMan will set the interface type to "unknown".
Upstream commit Id: d06050d3ad668b0ba67b33869d7a4a281c300e0f
Change-Id: I417c7eafd0b000fd6d42f9be07fd78ed34aeac86
Signed-off-by: Chengyi Zhao <chengyi1.zhao@archermind.com>
|
|
Change-Id: If731fad9c7caa27d8d71ca042cb9c0de1f4a77b4
|
|
Change-Id: Icfa6cd683c659e6728060d6201b90109c63fe56d
|
|
The technology will not power on despite gadget interface is
up, add rtnl handler to fix it.
Change-Id: I25409db8793fd79c1e6b1248a7d919701890ed4d
|
|
Signed-off-by: Chengyi Zhao <chengyix.zhao@intel.com>
Change-Id: I38bb9b799c3e4c4c25acd9d264a4225bf59401dc
|
|
Upstream commit Id: 3cf33b786c1302b2aced9ac7a768a5c6136871f0
Change-Id: I98751dc2e4b049791787fac3b92bcafdf3840653
|
|
We need to create the device driver for USB gadget device,
otherwise the Gadget technology will not be created correctly.
Upstream commit Id: be294f9dd48b896d0e404a4a203252f088ff452b
Change-Id: Ifa21d2bc9641e6eb24f2417a78d35f8b68d26bcb
|
|
a technology
Instead of returning 0 (Success) when there are no devices for a given
technology, return ENXIO so that caller can inform user about the
issue.
Upstream commit Id: ad79c1acbd86cf64fbc0b864aefcd537bbebabf8
Change-Id: I5b6e869cf543a7be06411b90069de759a2386ad8
|
|
It is no use saving the technology if the name is missing
as the group name in settings file would be NULL in that case.
Upstream commit Id: 339f05f38f2dd769fe04912ea157323298a0d091
Change-Id: I9abc95441fd5069e70b548888f6deceb5ab269c6
|
|
Having no name meant that the entries in settings file had NULL
group name which is bad.
Upstream commit Id: 9d1fbfe3c079d81a6068df60682ecd6d04d8511d
Change-Id: I27dce5ac46c9ea5ce2faa2c7a034f486f9961cc4
|
|
Change-Id: I5e5c699bd5d0e919c04ce7940d0d9c9c07364a13
|
|
In Tizen, bluetooth enable/disable operation is handled
by bluetooth framework, if the device is rfkilled, bt frwk
may failed to work
Change-Id: Ifcd06f322c7064125ea0840f3d01a653e7f32194
|
|
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
|
|
If we are hardblocked, then we must not enable the technology when
we are returning from offline mode.
Upstream commit id:10ce0a87d558b77bed2961c2933918f46c1a0dee
|
|
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
|
|
If all the technologies were powered off, then offline mode could
not be disabled.
Fixes BMC#26018
Upstream commit id:b4f0e902a111e29451ff604bb00795363d0093aa
|
|
[3.0] connman-test/simple-agent needs pygobject
|
|
Change-Id: I1dd9521e358c2b85da0cb1fb104265aa0b14184c
Bug-Tizen: TZPC-4242
|
|
through wifi tethering connection
Add iptables dependency
|
|
Fix bug: CM-645
Fix bug: TIVI-1044
Upstream commit id: 48dbff35d34257dc7055a35aae2a19ed0a06825b
|
|
Upstream commit id: c3c35b8842b24546b0424ca1d83ca919ffd2427c
|
|
hardblock while in offline mode
Upstream commit id: f2a958c7ed02d5ea5b83422ae12e8edd7f7481d1
|
|
Upstream commit id: 5378ab988795358855e76f5dfce71907e0346110
|
|
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
|
|
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
|
|
Signed-off-by: Zhang zhengguang <zhengguang.zhang@intel.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
|
|
* changes:
Tizen: Add always on feature
Tizen: Fix wifi enterprise to support SIM and AKA
|
|
|
|
run auto connection when default service is NULL
will not auto connect MMS cellular service
|
|
Revise Wi-Fi enterprise to enable PEAP, TLS, TTLS
Fix wifi enterprise to support SIM and AKA
|
|
|
|
into tizen
|
|
|