diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-28 13:48:22 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-01-28 13:48:22 +0000 |
commit | 1451733e661a0a1f5cfa5c2a48d6d4e8f21a10e6 (patch) | |
tree | 9b5db05517600e375669d119202666d12e2d9133 /package/wpa_supplicant/patches/110-roaming.patch | |
parent | a52c2be672dac212be17454d50c8659c9df1f309 (diff) |
[package] wpa_supplicant: update to 0.6.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14240 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 */ |