wpa_supplicant: update to 0.6.7
[openwrt/staging/wigyori.git] / package / wpa_supplicant / patches / 110-roaming.patch
index 2836b204e1bc66e7a6c8e7ddd8992f3f0fb49be0..e223ee70a0f1c3dcd640c41100219dc581f86ef4 100644 (file)
@@ -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 */