From ae515661e376fe0037597e9e25a3e4c34b08b948 Mon Sep 17 00:00:00 2001 From: Lucas Asvio Date: Sat, 22 Feb 2025 12:51:58 +0100 Subject: [PATCH] hostapd: tweak for nss support SqTER-PL --- package/network/config/wifi-scripts/files/lib/netifd/hostapd.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/network/config/wifi-scripts/files/lib/netifd/hostapd.sh b/package/network/config/wifi-scripts/files/lib/netifd/hostapd.sh index 6bdd0236cf..863efd3705 100644 --- a/package/network/config/wifi-scripts/files/lib/netifd/hostapd.sh +++ b/package/network/config/wifi-scripts/files/lib/netifd/hostapd.sh @@ -639,7 +639,7 @@ hostapd_set_bss_options() { append bss_conf "ctrl_interface=/var/run/hostapd" if [ "$isolate" -gt 0 ]; then - append bss_conf "ap_isolate=$isolate" "$N" + append bss_conf "ap_isolate=0" "$N" fi if [ "$maxassoc" -gt 0 ]; then append bss_conf "max_num_sta=$maxassoc" "$N"