Blame SOURCES/wpa_supplicant-assoc-timeout.patch

92bdd1
--- a/wpa_supplicant/wpa_supplicant.c
92bdd1
+++ b/wpa_supplicant/wpa_supplicant.c
92bdd1
@@ -2632,10 +2632,10 @@ static void wpas_start_assoc_cb(struct w
92bdd1
 
92bdd1
 		if (assoc_failed) {
92bdd1
 			/* give IBSS a bit more time */
92bdd1
-			timeout = ssid->mode == WPAS_MODE_IBSS ? 10 : 5;
92bdd1
+			timeout = ssid->mode == WPAS_MODE_IBSS ? 20 : 10;
92bdd1
 		} else if (wpa_s->conf->ap_scan == 1) {
92bdd1
 			/* give IBSS a bit more time */
92bdd1
-			timeout = ssid->mode == WPAS_MODE_IBSS ? 20 : 10;
92bdd1
+			timeout = ssid->mode == WPAS_MODE_IBSS ? 20 : 20;
92bdd1
 		}
92bdd1
 		wpa_supplicant_req_auth_timeout(wpa_s, timeout, 0);
92bdd1
 	}