Connman upstream test result_20130516

2013-05-16 Thread Li, XiaX
Hi all, This is test report for commit a9be18d51a1e4ae9e85d024debb3fa1e5b54048c. In this testing, we ran 109 cases. 109 cases passed and 0 case failed. The pass rate is 100%.We found 0 new bug, reopen 0 bug and verify 0 bug. New bug === N/A Re-open bu

[PATCH] TODO: DHCPv6 DECLINE message support

2013-05-16 Thread Jukka Rissanen
--- TODO | 6 ++ 1 file changed, 6 insertions(+) diff --git a/TODO b/TODO index bd3e8e9..27e3134 100644 --- a/TODO +++ b/TODO @@ -107,6 +107,12 @@ Core and oFono in general. +- DHCPv6 DECLINE message support + + Priority: Medium + Complexity: C2 + + WiFi -- 1.7.11.7 ___

Re: [PATCH v3 11/12] session_policy_local: Set session identification method

2013-05-16 Thread Patrik Flykt
Hi, On Tue, 2013-05-07 at 10:27 +0200, Daniel Wagner wrote: > From: Daniel Wagner > > For SELinux we need to store the complete context for iptables > to work. > --- > plugins/session_policy_local.c | 48 > -- > 1 file changed, 46 insertions(+),

[PATCH] wifi: scan all stored hidden networks relevantly

2013-05-16 Thread Tomasz Bursztyka
Currently a scan will only scan the first found stored hidden network. This patch fixes it: it will scan all, taking into account the limit of scan parameters the driver can take. --- Tested it quickly and seems to work, while enforcing driver_max_ssids to be 1. Please review, plugins/wifi.c |