diff options
Diffstat (limited to 'package/wpa_supplicant/patches/110-roaming.patch')
-rw-r--r-- | package/wpa_supplicant/patches/110-roaming.patch | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/wpa_supplicant/patches/110-roaming.patch b/package/wpa_supplicant/patches/110-roaming.patch index 2836b204e1..e223ee70a0 100644 --- a/package/wpa_supplicant/patches/110-roaming.patch +++ b/package/wpa_supplicant/patches/110-roaming.patch @@ -1,7 +1,7 @@ This patch decreases the timeouts for assoc/auth to more realistic values. Improves roaming speed --- a/wpa_supplicant/events.c +++ b/wpa_supplicant/events.c -@@ -807,7 +807,7 @@ static void wpa_supplicant_event_assoc(s +@@ -846,7 +846,7 @@ static void wpa_supplicant_event_assoc(s wpa_supplicant_set_state(wpa_s, WPA_COMPLETED); } else if (!ft_completed) { /* Timeout for receiving the first EAPOL packet */ @@ -12,15 +12,15 @@ This patch decreases the timeouts for assoc/auth to more realistic values. Impro --- a/wpa_supplicant/scan.c +++ b/wpa_supplicant/scan.c -@@ -145,6 +145,7 @@ static void wpa_supplicant_scan(void *el - return; +@@ -189,6 +189,7 @@ static void wpa_supplicant_scan(void *el } + #endif /* CONFIG_WPS */ + wpa_drv_flush_pmkid(wpa_s); if (wpa_s->use_client_mlme) { ieee80211_sta_set_probe_req_ie(wpa_s, extra_ie, extra_ie_len); ret = ieee80211_sta_req_scan(wpa_s, ssid ? ssid->ssid : NULL, -@@ -157,7 +158,7 @@ static void wpa_supplicant_scan(void *el +@@ -203,7 +204,7 @@ static void wpa_supplicant_scan(void *el if (ret) { wpa_printf(MSG_WARNING, "Failed to initiate AP scan."); @@ -31,7 +31,7 @@ This patch decreases the timeouts for assoc/auth to more realistic values. Impro --- a/wpa_supplicant/wpa_supplicant.c +++ b/wpa_supplicant/wpa_supplicant.c -@@ -1118,10 +1118,10 @@ void wpa_supplicant_associate(struct wpa +@@ -1160,10 +1160,10 @@ void wpa_supplicant_associate(struct wpa if (assoc_failed) { /* give IBSS a bit more time */ |