hostapd: update to latest git version
[openwrt/svn-archive/archive.git] / package / hostapd / patches / 530-rescan_immediately.patch
index 6629d6b59cf1cf00d2ce98852e390618bc4533d3..b5d5e7aa02a19a4bfb94e924dc47425e214350ad 100644 (file)
@@ -1,11 +1,11 @@
---- a/wpa_supplicant/events.c
-+++ b/wpa_supplicant/events.c
-@@ -936,7 +936,7 @@ static void _wpa_supplicant_event_scan_r
-                       wpa_printf(MSG_DEBUG, "Setup a new network");
-                       wpa_supplicant_associate(wpa_s, NULL, ssid);
-               } else {
--                      int timeout_sec = 5;
-+                      int timeout_sec = 0;
-                       int timeout_usec = 0;
- #ifdef CONFIG_P2P
-                       if (wpa_s->p2p_in_provisioning) {
+--- a/wpa_supplicant/wpa_supplicant.c
++++ b/wpa_supplicant/wpa_supplicant.c
+@@ -2157,7 +2157,7 @@ static struct wpa_supplicant * wpa_suppl
+       if (wpa_s == NULL)
+               return NULL;
+       wpa_s->scan_req = 1;
+-      wpa_s->scan_interval = 5;
++      wpa_s->scan_interval = 1;
+       wpa_s->new_connection = 1;
+       wpa_s->parent = wpa_s;
+       wpa_s->sched_scanning = 0;