Re: BeagleBone tethering support (in lieu of adhoc support)

2012-07-30 Thread Jerrill Johnson
On Mon, Jul 30, 2012 at 3:50 AM, Jukka Rissanen < jukka.rissa...@linux.intel.com> wrote: > Hi Jerrill, > > See > http://linuxwireless.org/en/**users/Drivers > > I have D-link DWA-160 rev A2 > http://www.wikidevi.com/wiki/**D-Link_DWA-160_rev_A2

Re: [PATCH v2 0/2] Reduce MAXIMUM_RETRIES to 1 for non favorite service

2012-07-30 Thread Marcel Holtmann
Hi Julien, > Some Access Point (like Cisco AP) excludes station which has tried 3 time a > wrong passphrase. > This set of patches reduces the MAXIMUM_RETRIES to 1 for non favorites > services. > For favorites services it works like before. is 1 really a good number. Should we not at least try

Re: Reconnect after switching IPv4 method from off to dhcp or manual

2012-07-30 Thread Jonathan Liu
Hi Jukka, On 30/07/2012 5:58 PM, Jukka Rissanen wrote: On 07/28/2012 07:42 AM, Jonathan Liu wrote: I have IPv4 method set to dhcp. If I set it to off, wait a few moments and set it back to dhcp the connection is not restored. Same thing happens if I switch from off to manual. Is this a bug or d

Re: [PATCH v2 2/2] wifi: try only once when connecting to a non-favorite service

2012-07-30 Thread Jukka Rissanen
Hi Julien, On 07/30/2012 12:04 PM, Julien Massot wrote: --- plugins/wifi.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/plugins/wifi.c b/plugins/wifi.c index 8f3fc6c..6856ee2 100644 --- a/plugins/wifi.c +++ b/plugins/wifi.c @@ -1423,12 +1423,20 @@ static connm

[PATCH v2 2/2] wifi: try only once when connecting to a non-favorite service

2012-07-30 Thread Julien Massot
--- plugins/wifi.c | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/plugins/wifi.c b/plugins/wifi.c index 8f3fc6c..6856ee2 100644 --- a/plugins/wifi.c +++ b/plugins/wifi.c @@ -1423,12 +1423,20 @@ static connman_bool_t handle_4way_handshake_failure(GSupplicantInterface

[PATCH v2 0/2] Reduce MAXIMUM_RETRIES to 1 for non favorite service

2012-07-30 Thread Julien Massot
Some Access Point (like Cisco AP) excludes station which has tried 3 time a wrong passphrase. This set of patches reduces the MAXIMUM_RETRIES to 1 for non favorites services. For favorites services it works like before. Julien Massot (2): service: add getter for favorite flag wifi: try only o

[PATCH v2 1/2] service: add getter for favorite flag

2012-07-30 Thread Julien Massot
--- include/service.h | 1 + src/service.c | 5 + 2 files changed, 6 insertions(+) diff --git a/include/service.h b/include/service.h index 460fdd4..7ebb4a9 100644 --- a/include/service.h +++ b/include/service.h @@ -115,6 +115,7 @@ char **connman_service_get_proxy_servers(struct connman_

Re: Reconnect after switching IPv4 method from off to dhcp or manual

2012-07-30 Thread Jukka Rissanen
Hi Jonathan, On 07/28/2012 07:42 AM, Jonathan Liu wrote: Hi, I have IPv4 method set to dhcp. If I set it to off, wait a few moments and set it back to dhcp the connection is not restored. Same thing happens if I switch from off to manual. Is this a bug or do I need to do something else to resto

Re: BeagleBone tethering support (in lieu of adhoc support)

2012-07-30 Thread Jukka Rissanen
Hi Jerrill, On 07/27/2012 09:35 PM, Jerrill Johnson wrote: So your adapter supports ad-hoc > mode. To support tethering, your > adapater needs support AP(or master) > mode. Another thing is that your kernel needs CONFIG_BRIDGE enabled. Bests Jeff Jeff, Thanks for the info. I wasn't