hostapd: terminate mainloop if interface setup fails, prevents blocking init or ...
[openwrt/staging/chunkeey.git] / package / hostapd / patches / 530-rescan_immediately.patch
1 --- a/wpa_supplicant/events.c
2 +++ b/wpa_supplicant/events.c
3 @@ -893,7 +893,7 @@ static void wpa_supplicant_event_scan_re
4 wpa_printf(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) {