hostapd: tweak for nss support

SqTER-PL <r.napierala@asta-net.pl>
This commit is contained in:
Lucas Asvio
2025-02-22 12:51:58 +01:00
parent c8012a4819
commit d1076ff18e

View File

@@ -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"