summaryrefslogtreecommitdiffstats
path: root/source/n/wpa_supplicant/patches/wpa_supplicant-assoc-timeout.patch
diff options
context:
space:
mode:
author Patrick J Volkerding <volkerdi@slackware.com>2019-04-22 20:00:44 +0000
committer Eric Hameleers <alien@slackware.com>2019-04-23 08:59:44 +0200
commitc51a629483f6dbf16951d9589000a8ce28317cf4 (patch)
tree68e96922b80fd5dca253ac80eb8e56bf38b227af /source/n/wpa_supplicant/patches/wpa_supplicant-assoc-timeout.patch
parent1c4f74fa29203ad62ca85d4ce48fb08c85068b31 (diff)
downloadcurrent-c51a629483f6dbf16951d9589000a8ce28317cf4.tar.gz
current-c51a629483f6dbf16951d9589000a8ce28317cf4.tar.xz
Mon Apr 22 20:00:44 UTC 201920190422200044
a/aaa_terminfo-6.1_20190420-x86_64-1.txz: Upgraded. l/ncurses-6.1_20190420-x86_64-1.txz: Upgraded. n/wpa_supplicant-2.8-x86_64-1.txz: Upgraded. xap/xpdf-4.00-x86_64-4.txz: Rebuilt. Recompiled with -DSYSTEM_XPDFRC="/etc/xpdfrc". Thanks to J_W.
Diffstat (limited to 'source/n/wpa_supplicant/patches/wpa_supplicant-assoc-timeout.patch')
-rw-r--r--source/n/wpa_supplicant/patches/wpa_supplicant-assoc-timeout.patch16
1 files changed, 0 insertions, 16 deletions
diff --git a/source/n/wpa_supplicant/patches/wpa_supplicant-assoc-timeout.patch b/source/n/wpa_supplicant/patches/wpa_supplicant-assoc-timeout.patch
deleted file mode 100644
index c3b3568c6..000000000
--- a/source/n/wpa_supplicant/patches/wpa_supplicant-assoc-timeout.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-diff -up wpa_supplicant-0.7.3/wpa_supplicant/wpa_supplicant.c.assoc-timeout wpa_supplicant-0.7.3/wpa_supplicant/wpa_supplicant.c
---- wpa_supplicant-0.7.3/wpa_supplicant/wpa_supplicant.c.assoc-timeout 2010-09-07 10:43:39.000000000 -0500
-+++ wpa_supplicant-0.7.3/wpa_supplicant/wpa_supplicant.c 2010-12-07 18:57:45.163457000 -0600
-@@ -1262,10 +1262,10 @@ void wpa_supplicant_associate(struct wpa
-
- if (assoc_failed) {
- /* give IBSS a bit more time */
-- timeout = ssid->mode == WPAS_MODE_IBSS ? 10 : 5;
-+ timeout = ssid->mode == WPAS_MODE_IBSS ? 20 : 10;
- } else if (wpa_s->conf->ap_scan == 1) {
- /* give IBSS a bit more time */
-- timeout = ssid->mode == WPAS_MODE_IBSS ? 20 : 10;
-+ timeout = ssid->mode == WPAS_MODE_IBSS ? 20 : 20;
- }
- wpa_supplicant_req_auth_timeout(wpa_s, timeout, 0);
- }