Re: Unable to connect to open wireless networks

2013-02-11 Thread Sameer Naik
Hi Patrik and Tomasz,

I just downgraded my wireless device driver to the older version and
suddenly i am able to connect to open wireless networks.
With the newer driver I was not able to connect to open wireless networks
using connman, but was able to do so using the wpa_cli tool.
I will be switching to the older driver for now. However do let me know if
need me to perform any tests.

Thanks and Regards
~Sameer


On Mon, Feb 11, 2013 at 7:03 PM, Sameer Naik <
sameer.subscripti...@damagehead.com> wrote:

> Hello Tomasz,
>
> Please find attached connman.log and wpa_supplicant.log file generated in
> the same run.
>
> Regards
> ~Sameer
>
>
> On Mon, Feb 11, 2013 at 6:00 PM, Tomasz Bursztyka <
> tomasz.burszt...@linux.intel.com> wrote:
>
>> Hi Sameer,
>>
>> Could you send wpa_supplicant's log as well? run it with -dd option so
>> you get a lot of debug.
>>
>> From what I saw in your connman's log, the state transition went from
>> associtating/connecting to disconnected.
>> So we will get more clues from wpa_supplicant logs about the reasons why
>> you've got such transition.
>>
>> Thanks,
>>
>> Tomasz
>>
>> __**_
>> connman mailing list
>> connman@connman.net
>> http://lists.connman.net/**listinfo/connman
>>
>
>
___
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman


Re: Unable to connect to open wireless networks

2013-02-11 Thread Tomasz Bursztyka

Hi Sameer,

Could you send wpa_supplicant's log as well? run it with -dd option so 
you get a lot of debug.


From what I saw in your connman's log, the state transition went from 
associtating/connecting to disconnected.
So we will get more clues from wpa_supplicant logs about the reasons why 
you've got such transition.


Thanks,

Tomasz
___
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman


Re: [PATCH] gdhcp: DHCP server IP address is stored in host order

2013-02-11 Thread Patrik Flykt
On Mon, 2013-02-11 at 08:57 +0100, Daniel Wagner wrote:
> Hi Patrik,
> 
> On 11.02.2013 08:26, Patrik Flykt wrote:
> > This affects DHCP renew and release.
> > ---
> >
> > Saw some interesting DHCP packets going out from my network, it turns out
> > that the unicast server address was set wrongly. A DHCP server receives the
> > packet via a raw socket, so it will get all packets destined to port 68. If
> > it checks the intended server IP address, the request will fail, if it does
> > not care, it will send a reply. The reply again is not recognized by 
> > ConnMan,
> > since it comes from another IP address than what was sent to. ConnMan will
> > retry quite a few times, but eventually settle down and use the address...
> >
> > This patch sets the address correctly.
> 
> Why not adding this to the commit message?

Yep, done that so we have some idea what was happening here.

Applied,

Patrik
___
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman