aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/hostapd
diff options
context:
space:
mode:
authorDavid Bauer <mail@david-bauer.net>2021-08-18 12:39:33 +0200
committerDavid Bauer <mail@david-bauer.net>2021-08-28 01:31:15 +0200
commitec2078e3efe645b7fd7d85b1b918b4fbe2b8f809 (patch)
tree0fdab541d859918adb6cd5ec2810a4ceccbf05a3 /package/network/services/hostapd
parent7073e88a767390c77b5fe426c2080dd392a4e932 (diff)
downloadupstream-ec2078e3efe645b7fd7d85b1b918b4fbe2b8f809.tar.gz
upstream-ec2078e3efe645b7fd7d85b1b918b4fbe2b8f809.tar.bz2
upstream-ec2078e3efe645b7fd7d85b1b918b4fbe2b8f809.zip
hostapd: enable proxy-arp support for hostapd-full
The hostapd.sh script already has support for configuring proxy-ARP, however no built variant has support for it enabled. Enable proxy-ARP support for hostapd-full builds in order to allow users to actually use this feature. Signed-off-by: David Bauer <mail@david-bauer.net>
Diffstat (limited to 'package/network/services/hostapd')
-rw-r--r--package/network/services/hostapd/files/hostapd-basic.config3
-rw-r--r--package/network/services/hostapd/files/hostapd-full.config3
-rw-r--r--package/network/services/hostapd/files/hostapd-mini.config3
3 files changed, 9 insertions, 0 deletions
diff --git a/package/network/services/hostapd/files/hostapd-basic.config b/package/network/services/hostapd/files/hostapd-basic.config
index 33c38192b1..1f52546d57 100644
--- a/package/network/services/hostapd/files/hostapd-basic.config
+++ b/package/network/services/hostapd/files/hostapd-basic.config
@@ -386,6 +386,9 @@ CONFIG_TLS=internal
# Airtime policy support
CONFIG_AIRTIME_POLICY=y
+# Proxy ARP support
+#CONFIG_PROXYARP=y
+
# Override default value for the wpa_disable_eapol_key_retries configuration
# parameter. See that parameter in hostapd.conf for more details.
#CFLAGS += -DDEFAULT_WPA_DISABLE_EAPOL_KEY_RETRIES=1
diff --git a/package/network/services/hostapd/files/hostapd-full.config b/package/network/services/hostapd/files/hostapd-full.config
index df272e443a..6d5e90cd46 100644
--- a/package/network/services/hostapd/files/hostapd-full.config
+++ b/package/network/services/hostapd/files/hostapd-full.config
@@ -386,6 +386,9 @@ CONFIG_TAXONOMY=y
# Airtime policy support
CONFIG_AIRTIME_POLICY=y
+# Proxy ARP support
+CONFIG_PROXYARP=y
+
# Override default value for the wpa_disable_eapol_key_retries configuration
# parameter. See that parameter in hostapd.conf for more details.
#CFLAGS += -DDEFAULT_WPA_DISABLE_EAPOL_KEY_RETRIES=1
diff --git a/package/network/services/hostapd/files/hostapd-mini.config b/package/network/services/hostapd/files/hostapd-mini.config
index b3050f7bbc..f2ed071ec0 100644
--- a/package/network/services/hostapd/files/hostapd-mini.config
+++ b/package/network/services/hostapd/files/hostapd-mini.config
@@ -386,6 +386,9 @@ CONFIG_TLS=internal
# Airtime policy support
#CONFIG_AIRTIME_POLICY=y
+# Proxy ARP support
+#CONFIG_PROXYARP=y
+
# Override default value for the wpa_disable_eapol_key_retries configuration
# parameter. See that parameter in hostapd.conf for more details.
#CFLAGS += -DDEFAULT_WPA_DISABLE_EAPOL_KEY_RETRIES=1