Root/
| 1 | --- a/wpa_supplicant/events.c |
| 2 | +++ b/wpa_supplicant/events.c |
| 3 | @@ -958,7 +958,7 @@ static int _wpa_supplicant_event_scan_re |
| 4 | wpa_dbg(wpa_s, MSG_DEBUG, "Setup a new network"); |
| 5 | wpa_supplicant_associate(wpa_s, NULL, ssid); |
| 6 | } else { |
| 7 | - int timeout_sec = 5; |
| 8 | + int timeout_sec = 0; |
| 9 | int timeout_usec = 0; |
| 10 | #ifdef CONFIG_P2P |
| 11 | if (wpa_s->p2p_in_provisioning) { |
| 12 |
