From 837b4511a1c1f82f9f5d4197eef1f8a764519e00 Mon Sep 17 00:00:00 2001 From: Arif Alam Date: Tue, 29 Jun 2021 12:08:06 -0400 Subject: [PATCH] WIFI-2691: Enable proxy arp by default wifi6 AP does not forward broadcast ARP request sent from one wifi client to another wifi client. Enable proxy arp by default to have the AP respond to ARP requests on behalf of the client. Signed-off-by: Arif Alam --- feeds/wifi-ax/hostapd/files/hostapd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/feeds/wifi-ax/hostapd/files/hostapd.sh b/feeds/wifi-ax/hostapd/files/hostapd.sh index eb3ee0c71..2624466c5 100644 --- a/feeds/wifi-ax/hostapd/files/hostapd.sh +++ b/feeds/wifi-ax/hostapd/files/hostapd.sh @@ -529,7 +529,7 @@ hostapd_set_bss_options() { set_default signal_poll_time 5 set_default signal_drop_reason 3 set_default signal_strikes 3 - set_default proxy_arp 0 + set_default proxy_arp 1 set_default multicast_to_unicast 0