From bbdc714221f756c2b09eb64d3ec3216724b52a8c Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Wed, 28 Jan 2009 13:48:22 +0000 Subject: [package] wpa_supplicant: update to 0.6.7 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14240 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/wpa_supplicant/patches/110-roaming.patch | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'package/wpa_supplicant/patches/110-roaming.patch') 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 */ -- cgit v1.2.3