From: Alexander Sack <email address hidden>
Subject: Workaround driver/wpasupplicant slowness bug by giving association
more time
Bug-Ubuntu: http://launchpad.net/bugs/292054
/* Set up a timeout on the connection attempt to fail it after 25 seconds */
- id = g_timeout_add_seconds (25, supplicant_connection_timeout_cb, self);
+ id = g_timeout_add_seconds (60, supplicant_connection_timeout_cb, self);
if (id == 0) { nm_log_err (LOGD_DEVICE | LOGD_WIFI, "Activation (%s/wireless): couldn't start supplicant "
lp292054_ tune_supplicant _timeout_ 60s.patch
From: Alexander Sack <email address hidden> wpasupplicant slowness bug by giving association launchpad. net/bugs/ 292054
Subject: Workaround driver/
more time
Bug-Ubuntu: http://
--- network- manager- 0.8.1~beta1~ git.20100510t07 3507.f3057a6. orig/src/ nm-device- wifi.c 2010-05-10 19:39:11.000000000 +0000 manager- 0.8.1~beta1~ git.20100510t07 3507.f3057a6/ src/nm- device- wifi.c 2010-05-10 19:56:21.000000000 +0000 WIFI_GET_ PRIVATE (self);
+++ network-
@@ -2792,7 +2792,7 @@
priv = NM_DEVICE_
/* Set up a timeout on the connection attempt to fail it after 25 seconds */ add_seconds (25, supplicant_ connection_ timeout_ cb, self); add_seconds (60, supplicant_ connection_ timeout_ cb, self);
nm_log_ err (LOGD_DEVICE | LOGD_WIFI,
"Activation (%s/wireless): couldn't start supplicant "
- id = g_timeout_
+ id = g_timeout_
if (id == 0) {