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