10-01-2016 06:15 PM
Max. Clients = 100
10-01-2016 08:23 PM
10-03-2016 04:42 AM
set max-aid wlan0 100Note: This has to be run on each AP and can be accomplished using the remote ap cli command from the ZD debug menu:
set max-aid wlan32 100
rksap_cli -A "set max-aid wlan0 100"Note: The -A will issue the command on all AP's, but if you want to have more/less clients on certain AP's than others, you can use the following:
rksap_cli -A "set max-aid wlan32 100"
rksap_cli -a 74:91:1a:00:11:22 "set max-aid wlan0 100"Hope this helps 🙂
rksap_cli -a 74:91:1a:00:11:22 "set max-aid wlan32 100"
10-03-2016 10:03 AM