blob: 0723c83a3de9963eb99d3662b37391ae708e21b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
--- src/nm-device-802-11-wireless.c.orig 2006-02-13 11:46:50.000000000 +0100
+++ src/nm-device-802-11-wireless.c 2006-02-13 11:47:08.000000000 +0100
@@ -2205,7 +2205,7 @@
}
-#define NM_SUPPLICANT_TIMEOUT 20 /* how long we wait for wpa_supplicant to associate (in seconds) */
+#define NM_SUPPLICANT_TIMEOUT 60 /* how long we wait for wpa_supplicant to associate (in seconds) */
static unsigned int
get_supplicant_timeout (NMDevice80211Wireless *self)
|