-1

I have some access points (APs) run on Openwrt firmware and I want access points share clients together. Ex: There are 20 clients and 2 APs, I want AP1 associates to 10 clients and AP2 associates 10 clients. How can I do this? Best regard!

Be Be
  • 1
  • 1
  • looks like you need a load balancer – Set Jul 15 '16 at 10:15
  • What businesses use to coordinate WAPs is a wireless controller. It configures and controls the WAPs, although the actual association to a particular WAP is controlled by the wireless client. – Ron Maupin Jul 15 '16 at 14:48

1 Answers1

0

You can set up the maximum number of clients to connect to each AP.

Edit /etc/config/wireless

config 'wifi-iface'
        option 'maxassoc'   '10'  
        option 'mode'       'ap'

    ...
Nam Pham
  • 316
  • 1
  • 6