mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
hostapd: Update to 2.9
For details see: https://w1.fi/cgit/hostap/plain/hostapd/ChangeLog Signed-off-by: Matthias Fischer <matthias.fischer@ipfire.org> Reviewed-by: Michael Tremer <michael.tremer@ipfire.org> Signed-off-by: Arne Fitzenreiter <arne_f@ipfire.org>
This commit is contained in:
committed by
Arne Fitzenreiter
parent
19addaa5aa
commit
2fc8d41915
10
lfs/hostapd
10
lfs/hostapd
@@ -24,7 +24,7 @@
|
||||
|
||||
include Config
|
||||
|
||||
VER = 2.8
|
||||
VER = 2.9
|
||||
|
||||
THISAPP = hostapd-$(VER)
|
||||
DL_FILE = $(THISAPP).tar.gz
|
||||
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
|
||||
DIR_APP = $(DIR_SRC)/$(THISAPP)
|
||||
TARGET = $(DIR_INFO)/$(THISAPP)
|
||||
PROG = hostapd
|
||||
PAK_VER = 48
|
||||
PAK_VER = 49
|
||||
|
||||
DEPS = ""
|
||||
|
||||
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_MD5 = ed2c254e5f400838cb9d8e7b6e43b86c
|
||||
$(DL_FILE)_MD5 = f188fc53a495fe7af3b6d77d3c31dee8
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
@@ -78,8 +78,8 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
@$(PREBUILD)
|
||||
@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
|
||||
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/hostapd/hostapd-2.8-increase_EAPOL-timeouts.patch
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/hostapd/hostapd-2.8-noscan.patch
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/hostapd/hostapd-2.9-increase_EAPOL-timeouts.patch
|
||||
cd $(DIR_APP) && patch -Np1 < $(DIR_SRC)/src/patches/hostapd/hostapd-2.9-noscan.patch
|
||||
|
||||
cd $(DIR_APP)/hostapd && cp $(DIR_SRC)/config/hostapd/config ./.config
|
||||
cd $(DIR_APP)/hostapd && sed -e "s@/usr/local@/usr@g" -i Makefile
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
diff U3 src/ap/wpa_auth.c src/ap/wpa_auth.c
|
||||
--- a/src/ap/wpa_auth.c Sun Apr 21 09:10:22 2019
|
||||
+++ b/src/ap/wpa_auth.c Sun Jun 9 01:05:24 2019
|
||||
--- a/src/ap/wpa_auth.c Wed Aug 7 15:25:25 2019
|
||||
+++ b/src/ap/wpa_auth.c Fri Sep 20 17:35:23 2019
|
||||
@@ -65,9 +65,9 @@
|
||||
struct wpa_group *group);
|
||||
static u8 * ieee80211w_kde_add(struct wpa_state_machine *sm, u8 *pos);
|
||||
@@ -1,7 +1,7 @@
|
||||
diff U3 hostapd/config_file.c hostapd/config_file.c
|
||||
--- a/hostapd/config_file.c Sun Apr 21 09:10:22 2019
|
||||
+++ b/hostapd/config_file.c Sun Jun 9 01:08:21 2019
|
||||
@@ -3390,6 +3390,10 @@
|
||||
--- a/hostapd/config_file.c Wed Aug 7 15:25:25 2019
|
||||
+++ b/hostapd/config_file.c Fri Sep 20 17:36:33 2019
|
||||
@@ -3411,6 +3411,10 @@
|
||||
bss->ieee80211w = 1;
|
||||
#endif /* CONFIG_OCV */
|
||||
#ifdef CONFIG_IEEE80211N
|
||||
@@ -13,9 +13,9 @@ diff U3 hostapd/config_file.c hostapd/config_file.c
|
||||
conf->ieee80211n = atoi(pos);
|
||||
} else if (os_strcmp(buf, "ht_capab") == 0) {
|
||||
diff U3 src/ap/ap_config.h src/ap/ap_config.h
|
||||
--- a/src/ap/ap_config.h Sun Apr 21 09:10:22 2019
|
||||
+++ b/src/ap/ap_config.h Sun Jun 9 01:06:42 2019
|
||||
@@ -801,6 +801,8 @@
|
||||
--- a/src/ap/ap_config.h Wed Aug 7 15:25:25 2019
|
||||
+++ b/src/ap/ap_config.h Fri Sep 20 17:38:06 2019
|
||||
@@ -932,6 +932,8 @@
|
||||
|
||||
int ht_op_mode_fixed;
|
||||
u16 ht_capab;
|
||||
@@ -25,8 +25,8 @@ diff U3 src/ap/ap_config.h src/ap/ap_config.h
|
||||
int secondary_channel;
|
||||
int no_pri_sec_switch;
|
||||
diff U3 src/ap/hw_features.c src/ap/hw_features.c
|
||||
--- a/src/ap/hw_features.c Sun Apr 21 09:10:22 2019
|
||||
+++ b/src/ap/hw_features.c Sun Jun 9 01:09:41 2019
|
||||
--- a/src/ap/hw_features.c Wed Aug 7 15:25:25 2019
|
||||
+++ b/src/ap/hw_features.c Fri Sep 20 17:39:02 2019
|
||||
@@ -477,7 +477,8 @@
|
||||
int ret;
|
||||
|
||||
@@ -38,8 +38,8 @@ diff U3 src/ap/hw_features.c src/ap/hw_features.c
|
||||
|
||||
hostapd_set_state(iface, HAPD_IFACE_HT_SCAN);
|
||||
diff U3 src/ap/ieee802_11_ht.c src/ap/ieee802_11_ht.c
|
||||
--- a/src/ap/ieee802_11_ht.c Sun Apr 21 09:10:22 2019
|
||||
+++ b/src/ap/ieee802_11_ht.c Sun Jun 9 01:13:09 2019
|
||||
--- a/src/ap/ieee802_11_ht.c Wed Aug 7 15:25:25 2019
|
||||
+++ b/src/ap/ieee802_11_ht.c Fri Sep 20 17:41:24 2019
|
||||
@@ -252,6 +252,9 @@
|
||||
return;
|
||||
}
|
||||
Reference in New Issue
Block a user