netmode: bss_max to maxassoc

This commit is contained in:
Jakob Olsson 2019-05-03 12:38:36 +02:00
parent 71afb05602
commit 0e2e9bd7e0
2 changed files with 4 additions and 4 deletions

View file

@ -50,7 +50,7 @@ config wifi-iface
option macfilter '0'
option wps_pbc '1'
option wmf_bss_enable '1'
option bss_max '32'
option maxassoc '32'
option ifname 'wl0'
config wifi-device 'wl1'
@ -90,6 +90,6 @@ config wifi-iface
option macfilter '0'
option wps_pbc '1'
option wmf_bss_enable '1'
option bss_max '32'
option maxassoc '32'
option ifname 'wl1'

View file

@ -50,7 +50,7 @@ config wifi-iface
option macfilter '0'
option wps_pbc '1'
option wmf_bss_enable '1'
option bss_max '32'
option maxassoc '32'
option ifname 'wl0'
config wifi-device 'wl1'
@ -90,6 +90,6 @@ config wifi-iface
option macfilter '0'
option wps_pbc '1'
option wmf_bss_enable '1'
option bss_max '32'
option maxassoc '32'
option ifname 'wl1'