From 243e11f4342b89de7fc298a0784e96d0e2054fe9 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 dabb534cf4..ba4f6e951e 100644 --- a/package/network/config/wifi-scripts/files/lib/netifd/hostapd.sh +++ b/package/network/config/wifi-scripts/files/lib/netifd/hostapd.sh @@ -585,7 +585,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"