|
@@ -2848,6 +2848,11 @@ void wpas_connection_failed(struct wpa_supplicant *wpa_s, const u8 *bssid)
|
|
int count;
|
|
int count;
|
|
int *freqs = NULL;
|
|
int *freqs = NULL;
|
|
|
|
|
|
|
|
+ /*
|
|
|
|
+ * Remove possible authentication timeout since the connection failed.
|
|
|
|
+ */
|
|
|
|
+ eloop_cancel_timeout(wpa_supplicant_timeout, wpa_s, NULL);
|
|
|
|
+
|
|
/*
|
|
/*
|
|
* Add the failed BSSID into the blacklist and speed up next scan
|
|
* Add the failed BSSID into the blacklist and speed up next scan
|
|
* attempt if there could be other APs that could accept association.
|
|
* attempt if there could be other APs that could accept association.
|